Warning, /verification/MLAdjust/input.QGLeith/data 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 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 viscAr=5.E-5,
0008 #- Use QG version of Leith dynamic viscosity
0009 viscC2LeithQG = 1.,
0010 #- This is the max Viscosity used, be it Smag or Leith, and it scales
0011 # with grid size and timestep
0012 viscAhGridMax = 1.,
0013 #- This uses the full grad(vort) and grad(div)
0014 useFullLeith=.TRUE.,
0015 #- other parameter choices
0016 no_slip_bottom=.FALSE.,
0017 vectorInvariantMomentum=.TRUE.,
0018 ivdc_kappa=10.,
0019 implicitDiffusion=.TRUE.,
0020 implicitViscosity=.TRUE.,
0021 f0=7.29E-5,
0022 beta=0.E-11,
0023 useJamartWetPoints=.TRUE.,
0024 eosType='LINEAR',
0025 #- Using Temperature as only Active Tracer
0026 tAlpha=2.E-4,
0027 #- Using Salinity as Spice
0028 sBeta =0.E-4,
0029 gravity=9.81,
0030 rhoNil=1035.,
0031 implicitFreeSurface=.TRUE.,
0032 staggerTimeStep=.TRUE.,
0033 tempAdvScheme=33,
0034 saltAdvScheme=33,
0035 readBinaryPrec=64,
0036 writeBinaryPrec=64,
0037 &
0038
0039 # Elliptic solver parameters
0040 &PARM02
0041 cg2dMaxIters=1000,
0042 cg2dTargetResidual=1.E-11,
0043 cg3dMaxIters=40,
0044 cg3dTargetResidual=1.E-9,
0045 &
0046
0047 # Time stepping parameters
0048 &PARM03
0049 nIter0=0,
0050 #endTime=864000.,
0051 #- for testing, only run for 12 iterations:
0052 nTimeSteps=12,
0053 deltaT=1200.,
0054 abEps=0.01,
0055 #- for testing, reduce amount of output by commenting out output frequencies:
0056 # pchkptFreq=43200.,
0057 #taveFreq=7200.,
0058 #dumpFreq=7200.,
0059 #diagFreq=7200.,
0060 monitorSelect=2,
0061 monitorFreq=1200.,
0062 &
0063
0064 # Gridding parameters
0065 &PARM04
0066 usingCartesianGrid=.TRUE.,
0067 delR= 40*5.0,
0068 dxSpacing=1.E3,
0069 dySpacing=1.E3,
0070 &
0071
0072 # Input datasets
0073 &PARM05
0074 bathyFile='topo_sl.bin',
0075 hydrogThetaFile='thetaInitial.bin',
0076 hydrogSaltFile='spiceInitial.bin',
0077 &