observed/co2/ncdump.co2_globalView_122
author Forrest Hoffman <forrest@climatemodeling.org>
Thu, 26 Mar 2009 14:31:28 -0400
changeset 2 e7ba9bcc3020
permissions -rw-r--r--
New model subsets and MODIS NPP for final C-LAMP paper in GCB.
forrest@0
     1
netcdf co2_globalView_122 {
forrest@0
     2
dimensions:
forrest@0
     3
	time = UNLIMITED ; // (0 currently)
forrest@0
     4
	ncl1 = 122 ;
forrest@0
     5
	ncl2 = 122 ;
forrest@0
     6
	ncl3 = 122 ;
forrest@0
     7
	ncl4 = 122 ;
forrest@0
     8
	ncl5 = 12 ;
forrest@0
     9
variables:
forrest@0
    10
	float LAT(ncl1) ;
forrest@0
    11
		LAT:long_name = "Latitude" ;
forrest@0
    12
		LAT:units = "degrees_north" ;
forrest@0
    13
		LAT:_FillValue = -999.f ;
forrest@0
    14
	float LON(ncl2) ;
forrest@0
    15
		LON:long_name = "Longitude" ;
forrest@0
    16
		LON:units = "degrees_ease" ;
forrest@0
    17
		LON:_FillValue = -999.f ;
forrest@0
    18
	float ELEV(ncl3) ;
forrest@0
    19
		ELEV:long_name = "Elevation above sea level" ;
forrest@0
    20
		ELEV:units = "m" ;
forrest@0
    21
		ELEV:_FillValue = -999.f ;
forrest@0
    22
	float CO2_SEAS(ncl4, ncl5) ;
forrest@0
    23
		CO2_SEAS:long_name = "CO2 GlobalView seasonal" ;
forrest@0
    24
		CO2_SEAS:units = "u mol/mol" ;
forrest@0
    25
		CO2_SEAS:_FillValue = -999.f ;
forrest@0
    26
}