/[MITgcm]/MITgcm_contrib/verification_other/global2x2_tot/input/data.gmredi
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global2x2_tot/input/data.gmredi

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


Revision 1.1 - (hide annotations) (download)
Sat Feb 4 02:58:13 2012 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
move un-tested set-up from MITgcm/verification/global2x2_tot to Contrib/verification_other

1 jmc 1.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.D+3,
22     GM_background_K = 1.D+3,
23     GM_taper_scheme = 'gkw91',
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 = 0.D0,
29     GM_Visbeck_length = 2.D+5,
30     GM_Visbeck_depth = 1.D+3,
31     GM_Visbeck_maxval_K= 2.5D+3,
32     &

  ViewVC Help
Powered by ViewVC 1.1.22