Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2008-01-29 13:18:33
Size: 791
Editor: NicoleThomas
Comment:
Revision 6 as of 2014-10-22 07:30:53
Size: 1013
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from I3dInputFiles
Line 3: Line 4:
If the global attribute ''platform'' is set to 'SATELLITE':
Line 5: Line 5:
 * dimension time
 * dimension theta|zeta|press or alt
 * time(time)
 * theta(theta)|zeta(zeta)|press(press) or THETA|ZETA(time,alt)
 * NOONLAT(time,theta|zeta|press) or NOONLAT(time,alt)
 * NOONLON(time,theta|zeta|press) or NOONLON(time,alt)
==== If the global attribute ''platform'' is set to 'MODEL': ====
Line 12: Line 7:
If the global attribute ''platform'' is set to 'MODEL':
 * dimension time
 * dimension NPARTS
 * time(time)
 * LAT(time,NPARTS)
 * LON(time,NPARTS)
 * THETA|ZETA(time,NPARTS)
Dimensions:
 * `time`
 * `NPARTS`

Variables:
 * `time(time)`
 * `LAT(time,NPARTS)`
 * `LON(time,NPARTS)`
 * `THETA|ZETA(time,NPARTS)`

==== If the global attribute ''platform'' is set to 'AIRCRAFT' or it is missing: ====

Dimensions:

 * `time or NPARTS`

Variables:
 * `NOONTIME(time) or time(time) or TIME_INIT(NPARTS)`
 * `NOONLAT or LAT (time|NPARTS)`
 * `NOONLON or LON (time|NPARTS)`
 * `NOONTHETA|NOONZETA or THETA|ZETA (time|NPARTS)`

----

'''Type ''SATELLITE'' switch off (22.10.2014) !'''
Line 21: Line 34:
If the global attribute ''platform'' is set to 'AIRCRAFT' or it is missing:
 * dimension time or NPARTS
 * time(time) or TIME_INIT(NPARTS)
 * NOONLAT or LAT (time|NPARTS)
 * NOONLON or LON (time|NPARTS)
 * NOONTHETA|NOONZETA or THETA|ZETA (time|NPARTS)
==== If the global attribute ''platform'' is set to 'SATELLITE': ====

Dimensions:
 * `time`
 * `theta|zeta|press or alt`

Variables:
 * `time(time)`
 * `theta(theta)|zeta(zeta)|press(press) or THETA|ZETA(time,alt)`
 * `NOONLAT(time,theta|zeta|press) or NOONLAT(time,alt)`
 * `NOONLON(time,theta|zeta|press) or NOONLON(time,alt)`

Input file for i3d

If the global attribute ''platform'' is set to 'MODEL':

Dimensions:

  • time

  • NPARTS

Variables:

  • time(time)

  • LAT(time,NPARTS)

  • LON(time,NPARTS)

  • THETA|ZETA(time,NPARTS)

If the global attribute ''platform'' is set to 'AIRCRAFT' or it is missing:

Dimensions:

  • time or NPARTS

Variables:

  • NOONTIME(time) or time(time) or TIME_INIT(NPARTS)

  • NOONLAT or LAT (time|NPARTS)

  • NOONLON or LON (time|NPARTS)

  • NOONTHETA|NOONZETA or THETA|ZETA (time|NPARTS)


Type SATELLITE switch off (22.10.2014) !

If the global attribute ''platform'' is set to 'SATELLITE':

Dimensions:

  • time

  • theta|zeta|press or alt

Variables:

  • time(time)

  • theta(theta)|zeta(zeta)|press(press) or THETA|ZETA(time,alt)

  • NOONLAT(time,theta|zeta|press) or NOONLAT(time,alt)

  • NOONLON(time,theta|zeta|press) or NOONLON(time,alt)

i3d/InputFiles (last edited 2014-10-22 07:30:53 by NicoleThomas)