netcdf t {
dimensions:
	x = 192 ;
	y = 192 ;
	time = UNLIMITED ; // (30 currently)
	nb2 = 2 ;
variables:
	float longitude(y, x) ;
		longitude:standard_name = "longitude" ;
		longitude:long_name = "longitude" ;
		longitude:units = "degrees_east" ;
		longitude:_CoordinateAxisType = "Lon" ;
	float latitude(y, x) ;
		latitude:standard_name = "latitude" ;
		latitude:long_name = "latitude" ;
		latitude:units = "degrees_north" ;
		latitude:_CoordinateAxisType = "Lat" ;
	double time(time) ;
		time:standard_name = "time" ;
		time:bounds = "time_bnds" ;
		time:units = "days since 1860-12-01 00:00:00" ;
		time:calendar = "360_day" ;
	double time_bnds(time, nb2) ;
		time_bnds:units = "days since 1860-12-01 00:00:00" ;
		time_bnds:calendar = "360_day" ;
	float air_temperature(time, y, x) ;
		air_temperature:standard_name = "air_temperature" ;
		air_temperature:long_name = "TEMPERATURE AT 1.5M" ;
		air_temperature:units = "K" ;
		air_temperature:coordinates = "longitude latitude" ;
		air_temperature:_FillValue = -1.073742e+09f ;
		air_temperature:missing_value = -1.073742e+09f ;
		air_temperature:cell_methods = "time: mean" ;

// global attributes:
		:CDI = "Climate Data Interface version 1.6.1 (http://code.zmaw.de/projects/cdi)" ;
		:Conventions = "CF-1.5" ;
		:history = "Thu Nov 07 11:42:00 2013: cdo mulc,1 cahpa.n8nov.03236.nc t.nc\n",
			"2013-11-01 19:12:27 UTC Aggregated by cf-python v0.9.3.3" ;
		:runid = "cahpa" ;
		:stash_code = 3236 ;
		:submodel = 1 ;
		:lbproc = 128 ;
		:CDO = "Climate Data Operators version 1.6.1 (http://code.zmaw.de/projects/cdo)" ;
}
