// 1D spectral output generated 41.01 netcdf test_s1d { dimensions: time = UNLIMITED ; // (1 currently) points = 9 ; frequency = 25 ; variables: int time(time) ; time:units = "seconds since 1970-01-01" ; time:calendar = "gregorian" ; time:standard_name = "time" ; time:long_name = "time" ; float x(points) ; x:units = "meter" ; x:long_name = "x" ; float y(points) ; y:units = "meter" ; y:long_name = "y" ; float frequency(frequency) ; frequency:units = "s-1" ; frequency:standard_name = "wave_frequency" ; frequency:flow = 0.02f ; frequency:fhigh = 0.5000007f ; frequency:msc = 24 ; float energy_1d(time, points, frequency) ; energy_1d:_FillValue = 9.96921e+036f ; energy_1d:long_name = "energy" ; energy_1d:units = "m2 s" ; energy_1d:standard_name = "sea_surface_wave_variance_spectral_density" ; byte theta_1d(time, points, frequency) ; theta_1d:units = "degree" ; theta_1d:long_name = "principal wave direction" ; theta_1d:_FillValue = -128b ; theta_1d:scale_factor = 1.417323f ; theta_1d:add_offset = 180.f ; byte spread_1d(time, points, frequency) ; spread_1d:units = "degree" ; spread_1d:long_name = "Longuet-Higgins short-crestedness parameter (s in cos(theta/2)^2s)" ; spread_1d:_FillValue = -128b ; float depth(time, points) ; depth:units = "m" ; depth:standard_name = "sea_floor_depth_below_sea_level" ; depth:long_name = "depth below mean sea level" ; depth:_FillValue = 9.96921e+036f ; short xcur(time, points) ; xcur:units = "m s-1" ; xcur:standard_name = "eastward_sea_water_velocity" ; xcur:long_name = "x component of current" ; xcur:scale_factor = 0.0006103702f ; xcur:add_offset = 0.f ; xcur:_FillValue = -32768s ; short ycur(time, points) ; ycur:units = "m s-1" ; ycur:standard_name = "northward_sea_water_velocity" ; ycur:long_name = "y component of current" ; ycur:scale_factor = 0.0006103702f ; ycur:add_offset = 0.f ; ycur:_FillValue = -32768s ; short hs(time, points) ; hs:units = "m" ; hs:standard_name = "sea_surface_wave_significant_height" ; hs:long_name = "hs" ; hs:scale_factor = 0.0007629627f ; hs:add_offset = 25.f ; hs:_FillValue = -32768s ; short xwnd(time, points) ; xwnd:units = "m s-1" ; xwnd:standard_name = "eastward_wind" ; xwnd:long_name = "U-Component of Wind" ; xwnd:scale_factor = 0.003051851f ; xwnd:add_offset = 0.f ; xwnd:_FillValue = -32768s ; short ywnd(time, points) ; ywnd:units = "m s-1" ; ywnd:standard_name = "northward_wind" ; ywnd:long_name = "V-Component of Wind" ; ywnd:scale_factor = 0.003051851f ; ywnd:add_offset = 0.f ; ywnd:_FillValue = -32768s ; // global attributes: :Conventions = "CF-1.5" ; :History = "Created with agioncmd version 1.4" ; :Directional_convention = "nautical" ; :project = "test" ; :model = "41.01" ; :run = "nr" ; }