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

Annotation of /MITgcm_contrib/verification_other/global_ocean.gm_k3d/input/data.gmredi

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


Revision 1.3 - (hide annotations) (download)
Sun Feb 22 23:47:07 2015 UTC (10 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint67d, checkpoint65m, checkpoint65n, HEAD
Changes since 1.2: +1 -1 lines
update after changes made in pkg/gmredi

1 jmc 1.1 # GM+Redi package parameters:
2    
3     #-from MOM :
4     # GM_background_K: G & Mc.W diffusion coefficient
5     # GM_maxSlope : max slope of isopycnals
6     # GM_Scrit : transition for scaling diffusion coefficient
7     # GM_Sd : half width scaling for diffusion coefficient
8     # GM_taper_scheme: slope clipping or one of the tapering schemes
9 jmc 1.2 # GM_Kmin_horiz : horizontal diffusion minimum value
10 jmc 1.1
11     #-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
12     # GM_isopycK : isopycnal diffusion coefficient (default=GM_background_K)
13     # GM_AdvForm : turn on GM Advective form (default=Skew flux form)
14    
15 jmc 1.2 &GM_PARM01
16 jmc 1.1 GM_AdvForm = .TRUE.,
17     GM_AdvSeparate = .FALSE.,
18     GM_background_K = 0.0,
19     GM_isopycK = 0.0,
20     GM_taper_scheme = 'gkw91',
21     GM_maxSlope = 1.e-2,
22     GM_Kmin_horiz = 50.,
23     GM_Scrit = 4.e-3,
24     GM_Sd = 1.e-3,
25     GM_K3D_gamma = 0.35,
26     GM_K3D_b1 = 4,
27     GM_K3D_EadyMaxDepth= 1000.0,
28     GM_K3D_EadyMinDepth= 50.0,
29     GM_K3D_smallK = 0.1D+3,
30     GM_K3D_maxC =-0.15,
31     GM_maxK3D = 2.0D+3,
32     GM_K3D_Lambda = 4.0,
33     GM_useK3D = .TRUE.,
34 jmc 1.3 GM_K3D_use_constK = .FALSE.,
35 jmc 1.1 GM_K3D_ThickSheet = .FALSE.,
36     GM_K3D_smooth = .TRUE.,
37     GM_K3D_constK = 1000.0,
38     GM_K3D_Rmax = 75.0D+03,
39     GM_K3D_Rmin = 30.0D+03,
40     GM_K3D_minCori = 1.52D-5,
41     GM_K3D_minN2 = 1.0D-7,
42     GM_K3D_surfMinDepth= 0.0,
43     GM_K3D_vecFreq = 2592000,
44     GM_InMomAsStress = .FALSE.,
45     GM_K3D_surfK = .TRUE.,
46     GM_K3D_constRedi = .FALSE.,
47     &

  ViewVC Help
Powered by ViewVC 1.1.22