NetCDF-3 64bit llcdirafreq2_matlab.nc { dimensions: time = 14 ; points = 9 ; frequency = 25 ; direction = 36 ; points_name_length = 8 ; variables: // Preference 'PRESERVE_FVD': false, // dimensions consistent with ncBrowse, not with native MATLAB netcdf package. double time(time), shape = [14] time:units = "days since 1970-01-01" ; time:calendar = "gregorian" ; time:standard_name = "time" ; time:long_name = "time" ; double longitude(points), shape = [9] longitude:units = "degrees_east" ; longitude:standard_name = "longitude" ; longitude:long_name = "longitude" ; double latitude(points), shape = [9] latitude:units = "degrees_north" ; latitude:standard_name = "latitude" ; latitude:long_name = "latitude" ; double frequency(frequency), shape = [25] frequency:units = "s-1" ; frequency:standard_name = "wave_frequency" ; frequency:flow = 0.02 ; frequency:fhigh = 0.5 ; frequency:msc = 24 ; double direction(direction), shape = [36] direction:units = "degree" ; direction:long_name = "direction" ; direction:standard_name = "sea_surface_wave_to_direction" ; direction:mdc = 36 ; char platform_name(points,points_name_length), shape = [9 8] platform_name:standard_name = "platform_name" ; double density(time,points,frequency,direction), shape = [14 9 25 36] density:long_name = "density" ; density:units = "m2 s/degr" ; density:standard_name = "sea_surface_wave_directional_variance_spectral_density" ; density:swan_code = "VaDens" ; density:swan_name = "VaDens" ; density:swan_long_name = "variance densities in m2/Hz/degr" ; density:relative_to_current = 0 ; density:coordinates = "longitude latitude platform_name" ; //global attributes: :title = "SWAN spectrum" ; :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-01-05T06:00" ; :project = "" ; :model = "" ; :run = "" ; :Directional_convention = "cartesian" ; }