Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit f59d76b0 on 2019-04-27 00:31:52 UTC
f59d76b0dd Ed D*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_useBVP = .FALSE.,
                0011   GM_background_K=0.,
                0012   GM_taper_scheme    = 'linear',
                0013   GM_Small_Number    = 1.e-18,
                0014   GM_maxSlope        = 5.e-3,
                0015   GM_Scrit           = 4.e-3,
                0016   GM_Sd              = 1.e-3,
                0017   GM_useLeithQG      = .TRUE.,
                0018  &