Warning, /verification/deep_anelastic/input.vecinv/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 31fb0e0e on 2025-05-05 02:15:14 UTC
31fb0e0e6d Jean*0001 # Continuous equation parameters
0002 #-note: rhoRefFile is used to turn on the anelastic formulation
0003 &PARM01
0004 rhoRefFile='rhoLin_x2.bin',
0005 tRefFile='TRefFile.bin',
0006 sRef=120*0.,
0007 viscAh=1.E6,
0008 viscAr=1.E6,
0009 no_slip_sides=.FALSE.,
0010 no_slip_bottom=.FALSE.,
0011 diffKhT=1.E5,
0012 diffKrT=1.E5,
0013 rotationPeriod=86400.,
0014 gravity=9.81,
0015 rhoConst=1000.,
0016 implicitFreeSurface=.TRUE.,
0017 implicitDiffusion=.TRUE.,
0018 implicitViscosity=.TRUE.,
0019 tempAdvScheme=77,
0020 staggerTimeStep=.TRUE.,
0021 saltStepping=.FALSE.,
0022 eosType='LINEAR',
0023 vectorInvariantMomentum=.TRUE.,
0024 nonHydrostatic=.TRUE.,
0025 useNHMTerms=.TRUE.,
0026 readBinaryPrec= 64,
0027 writeBinaryPrec= 64,
0028 #useSingleCpuIO=.TRUE.,
0029 #debugLevel=1,
0030 &
0031
0032 # Elliptic solver parameters
0033 &PARM02
0034 cg2dMaxIters=1000,
0035 cg2dTargetResidual=1.E-13,
0036 cg3dMaxIters= 40,
0037 cg3dTargetResidual=1.E-13,
0038 &
0039
0040 # Time stepping parameters
0041 &PARM03
0042 nIter0=0,
0043 nTimeSteps=18,
0044 deltaT=300.,
0045 abEps=0.1,
0046 pChkptFreq=86400.,
0047 chkptFreq=0.,
0048 dumpFreq=7200.,
0049 monitorSelect=2,
0050 monitorFreq=1.,
0051 &
0052
0053 # Gridding parameters
0054 &PARM04
0055 usingSphericalPolarGrid=.TRUE.,
0056 deepAtmosphere=.TRUE.,
0057 rSphere=6370.E+3,
0058 delR=120*25.E+3,
0059 delX=1*10.,
0060 delY=160*1.,
0061 ygOrigin=-80.,
0062 &
0063
0064 # Input datasets
0065 &PARM05
0066 bathyFile='bathymetry.bin',
0067 hydrogThetaFile='init_temp.bin',
0068 &