netcdf cD-2_WAM-North_Sea_NWS_1_7483072323445865015 {
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 NWS(time, lat, lon) ;
NWS:long_name = "normalised_wave_stress" ;
NWS:standard_name = "normalised_wave_stress" ;
NWS:_FillValue = -999.f ;
NWS:valid_min = 0.f ;
NWS:valid_max = 2.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)" ;
}