Warning, /verification/tutorial_global_oce_optim/input_oad/data.gmredi is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e12a7e12 on 2014-03-12 02:04:31 UTC
e12a7e12af Patr*0001 # GM+Redi package parameters:
0002 # GM_Small_Number :: epsilon used in computing the slope
0003 # GM_slopeSqCutoff :: slope^2 cut-off value
0004
0005 #-from MOM :
0006 # GM_background_K: G & Mc.W diffusion coefficient
0007 # GM_maxSlope : max slope of isopycnals
0008 # GM_Scrit : transition for scaling diffusion coefficient
0009 # GM_Sd : half width scaling for diffusion coefficient
0010 # GM_taper_scheme: slope clipping or one of the tapering schemes
0011 # GM_Kmin_horiz : horizontal diffusion minimum value
0012
0013 #-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
0014 # GM_isopycK : isopycnal diffusion coefficient (default=GM_background_K)
0015 # GM_AdvForm : turn on GM Advective form (default=Skew flux form)
0016
0017 &GM_PARM01
0018 GM_Small_Number = 1.D-20,
0019 GM_slopeSqCutoff = 1.D+08,
0020 GM_background_K = 1.e+3,
0021 GM_taper_scheme = 'dm95',
0022 GM_maxSlope = 1.e-2,
0023 GM_Kmin_horiz = 50.,
0024 GM_Scrit = 4.e-3,
0025 GM_Sd = 1.e-3,
0026 # GM_Visbeck_alpha = 0.,
0027 # GM_Visbeck_length = 2.e+5,
0028 # GM_Visbeck_depth = 1.e+3,
0029 # GM_Visbeck_maxval_K= 2.5e+3,
0030 &
0031
0032