Back to home page

MITgcm

 
 

    


Warning, /verification/so_box_biogeo/inp_global/data.gmredi is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit b94725a1 on 2014-08-27 21:36:34 UTC
b94725a104 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 # ifdef GM_VISBECK_VARIABLE_K, include following in GM_PARM01
                0009 # GM_Visbeck_alpha   = 0.,
                0010 # GM_Visbeck_length  = 2.e+5,
                0011 # GM_Visbeck_depth   = 1.e+3,
                0012 # GM_Visbeck_maxval_K= 2.5e+3,
                0013 
                0014  &GM_PARM01
                0015   GM_AdvForm         = .TRUE.,
                0016   GM_background_K    = 1.e+3,
                0017   GM_taper_scheme    = 'gkw91',
                0018   GM_maxSlope        = 1.e-2,
                0019   GM_Kmin_horiz      = 100.,
                0020   GM_Scrit           = 4.e-3,
                0021   GM_Sd              = 1.e-3,
                0022  &