NetCDF-3 64bit swan_io_table2nc_matlab.nc { dimensions: time = 253 ; points = 9 ; points_name_length = 9 ; variables: // Preference 'PRESERVE_FVD': false, // dimensions consistent with ncBrowse, not with native MATLAB netcdf package. double time(time), shape = [253] time:units = "days since 1970-01-01" ; time:calendar = "gregorian" ; time:standard_name = "time" ; time:long_name = "time" ; double x(points), shape = [9] x:units = "meter" ; x:standard_name = "projection_x_coordinate" ; x:long_name = "x" ; double y(points), shape = [9] y:units = "meter" ; y:standard_name = "projection_y_coordinate" ; y:long_name = "y" ; char platform_name(points,points_name_length), shape = [9 9] platform_name:standard_name = "platform_name" ; double DIR(points,time), shape = [9 253] DIR:long_name = "Average wave direction" ; DIR:standard_name = "sea_surface_wave_from_direction" ; DIR:swan_code = "DIR" ; DIR:swan_name = "Dir" ; DIR:swan_long_name = "Average wave direction" ; DIR:coordinates = "x y" ; double HS(points,time), shape = [9 253] HS:long_name = "Significant wave height" ; HS:standard_name = "sea_surface_wave_significant_height" ; HS:swan_code = "HS" ; HS:swan_name = "Hsig" ; HS:swan_long_name = "Significant wave height" ; HS:coordinates = "x y" ; double RTP(points,time), shape = [9 253] RTP:long_name = "Relative peak period" ; RTP:standard_name = "sea_surface_wave_period_at_variance_spectral_density_maximum" ; RTP:swan_code = "RTP" ; RTP:swan_name = "RTpeak" ; RTP:swan_long_name = "Relative peak period" ; RTP:coordinates = "x y" ; double TM01(points,time), shape = [9 253] TM01:long_name = "Average absolute wave period" ; TM01:standard_name = "sea_surface_wave_mean_period_from_variance_spectral_density_first_frequency_moment" ; TM01:swan_code = "TM01" ; TM01:swan_name = "Tm01" ; TM01:swan_long_name = "Average absolute wave period" ; TM01:coordinates = "x y" ; double TM02(points,time), shape = [9 253] TM02:long_name = "Zero-crossing period" ; TM02:standard_name = "sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment" ; TM02:swan_code = "TM02" ; TM02:swan_name = "Tm02" ; TM02:swan_long_name = "Zero-crossing period" ; TM02:coordinates = "x y" ; double TMM10(points,time), shape = [9 253] TMM10:long_name = "Average absolute wave period" ; TMM10:standard_name = "sea_surface_wave_mean_period_from_variance_spectral_density_inverse_frequency_moment" ; TMM10:swan_code = "TMM10" ; TMM10:swan_name = "Tm_10" ; TMM10:swan_long_name = "Average absolute wave period" ; TMM10:coordinates = "x y" ; double TPS(points,time), shape = [9 253] TPS:long_name = "Relative peak period {smooth}" ; TPS:standard_name = "sea_surface_wave_period_at_variance_spectral_density_maximum" ; TPS:swan_code = "TPS" ; TPS:swan_name = "TPsmoo" ; TPS:swan_long_name = "Relative peak period {smooth}" ; TPS:coordinates = "x y" ; //global attributes: :title = "SWAN table" ; :institution = "Tu Delft" ; :source = "" ; :history = "$HeadURL: https://svn.oss.deltares.nl/repos/openearthtools/trunk/matlab/io/netcdf/nctools/ncwritetutorial_grid_lat_lon_curvilinear.m $ $Id: ncwritetutorial_grid_lat_lon_curvilinear.m 8907 2013-07-10 12:39:16Z boer_g $" ; :references = "http://svn.oss.deltares.nl" ; :email = "" ; :featureType = "" ; :comment = "" ; :version = "" ; :Conventions = "CF-1.9" ; :terms_for_use = "please specify" ; :disclaimer = "This data is made available in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." ; :time_coverage_start = "1997-01-02T00:00" ; :time_coverage_end = "1997-03-06T00:00" ; :project = "" ; :model = "" ; :run = "" ; }