Warning, /verification/front_relax/input.top/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 8233d0ce on 2022-02-13 17:14:26 UTC
8233d0ceb9 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef= 10*10.0, 9.9, 9.8, 9.7, 9.5, 9.4, 9.2, 9.0, 8.7, 8.4, 8.0, 7.6, 7.1, 6.5, 5.8, 5.2,
0008 viscAr=2.E-4,
0009 viscA4=12.E5,
0010 no_slip_sides=.FALSE.,
0011 no_slip_bottom=.TRUE.,
0012 bottomDragLinear=1.E-3,
0013 #bottomDragQuadratic=1.E-3,
0014 diffKrT=2.E-5,
0015 diffKrS=2.E-5,
0016 #diffKrNrT=6*1.E-2, 19*2.E-5,
0017 #diffKrNrS=6*1.E-2, 19*2.E-5,
0018 diffKhT=0.E3,
0019 diffKhS=0.E3,
0020 beta=0.E-11,
0021 f0 =1.E-4,
0022 gravity=9.81,
0023 eosType='LINEAR',
0024 tAlpha=2.E-4,
0025 sBeta =0.E-4,
0026 rhoConst=1000.,
0027 rhoNil=1000.,
0028 rigidLid=.FALSE.,
0029 implicitFreeSurface=.TRUE.,
0030 implicitDiffusion=.TRUE.,
0031 hFacMin= 0.05,
0032 #hMixCriteria=-0.04,
0033 hMixCriteria= 1.5,
0034 readBinaryPrec=64,
0035 writeBinaryPrec=64,
0036 debugLevel=3,
0037 plotLevel=0,
0038 &
0039
0040 # Elliptic solver parameters
0041 &PARM02
0042 cg2dMaxIters=1000,
0043 cg2dTargetResidual=1.E-13,
0044 &
0045
0046 # Time stepping parameters
0047 &PARM03
0048 startTime=0.,
0049 #nTimeSteps=8641,
0050 nTimeSteps=25,
0051 deltaT=3600.,
0052 cAdjFreq=-1.,
0053 abEps=0.1,
0054 pChkptFreq=0.,
0055 chkptFreq =0.,
0056 dumpFreq=2592000.,
0057 #monitorFreq=864000.,
0058 monitorSelect=1,
0059 monitorFreq=1.,
0060 &
0061
0062 # Gridding parameters
0063 &PARM04
0064 usingCartesianGrid=.TRUE.,
0065 delR= 8*20., 24., 29., 35., 41., 50., 60., 72.,
0066 86., 103., 124., 148., 178., 213., 256., 3*307.,
0067 delX=1*1.E5,
0068 delY=32*1.E5,
0069 &
0070
0071 # Input datasets
0072 &PARM05
0073 hydrogThetaFile='t_ini.bin',
0074 hydrogSaltFile ='s_ini.bin',
0075 uVelInitFile ='u_ini.bin',
0076 bathyFile ='topo_slp.bin',
0077 topoFile ='top_bump.bin',
0078 &