netcdf SurfTemp {
dimensions:
	lon = 128 ;
	lat = 64 ;
	sig = 26 ;
	sigm = 27 ;
	ssz = 9 ;
	sszi = 10 ;
	siz = 1 ;
	sizi = 1 ;
	wn = 1849 ;
	time = 1461 ;
variables:
	float lon(lon) ;
		lon:long_name = "longitude" ;
		lon:units = "degrees_east" ;
		lon:standard_name = "longitude" ;
		lon:gt_calc_weight = "lon_weight" ;
	float lat(lat) ;
		lat:long_name = "latitude" ;
		lat:units = "degrees_north" ;
		lat:standard_name = "latitude" ;
		lat:gt_calc_weight = "lat_weight" ;
	float sig(sig) ;
		sig:long_name = "sigma at layer midpoints" ;
		sig:units = "1" ;
		sig:standard_name = "atmosphere_sigma_coordinate" ;
		sig:positive = "down" ;
		sig:gt_calc_weight = "sig_weight" ;
	float sigm(sigm) ;
		sigm:long_name = "sigma at layer interface (half level)" ;
		sigm:units = "1" ;
		sigm:standard_name = "atmosphere_sigma_coordinate" ;
		sigm:positive = "down" ;
	float ssz(ssz) ;
		ssz:long_name = "depth at subsurface layer midpoints" ;
		ssz:units = "m" ;
		ssz:standard_name = "depth" ;
	float sszi(sszi) ;
		sszi:long_name = "depth at subsurface layer interface (half level)" ;
		sszi:units = "m" ;
		sszi:standard_name = "depth" ;
	float siz(siz) ;
		siz:long_name = "depth at sea ice layer midpoints" ;
		siz:units = "m" ;
	float sizi(sizi) ;
		sizi:long_name = "depth at sea ice layer interface (half level)" ;
		sizi:units = "m" ;
	int wn(wn) ;
		wn:long_name = "subscript of spectral data" ;
		wn:units = "1" ;
	float time(time) ;
		time:long_name = "time" ;
		time:units = "day" ;
	double lon_weight(lon) ;
		lon_weight:long_name = "weight for integration or average in longitude" ;
		lon_weight:units = "radian" ;
	double lat_weight(lat) ;
		lat_weight:long_name = "weight for integration or average in latitude" ;
		lat_weight:units = "radian" ;
	double sig_weight(sig) ;
		sig_weight:long_name = "weight for integration or average in sigma at layer midpoints" ;
		sig_weight:units = "1" ;
	float SurfTemp(time, lat, lon) ;
		SurfTemp:long_name = "surface temperature" ;
		SurfTemp:units = "K" ;

// global attributes:
		:Conventions = "http://www.gfd-dennou.org/library/gtool4/conventions/" ;
		:gt_version = "4.3" ;
		:title = "Simulation of an atmosphere of planet with the land and the ocean history data" ;
		:source = "dcpam5 $Name:  $ (http://www.gfd-dennou.org/library/dcpam)" ;
		:institution = "GFD Dennou Club (http://www.gfd-dennou.org)" ;
		:history = "2017-05-18T23:45:03-09:00 unknown> gtool_history: HistoryCreate\n",
    "" ;
}