1 |
atn |
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 |
|
|
# GM_Kmin_horiz : horizontal diffusion minimum value |
10 |
|
|
|
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 |
|
|
&GM_PARM01 |
16 |
|
|
GM_AdvForm = .TRUE., |
17 |
|
|
# gm diffusivity |
18 |
|
|
GM_isopycK = 175.0, |
19 |
|
|
# redi diffusivity, should it be the same as gm? |
20 |
|
|
GM_background_K = 175.0, |
21 |
|
|
GM_Kmin_horiz = 10., |
22 |
|
|
# GM_taper_scheme = 'ldd97', |
23 |
|
|
GM_taper_scheme = 'stableGmAdjTap', |
24 |
|
|
GM_maxSlope = 1.e-2, |
25 |
|
|
& |