netcdf cD3_WAM_C-REA6_tp_sea_1_221499582577034456 {
dimensions:
time = UNLIMITED ; // (8712 currently)
rlon = 427 ;
rlat = 245 ;
variables:
int time(time) ;
time:standard_name = "time" ;
time:units = "hours since 1900-1-1 00:00:00" ;
time:calendar = "standard" ;
time:axis = "T" ;
double rlon(rlon) ;
rlon:long_name = "rotated longitude" ;
rlon:units = "degrees" ;
rlon:axis = "X" ;
rlon:standard_name = "grid_longitude" ;
double rlat(rlat) ;
rlat:long_name = "rotated latitude" ;
rlat:units = "degrees" ;
rlat:axis = "Y" ;
rlat:standard_name = "grid_latitude" ;
int rotated_pole ;
rotated_pole:grid_mapping_name = "rotated_latitude_longitude" ;
rotated_pole:grid_north_pole_latitude = 32. ;
rotated_pole:grid_north_pole_longitude = -140. ;
float tp_sea(time, rlat, rlon) ;
tp_sea:standard_name = "sea_surface_wind_wave_period_at_variance_spectral_density_maximum" ;
tp_sea:long_name = "Sea peak period" ;
tp_sea:units = "s" ;
tp_sea:grid_mapping = "rotated_pole" ;
tp_sea:_FillValue = -9999999.f ;
tp_sea:missing_value = -9999999.f ;
tp_sea:coordinates = "lon lat" ;
float lat(rlat, rlon) ;
lat:units = "degrees_north" ;
lat:long_name = "geographical latitude" ;
lat:standard_name = "latitude" ;
lat:coordinates = "lon lat" ;
float lon(rlat, rlon) ;
lon:units = "degrees_east" ;
lon:long_name = "geographical longitude" ;
lon:standard_name = "longitude" ;
lon:coordinates = "lon lat" ;
// global attributes:
:CDI = "Climate Data Interface version 2.2.4 (https://mpimet.mpg.de/cdi)" ;
:Conventions = "CF-1.6" ;
:CDO = "Climate Data Operators version 2.2.2 (https://mpimet.mpg.de/cdo)" ;
:NCO = "netCDF Operators version 5.0.6 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ;
}