netcdf gmu07 { dimensions: Time = 7515 ; lat = 1 ; lon = 1 ; ele = 1 ; variables: double Time(Time) ; Time:units = "Matlab Datenum" ; double lat(lat) ; lat:standard_name = "Latitude" ; lat:long_name = "Latitude" ; lat:units = "degrees_north" ; double lon(lon) ; lon:standard_name = "Longitude" ; lon:long_name = "Longitude" ; lon:units = "degrees_east" ; double ele(ele) ; ele:standard_name = "Elevation" ; ele:long_name = "Sensor Elevation from top of post" ; ele:units = "m at NAVD88" ; 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" ; }