Warning, /verification/isomip/input/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7422f31e on 2018-08-24 20:38:37 UTC
7a5b569998 Mart*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=5.E-5,
0015 diffKhS=100.0,
0016 diffKzS=5.E-5,
0017 bottomDragQuadratic=2.5E-3,
0018 eosType='JMD95Z',
0019 HeatCapacity_cp = 3974.0,
0020 rhoConst=1030.,
7422f31e4b Jean*0021 rhoConst=1030.,
7a5b569998 Mart*0022 gravity=9.81,
0023 convertFW2Salt = 33.4,
0024 rigidLid=.FALSE.,
0025 implicitFreeSurface=.TRUE.,
2f6f180016 Jean*0026 exactConserv=.TRUE.,
7a5b569998 Mart*0027 hFacMin=0.05,
2f6f180016 Jean*0028 nonHydrostatic=.FALSE.,
7a5b569998 Mart*0029 readBinaryPrec=64,
2f6f180016 Jean*0030 useCDScheme = .TRUE.,
7a5b569998 Mart*0031 &
0032
0033 # Elliptic solver parameters
0034 &PARM02
0035 cg2dMaxIters=1000,
0036 cg2dTargetResidual=1.E-13,
0037 cg3dMaxIters=400,
0038 cg3dTargetResidual=1.E-13,
0039 &
0040
0041 # Time stepping parameters
0042 &PARM03
2f6f180016 Jean*0043 nIter0=0,
7a5b569998 Mart*0044 nTimeSteps=20,
0045 deltaT=1800.0,
0046 abEps=0.1,
0047 cAdjFreq = -1.,
0048 tauCD = 400000.,
0049 pChkptFreq=0.0,
0050 chkptFreq=0.0,
0051 dumpFreq=0.0,
0052 taveFreq=0.0,
0053 monitorFreq=1.,
2f6f180016 Jean*0054 monitorSelect=2,
7a5b569998 Mart*0055 &
0056
0057 # Gridding parameters
0058 &PARM04
0059 usingSphericalPolarGrid=.TRUE.,
fdb16198f0 Jean*0060 ygOrigin = -80.0,
7a5b569998 Mart*0061 delX=50*0.3,
0062 delY=100*0.1,
0063 delZ=30*30.0,
0064 &
0065
0066 # Input datasets
0067 &PARM05
0068 bathyFile='bathy.box',
0069 &