netcdf cD-2_WAM-North_Sea_FV_1_2958405478177626615 {
dimensions:
lon = 241 ;
lat = 181 ;
time = UNLIMITED ; // (8760 currently)
variables:
float lon(lon) ;
lon:units = "degrees" ;
lon:standard_name = "grid_longitude" ;
lon:axis = "X" ;
float lat(lat) ;
lat:units = "degrees" ;
lat:standard_name = "grid_latitude" ;
lat:axis = "Y" ;
double time(time) ;
time:units = "seconds since 1900-01-01 00:00:00" ;
time:calendar = "standard" ;
float FV(time, lat, lon) ;
FV:long_name = "friction velocity" ;
FV:standard_name = "FV" ;
FV:units = "m s-1" ;
FV:_FillValue = -999.f ;
FV:valid_min = 0.f ;
FV:valid_max = 3.f ;
// global attributes:
:CDI = "Climate Data Interface version 1.5.0 (http://code.zmaw.de/projects/cdi)" ;
:Conventions = "CF-1.0" ;
:CDO = "Climate Data Operators version 1.5.0 (http://code.zmaw.de/projects/cdo)" ;
}