netcdf ncep.jja { dimensions: time = UNLIMITED ; // (1 currently) longitude = 192 ; latitude = 92 ; variables: double time(time) ; time:units = "days since 0000-01-01 00:00:00" ; time:long_name = "time" ; double longitude(longitude) ; longitude:units = "degrees_east" ; longitude:long_name = "Longitude" ; double latitude(latitude) ; latitude:units = "degrees_north" ; latitude:long_name = "Latitude" ; float skint(time, latitude, longitude) ; skint:comments = "Unknown1 variable comment" ; skint:long_name = "" ; skint:units = "" ; skint:grid_name = "grid-1" ; skint:grid_type = "generic" ; skint:level_description = "Earth surface" ; skint:time_statistic = "average" ; skint:missing_value = -999.f ; float prate(time, latitude, longitude) ; prate:comments = "Unknown1 variable comment" ; prate:long_name = "" ; prate:units = "" ; prate:grid_name = "grid-1" ; prate:grid_type = "generic" ; prate:level_description = "Earth surface" ; prate:time_statistic = "average" ; prate:missing_value = -999.f ; // global attributes: :Conventions = "COARDS" ; :calendar = "1 year = 360 days exactly" ; :comments = "file created by grads using lats4d available from http://dao.gsfc.nasa.gov/software/grads/lats4d/" ; :model = "FOAM1 combined coupler/land/sea ice/box hydrology/rivers" ; :center = "gsfc" ; :history = "Tue Jan 14 18:41:21 2003: ncks -v time cpt.jja.nc ncep.jja.nc\n", "Tue Jan 14 18:36:52 2003: ncks -d time,2 cpt.nc cpt.jja.nc\n", "Tue Jan 14 16:02:43 2003: ncks -v OPREC,TSSUB1 /ptmp/KUTZ2/FOAM1-5LPJ/data/hc.foam1-5lpj.cpt.seae6351034.nc cpt.nc\n", "Sun Sep 8 19:50:08 2002: ncrcat -n 5,1,1 seae01.nc seae.nc\n", "Sun Sep 8 19:44:47 2002: ncea hc.foam1-5lpj.cpt.mone001.nc hc.foam1-5lpj.cpt.mone002.nc hc.foam1-5lpj.cpt.mone003.nc djfe\n", "Sun Sep 8 19:42:34 2002: ncea -F -d time,12 -n 400,5,1 /ptmp/RAUSCHER/FOAM1-5LPJ/ctlpi/coupl/coupl_year/hc.foam1-5lpj.cpt.00635.nc mone001.nc\n", "Fri Aug 16 12:27:29 2002: ncrcat -n12,6,30 history.coupl.0228270.nc hc.foam1-5lpj.ctl-pi-test.00635.nc\n", "coup2nc1.5 history.coupl.0228270" ; :title = "FOAM coupler case: foam1-5lpj.ctl-pi-test" ; :source = "history.coupl.0228270" ; :case = "foam1-5lpj.ctl-pi-test" ; :resolution = "2.8 lon x 1.4 lat" ; :platform = "Data converted from coupler plain binary format" ; :landsea_mask = "variable oro: 1=land, 0=sea, 2=ice" ; }