forrest@0: netcdf co2_globalView_122 { forrest@0: dimensions: forrest@0: time = UNLIMITED ; // (0 currently) forrest@0: ncl1 = 122 ; forrest@0: ncl2 = 122 ; forrest@0: ncl3 = 122 ; forrest@0: ncl4 = 122 ; forrest@0: ncl5 = 12 ; forrest@0: variables: forrest@0: float LAT(ncl1) ; forrest@0: LAT:long_name = "Latitude" ; forrest@0: LAT:units = "degrees_north" ; forrest@0: LAT:_FillValue = -999.f ; forrest@0: float LON(ncl2) ; forrest@0: LON:long_name = "Longitude" ; forrest@0: LON:units = "degrees_ease" ; forrest@0: LON:_FillValue = -999.f ; forrest@0: float ELEV(ncl3) ; forrest@0: ELEV:long_name = "Elevation above sea level" ; forrest@0: ELEV:units = "m" ; forrest@0: ELEV:_FillValue = -999.f ; forrest@0: float CO2_SEAS(ncl4, ncl5) ; forrest@0: CO2_SEAS:long_name = "CO2 GlobalView seasonal" ; forrest@0: CO2_SEAS:units = "u mol/mol" ; forrest@0: CO2_SEAS:_FillValue = -999.f ; forrest@0: }