dimensions: lon = 96 ; lat = 48 ; pft = 10 ; time = UNLIMITED ; // (1 currently) string_length = 80 ; variables: double lon(lon) ; lon:long_name = "coordinate longitude" ; lon:units = "degrees_east" ; double lat(lat) ; lat:long_name = "coordinate latitude" ; lat:units = "degrees_north" ; double time(time) ; time:long_name = "time" ; time:units = "days since 0001-01-01 00:00:00" ; double longxy(lat, lon) ; longxy:long_name = "longitude" ; longxy:units = "degrees_east" ; double latixy(lat, lon) ; latixy:long_name = "latitude" ; latixy:units = "degrees_north" ; int numlon(lat) ; numlon:long_name = "number of longitudes at each latitude" ; int landmask(lat, lon) ; landmask:long_name = "land/ocean mask (0.=ocean and 1.=land)" ; int mcdate(time) ; mcdate:long_name = "current date (YYYYMMDD)" ; int mcsec(time) ; mcsec:long_name = "current seconds of current date" ; mcsec:units = "s" ; int mdcur(time) ; mdcur:long_name = "current day (from base day)" ; int mscur(time) ; mscur:long_name = "current seconds of current day" ; mscur:units = "s" ; int nstep(time) ; nstep:long_name = "time step" ; nstep:units = "s" ; double BURN(time, lat, lon) ; BURN:long_name = "fraction of vegetated area burned" ; BURN:_FillValue = 1.e+36 ; BURN:missing_value = 1.e+36 ; double CFLUXFIRE(time, lat, lon) ; CFLUXFIRE:long_name = "carbon flux to the atmosphere due to fire" ; CFLUXFIRE:units = "grams C/m2 of vegetated area" ; CFLUXFIRE:_FillValue = 1.e+36 ; CFLUXFIRE:missing_value = 1.e+36 ; double NPP(time, pft, lat, lon) ; NPP:long_name = "annual net primary production" ; NPP:units = "grams C/m2 of patch" ; NPP:_FillValue = 1.e+36 ; NPP:missing_value = 1.e+36 ; double Rh(time, pft, lat, lon) ; Rh:long_name = "annual heterotrophic respiration" ; Rh:units = "grams C/m2 of vegetated area" ; Rh:_FillValue = 1.e+36 ; Rh:missing_value = 1.e+36 ; int PFT(time, pft, lat, lon) ; PFT:long_name = "plant functional type" ; PFT:_FillValue = 9999 ; PFT:missing_value = 9999 ; double FPCGRID(time, pft, lat, lon) ; FPCGRID:long_name = "plant functional type cover" ; FPCGRID:units = "fraction of vegetated area" ; FPCGRID:_FillValue = 1.e+36 ; FPCGRID:missing_value = 1.e+36 ; double LCIND(time, pft, lat, lon) ; LCIND:long_name = "leaf carbon per individual" ; LCIND:units = "grams C" ; LCIND:_FillValue = 1.e+36 ; LCIND:missing_value = 1.e+36 ; double RCIND(time, pft, lat, lon) ; RCIND:long_name = "root carbon per individual" ; RCIND:units = "grams C" ; RCIND:_FillValue = 1.e+36 ; RCIND:missing_value = 1.e+36 ; double SCIND(time, pft, lat, lon) ; SCIND:long_name = "stem carbon per individual" ; SCIND:units = "grams C" ; SCIND:_FillValue = 1.e+36 ; SCIND:missing_value = 1.e+36 ; double HCIND(time, pft, lat, lon) ; HCIND:long_name = "heartwood carbon per individual" ; HCIND:units = "grams C" ; HCIND:_FillValue = 1.e+36 ; HCIND:missing_value = 1.e+36 ; double NIND(time, pft, lat, lon) ; NIND:long_name = "number of individuals" ; NIND:units = "individuals/m2 vegetated land" ; NIND:_FillValue = 1.e+36 ; NIND:missing_value = 1.e+36 ;