Warning, /verification/solid-body.cs-32x32x1/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit aef96ed3 on 2024-01-05 19:00:20 UTC
905f660335 Alis*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=300.,
0008 sRef=0.,
0009 viscAr=0.,
0010 viscAh=0.,
0011 viscA4=0.,
0012 no_slip_sides=.FALSE.,
0013 no_slip_bottom=.FALSE.,
0014 diffKrS=0.,
0015 diffKhS=0.,
0016 diffK4S=0.,
0017 buoyancyRelation='ATMOSPHERIC',
f73cd03ec1 Jean*0018 eosType='IDEALG',
aef96ed361 Jean*0019 rotationPeriod=108000.,
905f660335 Alis*0020 gravity=9.81,
0021 rhoConst=1.0,
0022 rigidLid=.FALSE.,
0023 implicitFreeSurface=.TRUE.,
aef96ed361 Jean*0024 vectorInvariantMomentum=.TRUE.,
905f660335 Alis*0025 tempStepping=.FALSE.,
0026 saltStepping=.TRUE.,
aef96ed361 Jean*0027 #- I/O params:
0028 readBinaryPrec=64,
0029 writeBinaryPrec=64,
0030 #globalFiles=.TRUE.,
905f660335 Alis*0031 &
0032
0033 # Elliptic solver parameters
0034 &PARM02
0035 cg2dMaxIters=600,
0036 cg2dTargetResidual=1.E-12,
0037 &
0038
0039 # Time stepping parameters
0040 &PARM03
41f98c401e Jean*0041 nIter0=0,
aef96ed361 Jean*0042 #nTimeSteps=1920,
905f660335 Alis*0043 abEps=0.1,
aef96ed361 Jean*0044 deltaT=450.,
905f660335 Alis*0045 cAdjFreq=0.,
aef96ed361 Jean*0046 pChkptFreq=0.,
0047 chkptFreq=0.,
0048 #dumpFreq= 43200.,
0049 #monitorFreq=10800.,
0050 nTimeSteps=25,
0051 dumpFreq= 10800.,
905f660335 Alis*0052 monitorFreq=1.,
0053 &
0054
0055 # Gridding parameters
0056 &PARM04
0057 usingCurvilinearGrid=.TRUE.,
aef96ed361 Jean*0058 #horizGridFile='grid_cs32',
0059 #horizGridFile='dxC1_dXYa',
353a8586ba Jean*0060 radius_fromHorizGrid=6370.E3,
aef96ed361 Jean*0061 rSphere=5500.4E3,
905f660335 Alis*0062 delR=1.E5,
0063 &
0064
0065 # Input datasets
0066 &PARM05
aef96ed361 Jean*0067 #uVelInitFile= 'U_init.bin',
0068 #vVelInitFile= 'V_init.bin',
0069 #pSurfInitFile='Eta_ini.bin',
0070 hydrogSaltFile='S_init.bin',
905f660335 Alis*0071 &