Warning, /verification/isomip/input_tap/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
b4daa24319 Shre*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 Tref = 30*-1.9,
0008 Sref = 30*34.4,
0009 viscAz=1.E-3,
0010 viscAh=600.0,
0011 no_slip_sides=.FALSE.,
0012 no_slip_bottom=.FALSE.,
0013 diffKhT=100.0,
0014 #- diffKzT unused when compiled with ALLOW_3D_DIFFKR
0015 #diffKzT=5.E-5,
0016 diffKhS=100.0,
0017 diffKzS=5.E-5,
0018 bottomDragQuadratic=2.5E-3,
0019 eosType='JMD95Z',
0020 HeatCapacity_Cp = 3974.0,
0021 rhoConst=1030.,
0022 gravity=9.81,
0023 convertFW2Salt = 33.4,
0024 implicitFreeSurface=.TRUE.,
0025 exactConserv=.TRUE.,
0026 hFacMin=0.10,
0027 nonHydrostatic=.FALSE.,
0028 useCDScheme = .TRUE.,
0029 #ph(
0030 implicitDiffusion=.TRUE.,
0031 # ivdc_kappa = 7200.,
0032 staggerTimeStep=.TRUE.,
0033 vectorInvariantMomentum=.TRUE.,
0034 nonlinFreeSurf=0,
0035 hFacInf=0.05,
0036 hFacSup=2.0,
0037 #ph)
0038 readBinaryPrec=64,
0039 useSingleCpuIO=.TRUE.,
0040 &
0041
0042 # Elliptic solver parameters
0043 &PARM02
0044 cg2dMaxIters=1000,
0045 cg2dTargetResidual=1.E-13,
0046 &
0047
0048 # Time stepping parameters
0049 &PARM03
0050 nIter0=8640,
0051 nTimeSteps=5,
0052 deltaT=1800.0,
0053 abEps=0.1,
0054 cAdjFreq = 1.,
0055 tauCD = 400000.,
0056 pChkptFreq=0.0,
0057 chkptFreq=0.0,
0058 dumpFreq=0.0,
0059 monitorFreq=1.,
0060 monitorSelect=2,
0061 adjMonitorFreq=1800.,
0062 &
0063
0064 # Gridding parameters
0065 &PARM04
0066 usingSphericalPolarGrid=.TRUE.,
0067 ygOrigin = -80.0,
0068 delX=50*0.3,
0069 delY=100*0.1,
0070 delZ=30*30.0,
0071 &
0072
0073 # Input datasets
0074 &PARM05
0075 bathyFile='bathy.box',
0076 &