Warning, /verification/global_ocean.cs32x15/input.in_p/data.ggl90 is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 016b84c4 on 2021-11-02 20:24:44 UTC
016b84c482 Mart*0001 # =====================================================================
0002 # | Parameters for Gaspar et al. (1990)'s TKE vertical mixing scheme |
0003 # =====================================================================
0320e25227 Mart*0004 &GGL90_PARM01
0005 GGL90diffTKEh=0.E3,
0006 GGL90ck = 0.1,
0007 GGL90ceps = 0.7,
0008 GGL90alpha=30.,
0009 GGL90m2 = 3.0,
0010 GGL90TKEmin = 0.E-6,
0011 GGL90TKEbottom=4.E-6,
0012 GGL90TKEsurfMin=1.E-4,
0013 mxlMaxFlag=2,
0014 GGL90viscMax=1.E2,
0015 GGL90diffMax=1.E2,
31f96e9372 Jean*0016 calcMeanVertShear=.TRUE.,
0320e25227 Mart*0017 GGL90_dirichlet=.FALSE.,
0018 useIDEMIX = .TRUE.,
31f96e9372 Jean*0019 #-- IO related params:
0020 GGL90mixingMaps=.FALSE.,
0021 GGL90writeState=.FALSE.,
0320e25227 Mart*0022 &
0023
0024 &GGL90_PARM02
31f96e9372 Jean*0025 #- below are old defaults that are not recommended
0026 # IDEMIX_tau_v = 86400.0,
0027 # IDEMIX_jstar = 10.0,
0028 # IDEMIX_mu0 = 1.3333333333333333,
0029 #--
0320e25227 Mart*0030 IDEMIX_include_GM_bottom = .FALSE.,
0031 IDEMIX_include_GM = .FALSE.,
0032 IDEMIX_tidal_file = 'idemix_tidal_forcing.192x32.bin',
0033 IDEMIX_wind_file = 'idemix_wind_forcing.192x32.bin',
0034 &