netcdf \2015091000_cfsv2_test_forecast {
dimensions:
	forecast_time = UNLIMITED ; // (744 currently)
	ncl1 = 11 ;
	latitude = 49 ;
	longitude = 108 ;
variables:
	char initial_time(ncl1) ;
		initial_time:description = "Date string of initialzation time (zero forecast hour)" ;
	double dlwsfc(forecast_time, latitude, longitude) ;
		dlwsfc:long_name = "Surface downward longwave radiation" ;
		dlwsfc:units = "W/m2" ;
		dlwsfc:_FillValue = 9.96920996838687e+36 ;
	int forecast_time(forecast_time) ;
		forecast_time:units = "hr" ;
		forecast_time:long_name = "forecast offset from initial time (in hours)" ;
	float latitude(latitude) ;
		latitude:long_name = "latitude" ;
		latitude:grid_type = "Gaussian Latitude/Longitude" ;
		latitude:units = "degrees_north" ;
		latitude:N = 95.f ;
		latitude:Di = 0.9374987f ;
		latitude:Lo2 = 359.062f ;
		latitude:La2 = -89.277f ;
		latitude:Lo1 = 0.f ;
		latitude:La1 = 89.277f ;
	float longitude(longitude) ;
		longitude:long_name = "longitude" ;
		longitude:grid_type = "Gaussian Latitude/Longitude" ;
		longitude:units = "degrees_east" ;
		longitude:N = 95.f ;
		longitude:Di = 0.9374987f ;
		longitude:Lo2 = 359.062f ;
		longitude:La2 = -89.277f ;
		longitude:Lo1 = 0.f ;
		longitude:La1 = 89.277f ;
	double dswsfc(forecast_time, latitude, longitude) ;
		dswsfc:long_name = "Surface downward shortwave radiation" ;
		dswsfc:units = "W/m2" ;
		dswsfc:_FillValue = 9.96920996838687e+36 ;
	double prate(forecast_time, latitude, longitude) ;
		prate:long_name = "Surface Precipitation Rate" ;
		prate:units = "kg/m2/s" ;
		prate:_FillValue = 9.96920996838687e+36 ;
	double pressfc(forecast_time, latitude, longitude) ;
		pressfc:long_name = "Surface pressure" ;
		pressfc:units = "Pa" ;
		pressfc:_FillValue = 9.96920996838687e+36 ;
	double q2m(forecast_time, latitude, longitude) ;
		q2m:long_name = "2-m specific humidity" ;
		q2m:units = "kg/kg" ;
		q2m:_FillValue = 9.96920996838687e+36 ;
	double tmp2m(forecast_time, latitude, longitude) ;
		tmp2m:long_name = "2-m Air Temperature" ;
		tmp2m:units = "K" ;
		tmp2m:_FillValue = 9.96920996838687e+36 ;
	double ugrd(forecast_time, latitude, longitude) ;
		ugrd:long_name = "10-m U-wind component" ;
		ugrd:units = "m/s" ;
		ugrd:_FillValue = 9.96920996838687e+36 ;
	double vgrd(forecast_time, latitude, longitude) ;
		vgrd:long_name = "10-m V-wind component" ;
		vgrd:units = "m/s" ;
		vgrd:_FillValue = 9.96920996838687e+36 ;

// global attributes:
		:creation_date = "Thu Sep 17 00:07:12 MDT 2015" ;
		:title = "Bias corrected CFSv2 forecast field" ;
		:history = "Thu Sep 17 19:25:08 2015: ncks -A 2015091000.vgrd10m_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:25:04 2015: ncks -A 2015091000.ugrd10m_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:24:58 2015: ncks -A 2015091000.tmp2m_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:24:53 2015: ncks -A 2015091000.q2m_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:24:45 2015: ncks -A 2015091000.pressfc_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:24:39 2015: ncks -A 2015091000.prate_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:24:05 2015: ncks -A 2015091000.dswsfc_forecast.nc -o 2015091000_cfsv2_test_forecast.nc\n",
			"Thu Sep 17 19:23:07 2015: ncks -v dlwsfc 2015091000.dlwsfc_forecast.nc -o 2015091000_cfsv2_test_forecast.nc" ;
		:NCO = "4.3.4" ;
}