netcdf cwaqck/cwa_qck_2026.ncml { dimensions: xi_rho = 480; xi_u = 479; xi_v = 480; xi_psi = 479; eta_rho = 640; eta_u = 640; eta_v = 639; eta_psi = 639; xi_vert = 481; eta_vert = 641; bath = UNLIMITED; // (1 currently) s_rho = 25; s_w = 26; variables: double theta_s; :long_name = "S-coordinate surface control parameter"; double theta_b; :long_name = "S-coordinate bottom control parameter"; double Tcline; :long_name = "S-coordinate surface/bottom layer width"; :units = "meter"; double hc; :long_name = "S-coordinate parameter, critical depth"; :units = "meter"; double s_rho(s_rho=25); :long_name = "S-coordinate at RHO-points"; double s_w(s_w=26); :long_name = "S-coordinate at W-points"; double Cs_r(s_rho=25); :long_name = "S-coordinate stretching curves at RHO-points"; double Cs_w(s_w=26); :long_name = "S-coordinate stretching curves at W-points"; double h(eta_rho=640, xi_rho=480); :long_name = "bathymetry at RHO-points"; :units = "meter"; :hmin = 2.0; // double :hmax = 5500.0; // double :r_max = 0.1; // double :method = "mask-dependent rx-conditioned z-space smoothing"; :iters_cond = 10000; // int :iters_linear = 0; // int double hraw(bath=1, eta_rho=640, xi_rho=480); :long_name = "raw bathymetry at RHO-points"; :units = "meter"; :topo_data_file = "gebco_bathy.nc"; :smoothing_radius = 2.5; // double double dmde(eta_rho=640, xi_rho=480); :long_name = "XI derivative of inverse metric factor pn"; :units = "meter"; double dndx(eta_rho=640, xi_rho=480); :long_name = "ETA derivative of inverse metric factor pm"; :units = "meter"; double xl; :long_name = "domain length in the XI-direction"; :units = "meter"; double el; :long_name = "domain length in the ETA-direction"; :units = "meter"; double x_rho(eta_rho=640, xi_rho=480); :long_name = "x location of RHO-points"; :units = "meter"; double y_rho(eta_rho=640, xi_rho=480); :long_name = "y location of RHO-points"; :units = "meter"; double x_u(eta_u=640, xi_u=479); :long_name = "x location of U-points"; :units = "meter"; double y_u(eta_u=640, xi_u=479); :long_name = "y location of U-points"; :units = "meter"; double x_v(eta_v=639, xi_v=480); :long_name = "x location of V-points"; :units = "meter"; double y_v(eta_v=639, xi_v=480); :long_name = "y location of V-points"; :units = "meter"; double x_psi(eta_psi=639, xi_psi=479); :long_name = "x location of PSI-points"; :units = "meter"; double y_psi(eta_psi=639, xi_psi=479); :long_name = "y location of PSI-points"; :units = "meter"; double x_vert(eta_vert=641, xi_vert=481); :long_name = "x location of cell verticies"; :units = "meter"; double y_vert(eta_vert=641, xi_vert=481); :long_name = "y location of cell verticies"; :units = "meter"; double lon_rho(eta_rho=640, xi_rho=480); :long_name = "longitude of RHO-points"; :units = "degree_east"; :axis = "X"; :_CoordinateAxisType = "Lon"; double lat_rho(eta_rho=640, xi_rho=480); :long_name = "latitude of RHO-points"; :units = "degree_north"; :axis = "Y"; :_CoordinateAxisType = "Lat"; double lon_u(eta_u=640, xi_u=479); :long_name = "longitude of U-points"; :units = "degree_east"; double lat_u(eta_u=640, xi_u=479); :long_name = "latitude of U-points"; :units = "degree_north"; double lon_v(eta_v=639, xi_v=480); :long_name = "longitude of V-points"; :units = "degree_east"; double lat_v(eta_v=639, xi_v=480); :long_name = "latitude of V-points"; :units = "degree_north"; double lon_psi(eta_psi=639, xi_psi=479); :long_name = "longitude of PSI-points"; :units = "degree_east"; double lat_psi(eta_psi=639, xi_psi=479); :long_name = "latitude of PSI-points"; :units = "degree_north"; double lon_vert(eta_vert=641, xi_vert=481); :long_name = "longitude of cell verticies"; :units = "degree_east"; double lat_vert(eta_vert=641, xi_vert=481); :long_name = "latitude of cell verticies"; :units = "degree_north"; char spherical; :long_name = "Grid type logical switch"; double mask_rho(eta_rho=640, xi_rho=480); :long_name = "mask on RHO-points"; double mask_u(eta_u=640, xi_u=479); :long_name = "mask on U-points"; double mask_v(eta_v=639, xi_v=480); :long_name = "mask on V-points"; double mask_psi(eta_psi=639, xi_psi=479); :long_name = "mask on psi-points"; int Vtransform; int Vstretching; int N; double visc_factor(eta_rho=640, xi_rho=480); :long_name = "horizontal viscosity sponge factor"; :valid_min = 0.0; // double :coordinates = "lon_rho lat_rho"; double diff_factor(eta_rho=640, xi_rho=480); :long_name = "horizontal diffusivity sponge factor"; :valid_min = 0.0; // double :coordinates = "lon_rho lat_rho"; // global attributes: :Description = "ROMS grid"; :Author = "pyroms.grid.write_grd"; :Created = "2015-06-18T10:36:55.766150"; :type = "ROMS grid file"; :sponge = "27-Oct-2016 created with /home/ivica/MODELS/ROMS/ver_3.6/Matlab/grid/sponge.m: factor = 5, Nfilter = 10"; }