netcdf W60HADhi_1979-1990_tsl_1_5307760471049223757 {
dimensions:
depth = 4 ;
lat = 94 ;
lon = 125 ;
time = UNLIMITED ; // (240 currently)
variables:
float depth(depth) ;
depth:standard_name = "depth" ;
depth:units = "m" ;
depth:positive = "down" ;
depth:long_name = "Depth" ;
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 = "360_day" ;
float tsl(time, depth, lat, lon) ;
tsl:units = "K" ;
tsl:missing_value = -9999.f ;
tsl:long_name = "Temperature of soil" ;
tsl:standard_name = "soil_temperature" ;
// global attributes:
:Title = "West Africa 60km regional climate model" ;
:Author = "Dominikus Heinzeller ()" ;
:Institution = "WASCAL / KIT, IMK-IFU" ;
:Initdate = "1979010100" ;
:Conventions = "CF-1.6" ;
:Source = "Output from WRF V3.5.1 model, forcing: HADGEM2-ES r1i1p1 historical" ;
:History = "Postprocessed by the author using mpp (pycalc, p_interp, h_interp, pyncks, afterburner) v2.2" ;
:Calendar = "360_day" ;
}