| 1 | 
# GM+Redi package parameters: | 
| 2 | 
#-from MOM : | 
| 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 | 
#-Option parameters (needs to "define" options in GMREDI_OPTIONS.h") | 
| 10 | 
# GM_isopycK     :      isopycnal diffusion coefficient (default=GM_background_K) | 
| 11 | 
# GM_AdvForm     :      turn on GM Advective form       (default=Skew flux form) | 
| 12 | 
 &GM_PARM01  | 
| 13 | 
  GM_background_K    = 53.0758 | 
| 14 | 
  GM_Kmin_horiz      = 7.8423, | 
| 15 | 
  GM_taper_scheme    = 'ldd97', | 
| 16 | 
  GM_maxSlope        = 1.e-2, | 
| 17 | 
 & |