netcdf data/ArcCodIBM_output/LowFood/LowFood2008DecP52.nc { dimensions: time = UNLIMITED; // (290 currently) nlag = 29440; variables: double time(time=290); :long_name = "time"; :units = "days since 0.0"; :time_zone = "none"; double x(time=290, nlag=29440); :long_name = "x location"; :units = "m or deg"; double y(time=290, nlag=29440); :long_name = "y location"; :units = "m or deg"; double h(time=290, nlag=29440); :long_name = "bathymetry"; :units = "m"; double pathlength(time=290, nlag=29440); :long_name = "integrated trajectory"; :units = "m"; int i(time=290, nlag=29440); :long_name = "i-index of nearest S-Grid point"; :units = "-"; int j(time=290, nlag=29440); :long_name = "j-index of nearest S-Grid point"; :units = "-"; int mask(time=290, nlag=29440); :long_name = "mask of nearest S-Grid point"; :units = "-"; double u(time=290, nlag=29440); :long_name = "x-velocity"; :units = "cm/s"; double v(time=290, nlag=29440); :long_name = "y-velocity"; :units = "cm/s"; int status(time=290, nlag=29440); :long_name = "particle status"; :units = "-"; double tspawn(time=290, nlag=29440); :long_name = "time of spawning"; :units = "seconds"; double PASD(time=290, nlag=29440); :long_name = "Model Currency"; :units = "-"; double T(time=290, nlag=29440); :long_name = "temperature"; :units = "C"; double IceConc(time=290, nlag=29440); :long_name = "sea ice concentration"; :units = ""; double IceThick(time=290, nlag=29440); :long_name = "sea ice thickness"; :units = "m"; int stage(time=290, nlag=29440); :long_name = "morphological stage"; :units = "-"; double larvamm(time=290, nlag=29440); :long_name = "larva length"; :units = "mm"; double larvawgt(time=290, nlag=29440); :long_name = "larva weight"; :units = "mg"; // global attributes: :title = "FVCOM PARTICLE TRACKING"; :Conventions = "CF-1.0"; :source = "Particle FVCOM_3.0"; :group = 1; // int :DT_bio = 3600.0; // double :info = "some kind of info"; }