Warning, /verification/short_surf_wave/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e6e223b2 on 2024-09-19 22:01:15 UTC
67d795f393 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 Tref= 50*10.,
0008 sRef= 50*35.,
0009 viscAr=1.E-6,
0010 viscAh=1.E-6,
0011 no_slip_sides=.FALSE.,
0012 no_slip_bottom=.FALSE.,
0013 f0=0.0,
0014 beta=0.E-11,
0015 eosType='LINEAR',
0016 tAlpha=0.E-4,
0017 sBeta =0.E-4,
0018 gravity=10.,
0019 implicitFreeSurface=.TRUE.,
0020 exactConserv=.TRUE.
0021 implicSurfPress=0.5,
0022 implicDiv2DFlow=0.5,
0023 nonHydrostatic=.TRUE.,
0024 selectNHfreeSurf=1,
0025 saltStepping=.FALSE.,
0026 tempStepping=.FALSE.,
0027 hFacMin=0.2,
0028 readBinaryPrec=64,
0029 writeBinaryPrec=64,
0030 &
0031
0032 # Elliptic solver parameters
0033 &PARM02
0034 cg2dMaxIters=100,
0035 cg3dMaxIters=200,
e6e223b277 Jean*0036 #cg2dTargetResidual=1.E-13,
0037 #cg3dTargetResidual=1.E-11,
0038 cg2dTargetResWunit=6.0E-14,
0039 cg3dTargetResWunit=1.5E-17,
67d795f393 Jean*0040 &
0041
0042 # Time stepping parameters
0043 &PARM03
0044 nIter0=0,
0045 #endTime=20.,
0046 nTimeSteps=12,
0047 deltaT=5.e-3,
0048 alph_AB=0.5,
0049 beta_AB=0.281105,
0050 momDissip_In_AB=.FALSE.,
0051 pChkptFreq=0.0,
0052 chkptFreq=0.0,
0053 dumpFreq=5.0,
0054 monitorFreq=0.2,
0055 monitorSelect=1,
0056 monitorFreq=0.005,
0057 &
0058
0059 # Gridding parameters
0060 &PARM04
0061 usingCartesianGrid=.TRUE.,
0062 delX=52*0.2,
0063 delY= 1*0.2,
0064 delR=50*0.2,
0065 &
0066
0067 # Input datasets
0068 &PARM05
0069 pSurfInitFile='Eta_ini.bin',
0070 bathyFile ='topo_flat.bin',
0071 &