netcdf pres_sfc_2006_16_1_18Z {
dimensions:
	lat = 73 ;
	lon = 144 ;
	dim_PS = 1 ;
	time = UNLIMITED ; // (1 currently)
variables:
	float lat(lat) ;
		lat:units = "degrees_north" ;
	float lon(lon) ;
		lon:units = "degrees_east" ;
	float dim_PS(dim_PS) ;
	float time(time) ;
		time:units = "hours since 1800-1-1 00:00:0.0" ;
	float pres(time, dim_PS, lat, lon) ;
		pres:missing_data = -999.99f ;
		pres:zstag = -0.5f ;
		pres:ystag = 0.f ;
		pres:xstag = 0.f ;
		pres:xmin = -180.f ;
		pres:ymin = -90.f ;
		pres:zmin = 0.f ;
		pres:xmax = -180.f ;
		pres:ymax = -90.f ;
		pres:zmax = 0.f ;
		pres:_FillValue = -999.99f ;

// global attributes:
		:domxmin = -180.f ;
		:domxmax = 180.f ;
		:domymin = -90.f ;
		:domymax = 90.f ;
		:domzmin = 900.f ;
		:domzmax = 100.f ;
		:constants_file_name = "ncepncar_cst" ;
}
