netcdf islscp_Euro_88 {
dimensions:
	x = 80 ;
	y = 89 ;
	z = 1 ;
	land = 7120 ;
	tstep = UNLIMITED ; // (1465 currently)
variables:
	float nav_lon(y, x) ;
		nav_lon:units = "degrees_east" ;
		nav_lon:valid_min = -180.f ;
		nav_lon:valid_max = 180.f ;
		nav_lon:long_name = "Longitude" ;
	float nav_lat(y, x) ;
		nav_lat:units = "degrees_north" ;
		nav_lat:valid_min = -90.f ;
		nav_lat:valid_max = 90.f ;
		nav_lat:long_name = "Latitude" ;
	float level(z) ;
		level:units = "m" ;
		level:valid_min = 2.f ;
		level:valid_max = 2.f ;
		level:long_name = "Vertical levels" ;
		level:Notice = "U and V are at 10m in ISLSCP but they should be interpolated down." ;
	int land(land) ;
		land:compress = "y x" ;
	float time(tstep) ;
		time:units = "seconds since 1988-01-01 00:00:00" ;
		time:calendar = "gregorian" ;
		time:title = "Time" ;
		time:long_name = "Time axis" ;
		time:time_origin = " 1988-JAN-01 00:00:00" ;
	int timestp(tstep) ;
		timestp:units = "timesteps since 1988-01-01 00:00:00" ;
		timestp:title = "Time steps" ;
		timestp:tstep_sec = 21600.f ;
		timestp:long_name = "Time step axis" ;
		timestp:time_origin = " 1988-JAN-01 00:00:00" ;
	float SWdown(tstep, land) ;
		SWdown:axis = "TYX" ;
		SWdown:units = "W/m^2" ;
		SWdown:long_name = "Surface incident shortwave radiation" ;
		SWdown:associate = "time (nav_lat nav_lon)" ;
		SWdown:missing_value = 1.e+20f ;
	float Rainf(tstep, land) ;
		Rainf:axis = "TYX" ;
		Rainf:units = "kg/m^2s" ;
		Rainf:long_name = "Rainfall rate" ;
		Rainf:associate = "time (nav_lat nav_lon)" ;
		Rainf:missing_value = 1.e+20f ;
	float Snowf(tstep, land) ;
		Snowf:axis = "TYX" ;
		Snowf:units = "kg/m^2s" ;
		Snowf:long_name = "Snowfall rate" ;
		Snowf:associate = "time (nav_lat nav_lon)" ;
		Snowf:missing_value = 1.e+20f ;
	float LWdown(tstep, land) ;
		LWdown:axis = "TYX" ;
		LWdown:units = "W/m^2" ;
		LWdown:long_name = "Surface incident longwave radiation" ;
		LWdown:associate = "time (nav_lat nav_lon)" ;
		LWdown:missing_value = 1.e+20f ;
	float PSurf(tstep, land) ;
		PSurf:axis = "TYX" ;
		PSurf:units = "Pa" ;
		PSurf:long_name = "Surface pressure" ;
		PSurf:associate = "time (nav_lat nav_lon)" ;
		PSurf:missing_value = 1.e+20f ;
	float Tair(tstep, z, land) ;
		Tair:axis = "TZYX" ;
		Tair:units = "K" ;
		Tair:long_name = "Near surface air temperature" ;
		Tair:associate = "time level (nav_lat nav_lon)" ;
		Tair:missing_value = 1.e+20f ;
	float Qair(tstep, z, land) ;
		Qair:axis = "TZYX" ;
		Qair:units = "kg/kg" ;
		Qair:long_name = "Near surface specific humidity" ;
		Qair:associate = "time level (nav_lat nav_lon)" ;
		Qair:missing_value = 1.e+20f ;
	float Wind_N(tstep, z, land) ;
		Wind_N:axis = "TZYX" ;
		Wind_N:units = "m/s" ;
		Wind_N:long_name = "Near surface northward wind component" ;
		Wind_N:associate = "time level (nav_lat nav_lon)" ;
		Wind_N:missing_value = 1.e+20f ;
	float Wind_E(tstep, z, land) ;
		Wind_E:axis = "TZYX" ;
		Wind_E:units = "m/s" ;
		Wind_E:long_name = "Near surface eastward wind component" ;
		Wind_E:associate = "time level (nav_lat nav_lon)" ;
		Wind_E:missing_value = 1.e+20f ;

// global attributes:
		:Conventions = "GDT 1.2" ;
		:file_name = "/home/polcher/ISLSCP/islscp_Euro_88.nc" ;
		:production = "Transfered from the ISLSCP CD-rom on 20000514 at 140930.040" ;
}