Differences between revisions 4 and 5
Revision 4 as of 2010-04-29 08:18:57
Size: 929
Editor: NicoleThomas
Comment:
Revision 5 as of 2014-10-14 11:36:38
Size: 947
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 * `time(time) or TIME_INIT(NPARTS)`  * `NOONTIME(time) or time(time) or TIME_INIT(NPARTS)`

Input file for i3d

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)

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)

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