netcdf ocean_his-T14 { dimensions: xi_rho = 1801 ; xi_u = 1800 ; xi_v = 1801 ; xi_psi = 1800 ; eta_rho = 1201 ; eta_u = 1201 ; eta_v = 1200 ; eta_psi = 1200 ; boundary = 4 ; ocean_time = UNLIMITED ; // (241 currently) Nuser = 25 ; variables: int ntimes ; ntimes:long_name = "number of long time-steps" ; int ndtfast ; ndtfast:long_name = "number of short time-steps" ; double dt ; dt:long_name = "size of long time-steps" ; dt:units = "second" ; double dtfast ; dtfast:long_name = "size of short time-steps" ; dtfast:units = "second" ; double dstart ; dstart:long_name = "time stamp assigned to model initilization" ; dstart:units = "days since 0001-01-01 00:00:00" ; dstart:calendar = "julian" ; int nHIS ; nHIS:long_name = "number of time-steps between history records" ; int ndefHIS ; ndefHIS:long_name = "number of time-steps between the creation of history files" ; int nRST ; nRST:long_name = "number of time-steps between restart records" ; nRST:cycle = "only latest two records are maintained" ; int ntsAVG ; ntsAVG:long_name = "starting time-step for accumulation of time-averaged fields" ; int nAVG ; nAVG:long_name = "number of time-steps between time-averaged records" ; int ndefAVG ; ndefAVG:long_name = "number of time-steps between the creation of average files" ; double rdrg ; rdrg:long_name = "linear drag coefficient" ; rdrg:units = "meter second-1" ; double rdrg2 ; rdrg2:long_name = "quadratic drag coefficient" ; double Znudg ; Znudg:long_name = "free-surface nudging/relaxation inverse time scale" ; Znudg:units = "day-1" ; double M2nudg ; M2nudg:long_name = "2D momentum nudging/relaxation inverse time scale" ; M2nudg:units = "day-1" ; double rho0 ; rho0:long_name = "mean density used in Boussinesq approximation" ; rho0:units = "kilogram meter-3" ; double gamma2 ; gamma2:long_name = "slipperiness parameter" ; char spherical ; spherical:long_name = "grid type logical switch" ; spherical:flag_values = "T, F" ; spherical:flag_meanings = "spherical Cartesian" ; double xl ; xl:long_name = "domain length in the XI-direction" ; xl:units = "meter" ; double el ; el:long_name = "domain length in the ETA-direction" ; el:units = "meter" ; double user(Nuser) ; user:long_name = "user generic parameters" ; user:field = "user, scalar" ; double h(eta_rho, xi_rho) ; h:long_name = "bathymetry at RHO-points" ; h:units = "meter" ; h:coordinates = "x_rho y_rho" ; h:field = "bath, scalar" ; double f(eta_rho, xi_rho) ; f:long_name = "Coriolis parameter at RHO-points" ; f:units = "second-1" ; f:coordinates = "x_rho y_rho" ; f:field = "coriolis, scalar" ; double pm(eta_rho, xi_rho) ; pm:long_name = "curvilinear coordinate metric in XI" ; pm:units = "meter-1" ; pm:coordinates = "x_rho y_rho" ; pm:field = "pm, scalar" ; double pn(eta_rho, xi_rho) ; pn:long_name = "curvilinear coordinate metric in ETA" ; pn:units = "meter-1" ; pn:coordinates = "x_rho y_rho" ; pn:field = "pn, scalar" ; double x_rho(eta_rho, xi_rho) ; x_rho:long_name = "x-locations of RHO-points" ; x_rho:units = "meter" ; x_rho:field = "x_rho, scalar" ; double y_rho(eta_rho, xi_rho) ; y_rho:long_name = "y-locations of RHO-points" ; y_rho:units = "meter" ; y_rho:field = "y_rho, scalar" ; double x_u(eta_u, xi_u) ; x_u:long_name = "x-locations of U-points" ; x_u:units = "meter" ; x_u:field = "x_u, scalar" ; double y_u(eta_u, xi_u) ; y_u:long_name = "y-locations of U-points" ; y_u:units = "meter" ; y_u:field = "y_u, scalar" ; double x_v(eta_v, xi_v) ; x_v:long_name = "x-locations of V-points" ; x_v:units = "meter" ; x_v:field = "x_v, scalar" ; double y_v(eta_v, xi_v) ; y_v:long_name = "y-locations of V-points" ; y_v:units = "meter" ; y_v:field = "y_v, scalar" ; double x_psi(eta_psi, xi_psi) ; x_psi:long_name = "x-locations of PSI-points" ; x_psi:units = "meter" ; x_psi:field = "x_psi, scalar" ; double y_psi(eta_psi, xi_psi) ; y_psi:long_name = "y-locations of PSI-points" ; y_psi:units = "meter" ; y_psi:field = "y_psi, scalar" ; double mask_rho(eta_rho, xi_rho) ; mask_rho:long_name = "mask on RHO-points" ; mask_rho:flag_values = 0., 1. ; mask_rho:flag_meanings = "land water" ; mask_rho:coordinates = "x_rho y_rho" ; double mask_u(eta_u, xi_u) ; mask_u:long_name = "mask on U-points" ; mask_u:flag_values = 0., 1. ; mask_u:flag_meanings = "land water" ; mask_u:coordinates = "x_u y_u" ; double mask_v(eta_v, xi_v) ; mask_v:long_name = "mask on V-points" ; mask_v:flag_values = 0., 1. ; mask_v:flag_meanings = "land water" ; mask_v:coordinates = "x_v y_v" ; double mask_psi(eta_psi, xi_psi) ; mask_psi:long_name = "mask on psi-points" ; mask_psi:flag_values = 0., 1. ; mask_psi:flag_meanings = "land water" ; mask_psi:coordinates = "x_psi y_psi" ; double ocean_time(ocean_time) ; ocean_time:long_name = "time since initialization" ; ocean_time:units = "seconds since 0001-01-01 00:00:00" ; ocean_time:calendar = "julian" ; ocean_time:field = "time, scalar, series" ; float wetdry_mask_rho(ocean_time, eta_rho, xi_rho) ; wetdry_mask_rho:long_name = "wet/dry mask on RHO-points" ; wetdry_mask_rho:flag_values = 0.f, 1.f ; wetdry_mask_rho:flag_meanings = "land water" ; wetdry_mask_rho:time = "ocean_time" ; wetdry_mask_rho:coordinates = "x_rho y_rho ocean_time" ; wetdry_mask_rho:field = "wetdry_mask_rho, scalar, series" ; float wetdry_mask_u(ocean_time, eta_u, xi_u) ; wetdry_mask_u:long_name = "wet/dry mask on U-points" ; wetdry_mask_u:flag_values = 0.f, 1.f ; wetdry_mask_u:flag_meanings = "land water" ; wetdry_mask_u:time = "ocean_time" ; wetdry_mask_u:coordinates = "x_u y_u ocean_time" ; wetdry_mask_u:field = "wetdry_mask_u, scalar, series" ; float wetdry_mask_v(ocean_time, eta_v, xi_v) ; wetdry_mask_v:long_name = "wet/dry mask on V-points" ; wetdry_mask_v:flag_values = 0.f, 1.f ; wetdry_mask_v:flag_meanings = "land water" ; wetdry_mask_v:time = "ocean_time" ; wetdry_mask_v:coordinates = "x_v y_v ocean_time" ; wetdry_mask_v:field = "wetdry_mask_v, scalar, series" ; float zeta(ocean_time, eta_rho, xi_rho) ; zeta:long_name = "free-surface" ; zeta:units = "meter" ; zeta:time = "ocean_time" ; zeta:coordinates = "x_rho y_rho ocean_time" ; zeta:field = "free-surface, scalar, series" ; float ubar(ocean_time, eta_u, xi_u) ; ubar:long_name = "vertically integrated u-momentum component" ; ubar:units = "meter second-1" ; ubar:time = "ocean_time" ; ubar:coordinates = "x_u y_u ocean_time" ; ubar:field = "ubar-velocity, scalar, series" ; ubar:_FillValue = 1.e+37f ; float vbar(ocean_time, eta_v, xi_v) ; vbar:long_name = "vertically integrated v-momentum component" ; vbar:units = "meter second-1" ; vbar:time = "ocean_time" ; vbar:coordinates = "x_v y_v ocean_time" ; vbar:field = "vbar-velocity, scalar, series" ; vbar:_FillValue = 1.e+37f ; float sustr(ocean_time, eta_u, xi_u) ; sustr:long_name = "surface u-momentum stress" ; sustr:units = "newton meter-2" ; sustr:time = "ocean_time" ; sustr:coordinates = "x_u y_u ocean_time" ; sustr:field = "surface u-momentum stress, scalar, series" ; sustr:_FillValue = 1.e+37f ; float svstr(ocean_time, eta_v, xi_v) ; svstr:long_name = "surface v-momentum stress" ; svstr:units = "newton meter-2" ; svstr:time = "ocean_time" ; svstr:coordinates = "x_v y_v ocean_time" ; svstr:field = "surface v-momentum stress, scalar, series" ; svstr:_FillValue = 1.e+37f ; // global attributes: :file = "ocean_his.nc" ; :format = "netCDF-3 classic file" ; :Conventions = "CF-1.0" ; :type = "ROMS/TOMS history file" ; :title = "Tanis" ; :rst_file = "ocean_rst.nc" ; :his_file = "ocean_his.nc" ; :avg_file = "ocean_avg.nc" ; :grd_file = "inverted.nc" ; :ini_file = "inverted.nc" ; :script_file = "tanis.in" ; :svn_url = "https://www.myroms.org/svn/omlab/branches/jcwarner" ; :svn_rev = "679M" ; :code_dir = "/home/drews/2012/WindStress/COAWST" ; :header_dir = "/home/drews/2012/WindStress/COAWST/Projects/Tanis" ; :header_file = "tanis.h" ; :os = "Linux" ; :cpu = "x86_64" ; :compiler_system = "pgf90" ; :compiler_command = "/usr/local/bin/mpif90" ; :compiler_flags = " -O3 -Mfree" ; :tiling = "001x001" ; :history = "ROMS/TOMS, Version 3.4, Tuesday - October 30, 2012 - 1:09:17 PM" ; :ana_file = "/home/drews/2012/WindStress/COAWST/Projects/Tanis/ana_smflux.h" ; :CPP_options = "TANIS, ANA_BTFLUX, ANA_SMFLUX, ASSUMED_SHAPE, AVERAGES, DOUBLE_PRECISION, GLS_MIXING, MASKING, MPI, NONLINEAR, PROFILE, K_GSCHEME, !RST_SINGLE, SPLINES, UV_COR, UV_QDRAG, UV_PSOURCE, WET_DRY" ; }