Warning, /verification/global_with_exf/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7422f31e on 2018-08-24 20:38:37 UTC
c5d1c04a71 Patr*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef = 15*20.,
0008 sRef = 15*35.,
0009 viscAr=1.E-3,
0010 viscAh=5.E5,
d68faeaed2 Jean*0011 diffKhT=0.0,
c5d1c04a71 Patr*0012 diffKrT=3.E-5,
d68faeaed2 Jean*0013 diffKhS=0.0,
c5d1c04a71 Patr*0014 diffKrS=3.E-5,
7422f31e4b Jean*0015 rhoConst=1035.,
d68faeaed2 Jean*0016 rotationPeriod=86400.,
c5d1c04a71 Patr*0017 gravity=9.81,
0018 eosType = 'POLY3',
0019 ivdc_kappa=100.,
0020 implicitDiffusion=.TRUE.,
0021 allowFreezing=.TRUE.,
0022 useRealFreshWaterFlux=.TRUE.,
dddff3fa25 Jean*0023 useCDscheme=.TRUE.,
e67f7f7c39 Jean*0024 useNHMTerms=.TRUE.,
c5d1c04a71 Patr*0025 # turn on looped cells
0026 hFacMin=.05,
0027 hFacMindr=50.,
0028 # set precision of data files
0029 readBinaryPrec=32,
54236184fd Jean*0030 #- not safe to use globalFiles in multi-processors runs
0031 #globalfiles=.TRUE.
9e7c753a3d Dimi*0032 usesinglecpuio=.TRUE.
c5d1c04a71 Patr*0033 &
0034
0035 # Elliptic solver parameters
0036 &PARM02
0037 cg2dMaxIters=500,
0038 cg2dTargetResidual=1.E-13,
0039 &
0040
0041 # Time stepping parameters
0042 &PARM03
0043 nIter0 = 0,
0044 nTimeSteps = 20,
0045 # 100 years of integration will yield a reasonable flow field
0046 # startTime = 0.,
0047 # endTime = 3110400000.,
0048 deltaTmom = 1200.0,
0049 tauCD = 321428.,
0050 deltaTtracer= 43200.0,
0051 deltaTClock = 43200.0,
0052 # if you are using a version later than checkpoint45d on the main branch
d68faeaed2 Jean*0053 # you can uncomment the following line and increase the time step
0054 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
c5d1c04a71 Patr*0055 # asynchronous time stepping
0056 # deltaTfreesurf = 172800.0,
0057 abEps = 0.1,
0058 pChkptFreq= 311040000.,
0059 dumpFreq= 311040000.,
0060 dumpFreq= 864000.,
0061 taveFreq= 311040000.,
0062 taveFreq= 864000.,
0063 monitorFreq=1.,
0064 &
0065
0066 # Gridding parameters
0067 &PARM04
0068 usingSphericalPolarGrid=.TRUE.,
d68faeaed2 Jean*0069 delR= 50., 70., 100., 140., 190.,
0070 240., 290., 340., 390., 440.,
c5d1c04a71 Patr*0071 490., 540., 590., 640., 690.,
fdb16198f0 Jean*0072 ygOrigin=-80.,
c5d1c04a71 Patr*0073 dySpacing=4.,
0074 dxSpacing=4.,
0075 &
0076
0077 # Input datasets
0078 &PARM05
0079 bathyFile= 'bathymetry.bin',
0080 hydrogThetaFile='lev_t.bin',
0081 hydrogSaltFile= 'lev_s.bin',
0082 &