Warning, /verification/deep_anelastic/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 3bf2c5c5 on 2013-03-02 17:25:51 UTC
ea178003d1 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 nonHydrostatic=.TRUE.,
0024 useNHMTerms=.TRUE.,
0025 readBinaryPrec= 64,
0026 writeBinaryPrec= 64,
0027 #useSingleCpuIO=.TRUE.,
3bf2c5c532 Jean*0028 #debugLevel=1,
2e80eef6e5 Davi*0029 &
ea178003d1 Jean*0030
0031 # Elliptic solver parameters
0032 &PARM02
0033 cg2dMaxIters=1000,
0034 cg2dTargetResidual=1.E-13,
0035 cg3dMaxIters= 40,
0036 cg3dTargetResidual=1.E-13,
2e80eef6e5 Davi*0037 &
ea178003d1 Jean*0038
0039 # Time stepping parameters
0040 &PARM03
0041 nIter0=0,
0042 nTimeSteps=18,
0043 deltaT=300.,
0044 abEps=0.1,
0045 pChkptFreq=86400.,
0046 chkptFreq=0.,
0047 dumpFreq=7200.,
2f6f180016 Jean*0048 monitorSelect=2,
ea178003d1 Jean*0049 monitorFreq=1.,
2e80eef6e5 Davi*0050 &
ea178003d1 Jean*0051
0052 # Gridding parameters
0053 &PARM04
0054 usingSphericalPolarGrid=.TRUE.,
0055 deepAtmosphere=.TRUE.,
0056 rSphere=6370.E+3,
0057 delR=120*25.E+3,
0058 delX=1*10.,
0059 delY=160*1.,
fdb16198f0 Jean*0060 ygOrigin=-80.,
2e80eef6e5 Davi*0061 &
ea178003d1 Jean*0062
0063 # Input datasets
0064 &PARM05
0065 bathyFile='bathymetry.bin',
0066 hydrogThetaFile='init_temp.bin',
2e80eef6e5 Davi*0067 &