netcdf W12MPIr4_2079-2090_tsmax_1_5030304128557052467 { 
 dimensions: 
 	lat = 282 ; 
 	lon = 455 ; 
 	time = UNLIMITED ; // (31 currently) 
 variables: 
 	float lat(lat) ; 
 		lat:standard_name = "latitude" ; 
 		lat:long_name = "Latitude, south is negative" ; 
 		lat:units = "degrees_north" ; 
 	float lon(lon) ; 
 		lon:standard_name = "longitude" ; 
 		lon:long_name = "Longitude, west is negative" ; 
 		lon:units = "degrees_east" ; 
 	int time(time) ; 
 		time:standard_name = "time" ; 
 		time:long_name = "Time" ; 
 		time:units = "hours since 1970-01-01 00:00:00 +0000" ; 
 		time:calendar = "gregorian" ; 
 	float tsmax(time, lat, lon) ; 
 		tsmax:units = "K" ; 
 		tsmax:long_name = "Daily maximum surface skin temperature" ; 
 		tsmax:standard_name = "surface_temperature" ; 
  
 // global attributes: 
 		:Title = "West Africa 12km regional climate model" ; 
 		:Author = "Dominikus Heinzeller ()" ; 
 		:Institution = "WASCAL / KIT, IMK-IFU" ; 
 		:Initdate = "2079010100" ; 
 		:Conventions = "CF-1.6" ; 
 		:Source = "Output from WRF V3.5.1 model, forcing: MPI-ESM-MR r1i1p1 RCP4.5" ; 
 		:History = "Postprocessed by the author using mpp (pycalc, p_interp, h_interp, pyncks, afterburner) v2.2" ; 
 		:Calendar = "gregorian" ; 
 }