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