netcdf gmu03 { dimensions: Time = 9976 ; variables: double Time(Time) ; Time:units = "Matlab Datenum" ; double Hs(Time) ; Hs:standard_name = "wave height" ; Hs:long_name = "Significant Wave Height" ; Hs:units = "meters" ; double Tp(Time) ; Tp:standard_name = "wave period" ; Tp:long_name = "Wave Period" ; Tp:units = "seconds" ; double Sf(Time) ; Sf:standard_name = "Wave Energy Spectrum" ; Sf:long_name = "Wave Energy Spectrum" ; Sf:units = "m^2/Hz" ; double Depth(Time) ; Depth:standard_name = "Water Depth" ; Depth:long_name = "Water Depth" ; Depth:units = "m" ; }