Warning, /verification/tutorial_global_oce_biogeo/input_ad/data.gmredi is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit c6a7f9c2 on 2011-08-17 12:06:35 UTC
88362302e5 Patr*0001 # GM+Redi package parameters:
0002 # GM_Small_Number :: epsilon used in computing the slope
c6a7f9c2b5 Jean*0003 # GM_slopeSqCutoff :: slope^2 cut-off value
a180d1c5b4 Patr*0004
88362302e5 Patr*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
c6a7f9c2b5 Jean*0011 # GM_Kmin_horiz : horizontal diffusion minimum value
88362302e5 Patr*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)
a180d1c5b4 Patr*0016
c6a7f9c2b5 Jean*0017 &GM_PARM01
88362302e5 Patr*0018 GM_Small_Number = 1.D-20,
0019 GM_slopeSqCutoff = 1.D+08,
0020 # GM_AdvForm = .TRUE.,
0021 # GM_isopycK = 1.D+3,
0022 GM_background_K = 1.D+3,
0023 GM_maxSlope = 1.D-2,
0024 GM_taper_scheme = 'dm95',
0025 GM_Kmin_horiz = 50.,
0026 GM_Scrit = 4.D-3,
0027 GM_Sd = 1.D-3,
0028 #
0029 ### GM_Visbeck_alpha = 1.5D-2,
0030 ### GM_Visbeck_alpha = 0.D0,
0031 ### GM_Visbeck_length = 2.D+5,
0032 ### GM_Visbeck_depth = 1.D+3,
0033 ### GM_Visbeck_maxval_K= 2.5D+3,
c6a7f9c2b5 Jean*0034 &