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