Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2010-04-29 08:18:57
Size: 929
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 4: Line 4:
==== 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)`
Line 35: Line 24:
 * `time(time) or TIME_INIT(NPARTS)`  * `NOONTIME(time) or time(time) or TIME_INIT(NPARTS)`
Line 39: Line 28:

----

'''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)`

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)