netcdf preindctl.jja { dimensions: time = UNLIMITED ; // (1 currently) lat = 128 ; lon = 128 ; variables: float OPREC(time, lat, lon) ; OPREC:long_name = "precip from atm" ; OPREC:units = "m/s" ; OPREC:missing_value = 1.e+35f ; float TSSUB1(time, lat, lon) ; TSSUB1:long_name = "top soil layer temp" ; TSSUB1:units = "K" ; TSSUB1:missing_value = 1.e+35f ; float lat(lat) ; lat:long_name = "latitude" ; lat:units = "degrees_north" ; float lon(lon) ; lon:long_name = "longitude" ; lon:units = "degrees_east" ; float time(time) ; time:long_name = "time" ; time:units = "days since 0000-01-01 00:00:00" ; // global attributes: :title = "FOAM coupler case: F1_5.preindctl" ; :source = "history.coupl.0216030" ; :history = "Tue Jan 14 18:37:05 2003: ncks -d time,2 preindctl.nc preindctl.jja.nc\n", "Tue Jan 14 16:03:02 2003: ncks -v OPREC,TSSUB1 /ptmp/KUTZ2/FOAM1-5LPJ/data/hc.F1_5.preindctl.seae6011000.nc preindctl.nc\n", "Thu Jul 11 13:28:29 2002: ncrcat -n 5,1,1 seae01.nc seae.nc\n", "Thu Jul 11 13:22:21 2002: ncea hc.F1_5.preindctl.mone001.nc hc.F1_5.preindctl.mone002.nc hc.F1_5.preindctl.mone003.nc djfe\n", "Thu Jul 11 13:20:46 2002: ncea -F -d time,12 -n 400,5,1 /ptmp/RAUSCHER/PREINDCTL/coupl_year/hc.F1_5.preindctl.00601.nc mone001.nc\n", "Wed Feb 27 04:23:31 2002: ncrcat -n12,6,30 history.coupl.0216030.nc hc.F1_5.preindctl.00601.nc\n", "coup2nc1.5 history.coupl.0216030" ; :calendar = "1 year = 360 days exactly" ; :case = "F1_5.preindctl" ; :resolution = "2.8 lon x 1.4 lat" ; :model = "FOAM1 combined coupler/land/sea ice/box hydrology/rivers" ; :platform = "Data converted from coupler plain binary format" ; :landsea_mask = "variable oro: 1=land, 0=sea, 2=ice" ; }