Back to home page

MITgcm

 
 

    


Warning, /verification/ideal_2D_oce/input.geom/data.gmredi is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit a4576c7c on 2024-02-28 22:55:11 UTC
a4576c7cde Juli*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',
                0018   GM_Small_Number    = 1.e-18,
                0019   GM_maxSlope        = 1.e-2,
                0020   GM_Scrit           = 4.e-3,
                0021   GM_Sd              = 1.e-3,
                0022 # GEOM params (lmbda 1.16e-7 s-1 = 100 days-1)
                0023   GM_useGEOM         = .TRUE.,
                0024   GEOM_lmbda         = 1.16e-7,
                0025   GEOM_alpha         = 0.08,
                0026   GEOM_minval_K      = 50.,
                0027   GEOM_maxval_K      = 2.e+4,
                0028   GEOM_ini_EKE       = 1.e+1,
                0029   GEOM_diffKh_EKE    = 500.,
                0030   GEOM_vert_struc    = .TRUE.,
                0031  &