/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_ad_vecinv/data.gmredi
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input_ad_vecinv/data.gmredi

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Nov 17 18:59:51 2005 UTC (18 years, 5 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58b_post, checkpoint58m_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58n_post, checkpoint58x_post, checkpoint61l, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58a_post, checkpoint58i_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62t, checkpoint58u_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint58t_post, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +1 -1 lines
 o cleanup inconsistent namelist syntax --> "&end" => "&"

1 # GM+Redi package parameters:
2 # GM_Small_Number :: epsilon used in computing the slope
3 # GM_slopeSqCutoff :: slope^2 cut-off value
4
5 #-from MOM :
6 # GM_background_K: G & Mc.W diffusion coefficient
7 # GM_maxSlope : max slope of isopycnals
8 # GM_Scrit : transition for scaling diffusion coefficient
9 # GM_Sd : half width scaling for diffusion coefficient
10 # GM_taper_scheme: slope clipping or one of the tapering schemes
11 # GM_Kmin_horiz : horizontal diffusion minimum value
12
13 #-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
14 # GM_isopycK : isopycnal diffusion coefficient (default=GM_background_K)
15 # GM_AdvForm : turn on GM Advective form (default=Skew flux form)
16
17 &GM_PARM01
18 GM_Small_Number = 1.D-20,
19 GM_slopeSqCutoff = 1.D+08,
20 GM_AdvForm = .FALSE.,
21 GM_isopycK = 1.1D+3,
22 GM_background_K = 0.9D+3,
23 GM_taper_scheme = 'dm95',
24 GM_maxSlope = 1.D-2,
25 GM_Kmin_horiz = 50.,
26 GM_Scrit = 4.D-3,
27 GM_Sd = 1.D-3,
28 # GM_Visbeck_alpha = 1.5D-2,
29 GM_Visbeck_alpha = 0.D0,
30 GM_Visbeck_length = 2.D+5,
31 GM_Visbeck_depth = 1.D+3,
32 GM_Visbeck_maxval_K= 2.5D+3,
33 &

  ViewVC Help
Powered by ViewVC 1.1.22