netcdf-c/ncdap_test/special3/ocean_atlas_monthly.nc.hdr
2010-06-03 13:24:43 +00:00

44 lines
1.4 KiB
Plaintext

netcdf ocean_atlas_monthly {
dimensions:
TIME = UNLIMITED ; // (12 currently)
ZAXLEVIT19 = 19 ;
YAX_LEV94 = 180 ;
XAX_LEV9421_380 = 360 ;
ZAXLEVIT19edges = 20 ;
variables:
double XAX_LEV9421_380(XAX_LEV9421_380) ;
XAX_LEV9421_380:units = "degrees_east" ;
XAX_LEV9421_380:modulo = " " ;
XAX_LEV9421_380:point_spacing = "even" ;
double YAX_LEV94(YAX_LEV94) ;
YAX_LEV94:units = "degrees_north" ;
YAX_LEV94:point_spacing = "even" ;
double ZAXLEVIT19(ZAXLEVIT19) ;
ZAXLEVIT19:units = "METERS" ;
ZAXLEVIT19:positive = "down" ;
ZAXLEVIT19:point_spacing = "uneven" ;
ZAXLEVIT19:edges = "ZAXLEVIT19edges" ;
double ZAXLEVIT19edges(ZAXLEVIT19edges) ;
ZAXLEVIT19edges:edges = " " ;
double TIME(TIME) ;
TIME:units = "hour since 0000-01-01 00:00:00" ;
TIME:time_origin = "1-JAN-0000 00:00:00" ;
TIME:modulo = " " ;
float TEMP(TIME, ZAXLEVIT19, YAX_LEV94, XAX_LEV9421_380) ;
TEMP:missing_value = -1.e+34f ;
TEMP:_FillValue = -1.e+34f ;
TEMP:long_name = "Temperature" ;
TEMP:history = "From TEMP01" ;
TEMP:units = "Deg C" ;
float SALT(TIME, ZAXLEVIT19, YAX_LEV94, XAX_LEV9421_380) ;
SALT:missing_value = -1.e+34f ;
SALT:_FillValue = -1.e+34f ;
SALT:long_name = "Salinity" ;
SALT:history = "From SAL01" ;
SALT:units = "psu" ;
// global attributes:
:history = "FERRET V4.00 (GUI BETA v1) 27-Mar-95" ;
:title = "World Ocean Atlas 1994 * 1x1 Degree Monthly Means" ;
}