Back to entry details

Data headers for 'cD-2_WAM-North_Sea_dd'
Record


Generation date
2016-04-12
Method
ncdump -h
Header
netcdf cD-2_WAM-North_Sea_dd_1_5861327337449769860 {
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 dd(time, lat, lon) ;
dd:long_name = "Wind direction" ;
dd:standard_name = "wind_to_direction" ;
dd:units = "degree" ;
dd:_FillValue = -999.f ;
dd:valid_min = 0.f ;
dd:valid_max = 360.f ;

// global attributes:
:CDI = "Climate Data Interface version 1.5.0 (http://code.zmaw.de/projects/cdi)" ;
:Conventions = "CF-1.0" ;
:history = "Fri Apr 12 11:51:47 2013: cdo -s setreftime,1900-01-01,00:00:00 WAVE1949010100.nc /work/coast/prj1/g261024/CoastDat2/WAM/LNS/CD2_b/Wave/WAVE1949.nc" ;
:CDO = "Climate Data Operators version 1.5.0 (http://code.zmaw.de/projects/cdo)" ;
}