Warning, /verification/ideal_2D_oce/input/data.gmredi is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit db0ff012 on 2007-05-24 22:45:35 UTC
11bb4bac97 Jean*0001 # from MOM
0002 # GM_background_K: isopycnal diffusion coefficien
0003 # GM_maxSlope: max slope of isopycnals
0004 # GM_Scrit: transition for scaling diffusion coefficient
0005 # GM_Sd: half width scaling for diffusion coefficient
0006 # real background diff: horizontal diffusion
0007
0008 &GM_PARM01
0009 GM_AdvForm=.TRUE.,
0010 # GM_AdvSeparate=.TRUE.,
0011 # GM_background_K=1000.,
0012 GM_background_K=10.,
0013 # GM_isopycK=1000.,
0014 # GM_taper_scheme = 'clipping',
0015 GM_taper_scheme = 'linear',
0016 # GM_taper_scheme = 'gkw91',
0017 # GM_taper_scheme = 'ldd97',
db0ff01262 Jean*0018 GM_Small_Number = 1.e-18,
11bb4bac97 Jean*0019 GM_maxSlope = 1.e-2,
0020 GM_Scrit = 4.e-3,
0021 GM_Sd = 1.e-3,
0022 GM_Visbeck_alpha = 1.e-2,
0023 GM_Visbeck_length = 2.e+5,
0024 GM_Visbeck_depth = 1.e+3,
0025 GM_Visbeck_maxval_K= 2.5e+3,
49000bd578 Ed H*0026 &
11bb4bac97 Jean*0027
0028