Warning, /verification/isomip/input.obcs/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit f18a893d on 2022-08-02 20:54:06 UTC
abfe198bce Mart*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 Tref = 30*-1.9,
f18a893d42 Mart*0008 #Sref = 30*34.4,
0009 Sref = 10*34.4,
0010 34.4436872 , 34.4873744 , 34.5310616 , 34.5747488 , 34.618436 ,
0011 34.6621232 , 34.7058104 , 34.7494976 , 34.7931848 , 34.836872 ,
0012 34.8805592 , 34.9242464 , 34.9679336 , 35.0116208 , 35.05530799,
0013 35.09899519, 35.14268239, 35.18636959, 35.23005679, 35.27374399,
abfe198bce Mart*0014 viscAz=1.E-3,
0015 viscAh=600.0,
0016 no_slip_sides=.FALSE.,
0017 no_slip_bottom=.FALSE.,
0018 diffKhT=100.0,
0019 diffKzT=5.E-5,
0020 diffKhS=100.0,
0021 diffKzS=5.E-5,
0022 bottomDragQuadratic=2.5E-3,
f18a893d42 Mart*0023 eosType='JMD95Z',
abfe198bce Mart*0024 HeatCapacity_Cp = 3974.0,
0025 rhoConst=1030.,
0026 gravity=9.81,
f18a893d42 Mart*0027 implicitDiffusion=.TRUE.,
0028 implicitViscosity=.TRUE.,
abfe198bce Mart*0029 implicitFreeSurface=.TRUE.,
0030 exactConserv=.TRUE.,
0031 # this is needed to test the balancing code
0032 useRealFreshWaterFlux = .TRUE.,
0033 select_rStar=2,
0034 nonlinFreeSurf=4,
0035 hFacInf=0.02,
0036 hFacSup=2.0,
0037 #
0038 hFacMin=0.05,
0039 readBinaryPrec=64,
0040 useSingleCpuIO = .TRUE.,
0041 debugLevel=3,
0042 &
0043
0044 # Elliptic solver parameters
0045 &PARM02
0046 cg2dMaxIters=1000,
0047 cg2dTargetResidual=1.E-13,
0048 &
0049
0050 # Time stepping parameters
0051 &PARM03
0052 nIter0=0,
0053 nTimeSteps=12,
0054 deltaT=1800.0,
0055 abEps=0.1,
0056 pChkptFreq=0.0,
0057 chkptFreq=0.0,
0058 dumpFreq=0.0,
0059 monitorFreq=1.,
0060 monitorSelect=2,
0061 &
0062
0063 # Gridding parameters
0064 &PARM04
0065 usingSphericalPolarGrid=.TRUE.,
0066 ygOrigin = -80.0,
0067 delX=50*0.3,
0068 delY=100*0.1,
0069 delZ=30*30.0,
0070 &
0071
0072 # Input datasets
0073 &PARM05
0074 bathyFile='bathy.box',
0075 &