netcdf W60MPIr4_2029-2040_cls_1_2120422172300862505 {
dimensions:
time = UNLIMITED ; // (124 currently)
plev = 24 ;
lat = 94 ;
lon = 125 ;
variables:
float cls(time, plev, lat, lon) ;
cls:long_name = "Snow mixing ratio" ;
cls:units = "kg kg-1" ;
cls:missing_value = -9999.f ;
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" ;
float plev(plev) ;
plev:standard_name = "air_pressure" ;
plev:units = "hPa" ;
plev:positive = "down" ;
plev:long_name = "Pressure" ;
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" ;
// global attributes:
:Title = "West Africa 60km regional climate model" ;
:Author = "Dominikus Heinzeller ()" ;
:Institution = "WASCAL / KIT, IMK-IFU" ;
:Initdate = "2029010100" ;
: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" ;
}