Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 628b9bb9 on 2011-01-27 23:02:50 UTC
a368568840 Jean*0001 # GM+Redi package parameters:
                0002 
                0003 #-from MOM :
                0004 # GM_background_K:      G & Mc.W  diffusion coefficient
                0005 # GM_maxSlope    :      max slope of isopycnals
                0006 # GM_Scrit       :      transition for scaling diffusion coefficient
                0007 # GM_Sd          :      half width scaling for diffusion coefficient
                0008 # GM_taper_scheme:      slope clipping or one of the tapering schemes
628b9bb947 Jean*0009 # GM_Kmin_horiz  :      horizontal diffusion minimum value
a368568840 Jean*0010 
                0011 #-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
                0012 # GM_isopycK     :      isopycnal diffusion coefficient (default=GM_background_K)
                0013 # GM_AdvForm     :      turn on GM Advective form       (default=Skew flux form)
                0014 
628b9bb947 Jean*0015  &GM_PARM01
a368568840 Jean*0016   GM_background_K    = 800.,
628b9bb947 Jean*0017   GM_AdvForm         = .TRUE.,
                0018 # GM_background_K    = 10.,
                0019 # GM_Visbeck_alpha   = 1.e-2,
                0020   GM_Visbeck_length  = 2.e+5,
                0021   GM_Visbeck_depth   = 1.e+3,
                0022   GM_Visbeck_maxval_K= 2.5e+3,
a368568840 Jean*0023   GM_taper_scheme    = 'gkw91',
628b9bb947 Jean*0024 # GM_Small_Number    = 1.e-18,
a368568840 Jean*0025   GM_maxSlope        = 1.e-2,
                0026   GM_Kmin_horiz      = 50.,
                0027   GM_Scrit           = 4.e-3,
                0028   GM_Sd              = 1.e-3,
49000bd578 Ed H*0029  &
a368568840 Jean*0030