netcdf ww3_2006.nc { dimensions: time = UNLIMITED ; variables: double wave_time(time) ; wave_time:units = "days since 1968-05-23" ; double hsig(time) ; hsig:units = "meters" ; double dir(time) ; dir:units = "degrees" ; double period(time) ; period:units = "seconds" ; // global attributes: :title = "Wave Watch 3 output for 2006" ; :type = "FORCING file" ; :author = "Aaron Bever" ; :date = "07-Oct-2004 08:44:09" ; }