npp/ob/ncdump.PREC_ANN
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@2
     1
netcdf data.81 {
forrest@2
     2
dimensions:
forrest@2
     3
	nvalues = UNLIMITED ; // (81 currently)
forrest@2
     4
	SOURCE_StrLen = 8 ;
forrest@2
     5
	BIOMENEW_StrLen = 20 ;
forrest@2
     6
	BIOME2_StrLen = 23 ;
forrest@2
     7
variables:
forrest@2
     8
	int SITE_ID(nvalues) ;
forrest@2
     9
		SITE_ID:_FillValue = -999 ;
forrest@2
    10
	float LAT_DD(nvalues) ;
forrest@2
    11
		LAT_DD:_FillValue = -999.f ;
forrest@2
    12
	float LONG_DD(nvalues) ;
forrest@2
    13
		LONG_DD:_FillValue = -999.f ;
forrest@2
    14
	int ELEV_GIV(nvalues) ;
forrest@2
    15
		ELEV_GIV:_FillValue = -999 ;
forrest@2
    16
	int ELEV_N(nvalues) ;
forrest@2
    17
		ELEV_N:_FillValue = -999 ;
forrest@2
    18
	char SOURCE(nvalues, SOURCE_StrLen) ;
forrest@2
    19
		SOURCE:_FillValue = "À" ;
forrest@2
    20
	char BIOMENEW(nvalues, BIOMENEW_StrLen) ;
forrest@2
    21
		BIOMENEW:_FillValue = "À" ;
forrest@2
    22
	char BIOME2(nvalues, BIOME2_StrLen) ;
forrest@2
    23
		BIOME2:_FillValue = "À" ;
forrest@2
    24
	int TAVE_N(nvalues) ;
forrest@2
    25
		TAVE_N:_FillValue = -999 ;
forrest@2
    26
	int PREC_N(nvalues) ;
forrest@2
    27
		PREC_N:_FillValue = -999 ;
forrest@2
    28
	float TEMP_ANN(nvalues) ;
forrest@2
    29
		TEMP_ANN:_FillValue = -999.f ;
forrest@2
    30
	int PREC_ANN(nvalues) ;
forrest@2
    31
		PREC_ANN:_FillValue = -999 ;
forrest@2
    32
	int ANPP_N(nvalues) ;
forrest@2
    33
		ANPP_N:_FillValue = -999 ;
forrest@2
    34
	int BNPP_N(nvalues) ;
forrest@2
    35
		BNPP_N:_FillValue = -999 ;
forrest@2
    36
	int TNPP_N(nvalues) ;
forrest@2
    37
		TNPP_N:_FillValue = -999 ;
forrest@2
    38
	int MOD_N(nvalues) ;
forrest@2
    39
		MOD_N:_FillValue = -999 ;
forrest@2
    40
	int FLAG_N(nvalues) ;
forrest@2
    41
		FLAG_N:_FillValue = -999 ;
forrest@2
    42
	int ANPP_C(nvalues) ;
forrest@2
    43
		ANPP_C:_FillValue = -999 ;
forrest@2
    44
	int BNPP_C(nvalues) ;
forrest@2
    45
		BNPP_C:_FillValue = -999 ;
forrest@2
    46
	int TNPP_C(nvalues) ;
forrest@2
    47
		TNPP_C:_FillValue = -999 ;
forrest@2
    48
	int MODCA_AV(nvalues) ;
forrest@2
    49
		MODCA_AV:_FillValue = -999 ;
forrest@2
    50
	int FLAGS(nvalues) ;
forrest@2
    51
		FLAGS:_FillValue = -999 ;
forrest@2
    52
forrest@2
    53
// global attributes:
forrest@2
    54
		:creation_date = "Tue Oct 17 16:14:17 MDT 2006" ;
forrest@2
    55
		:description = "Data read in from data.81 ASCII file." ;
forrest@2
    56
data:
forrest@2
    57
forrest@2
    58
 PREC_ANN = 917, 848, 541, 553, 540, 483, 666, 473, 797, 797, 812, 500, 403, 
forrest@2
    59
    653, 1273, 3985, 1771, 1750, 2300, 3525, 1807, 3450, 1739, 1650, 1165, 
forrest@2
    60
    3150, 2696, 1500, 1306, 3962, 5310, 6100, 6520, 7670, 3725, 580, 707, 
forrest@2
    61
    298, 262, 515, 1355, 916, 586, 310, 382, _, _, _, _, _, _, 349, 411, 422, 
forrest@2
    62
    _, 425, 425, 635, 350, 500, 583, 350, 285, 425, _, 432, 405, 477, 536, 
forrest@2
    63
    536, 536, 501, 700, 213, 650, _, 275, 635, 499, 269, 500 ;
forrest@2
    64
}