NetCDF-3 Classic nc_t_tide_scalar.nc { dimensions: frequency = 8 ; strlen0 = 1 ; strlen1 = 4 ; strlen2 = 1 ; strlen3 = 1 ; time = 1 ; bounds = 2 ; variables: // Preference 'PRESERVE_FVD': false, // dimensions consistent with ncBrowse, not with native MATLAB netcdf package. char platform_id(strlen0,strlen2), shape = [1 1] :long_name = "Rijkswaterstaat DONAR code of station" :standard_name = "platform_id" char platform_name(strlen0,strlen3), shape = [1 1] :long_name = "name of station" :standard_name = "platform_name" double longitude([]), shape = [1] :long_name = "longitude" :standard_name = "longitude" :units = "degrees_east" double latitude([]), shape = [1] :long_name = "latitude" :standard_name = "latitude" :units = "degrees_north" double time(time), shape = [1] :long_name = "begin of interval of tidal analysis" :standard_name = "time" :units = "days since 1970-01-01 00:00" :bounds = "period" double period(time,bounds), shape = [1 2] :long_name = "begin and end of interval of tidal analysis" :standard_name = "time" :units = "days since 1970-01-01 00:00" char component_name(frequency,strlen1), shape = [8 4] :long_name = "name of tidal constituent" double frequency(frequency), shape = [8] :long_name = "frequency" :units = "1/hour" double amplitude(frequency), shape = [8] :long_name = "amplitude of tidal component" :units = "m" :cell_methods = "time: period area: point" double amplitude_error(frequency), shape = [8] :long_name = "estimate of error of amplitude of tidal component" :units = "m" :cell_methods = "time: period area: point" double phase(frequency), shape = [8] :long_name = "phase of tidal component" :units = "degrees" :cell_methods = "time: period area: point" double phase_error(frequency), shape = [8] :long_name = "estimate of error of phase of tidal component" :units = "degrees" :cell_methods = "time: period area: point" int32 significance(frequency), shape = [8] :long_name = "whether component is significant (1) or not (0)" :flag_values = 0 1 :flag_meanings = ""insignificant" "significant(1, snr > 2)"" double snr(frequency), shape = [8] :comment = "(amplitude/amplitude_error)^2" //global Attributes: :title = " " :institution = " " :source = " " :history = " " :references = "Pawlowicz, R., B. Beardsley, and S. Lentz, "Classical Tidal Harmonic Analysis Including Error Estimates in MATLAB using T_TIDE", Computers and Geosciences, 2002. http://dx.doi.org/10.1016/S0098-3004(02)00013-4" :email = " " :version = "$HeadURL$ $Id: nc_t_tide.m 7874 2013-01-03 12:47:19Z boer_g $" :Conventions = "CF-1.4" :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." }