diff -r 000000000000 -r 8306d3538de9 observed/co2/ncdump.co2_globalView_222 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/observed/co2/ncdump.co2_globalView_222 Mon Jan 26 22:31:32 2009 -0500 @@ -0,0 +1,26 @@ +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 ; +}