Differences between revisions 1 and 2
Revision 1 as of 2008-01-29 13:14:57
Size: 805
Editor: NicoleThomas
Comment:
Revision 2 as of 2008-01-29 13:18:33
Size: 791
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==== Input file with irregular grid ==== === Input file for i3d ===

Input file for i3d

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

  • 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':

  • dimension time
  • dimension NPARTS
  • 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:

  • 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)

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