| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef = 15*20., |
| 8 |
sRef = 15*35., |
| 9 |
viscAr=1.E-3, |
| 10 |
viscAh=5.E5, |
| 11 |
diffKhT=0.0, |
| 12 |
diffKrT=3.E-5, |
| 13 |
diffKhS=0.0, |
| 14 |
diffKrS=3.E-5, |
| 15 |
rhonil=1035., |
| 16 |
gravity=9.81, |
| 17 |
eosType = 'POLY3', |
| 18 |
implicitDiffusion=.TRUE., |
| 19 |
implicitViscosity=.TRUE., |
| 20 |
allowFreezing=.TRUE., |
| 21 |
useRealFreshWaterFlux=.TRUE., |
| 22 |
useCDscheme=.TRUE., |
| 23 |
# turn on looped cells |
| 24 |
hFacMin=.05, |
| 25 |
hFacMindr=50., |
| 26 |
# set precision of data files |
| 27 |
readBinaryPrec=32, |
| 28 |
globalfiles=.true. |
| 29 |
& |
| 30 |
|
| 31 |
# Elliptic solver parameters |
| 32 |
&PARM02 |
| 33 |
cg2dMaxIters=500, |
| 34 |
cg2dTargetResidual=1.E-13, |
| 35 |
& |
| 36 |
|
| 37 |
# Time stepping parameters |
| 38 |
&PARM03 |
| 39 |
nIter0 = 0, |
| 40 |
nTimeSteps = 20, |
| 41 |
# 100 years of integration will yield a reasonable flow field |
| 42 |
# startTime = 0., |
| 43 |
# endTime = 3110400000., |
| 44 |
deltaTmom = 1200.0, |
| 45 |
tauCD = 321428., |
| 46 |
# deltaTtracer= 43200.0, |
| 47 |
# deltaTClock = 43200.0, |
| 48 |
# deltaTtracer= 42750 |
| 49 |
# deltaTClock = 42750 |
| 50 |
# if you are using a version later than checkpoint45d on the main branch |
| 51 |
# you can uncomment the following line and increase the time step |
| 52 |
# deltaTtracer and deltaTClock to 172800.0 as well to speed up the |
| 53 |
# asynchronous time stepping |
| 54 |
# deltaTfreesurf = 172800.0, |
| 55 |
|
| 56 |
deltaTfreesurf = 175316.0, |
| 57 |
deltaTtracer= 175316.0, |
| 58 |
deltaTClock = 175316.0, |
| 59 |
|
| 60 |
abEps = 0.1, |
| 61 |
# pChkptFreq= 311040000., |
| 62 |
dumpFreq= 3506320., |
| 63 |
taveFreq= 3506320., |
| 64 |
monitorFreq=1., |
| 65 |
# 2 months restoring timescale for temperature |
| 66 |
tauThetaClimRelax = 5184000.0, |
| 67 |
# 6 months restoring timescale for salinity |
| 68 |
tauSaltClimRelax = 15552000.0, |
| 69 |
& |
| 70 |
|
| 71 |
# Gridding parameters |
| 72 |
&PARM04 |
| 73 |
usingCartesianGrid=.FALSE., |
| 74 |
usingSphericalPolarGrid=.TRUE., |
| 75 |
delR= 50., 70., 100., 140., 190., |
| 76 |
240., 290., 340., 390., 440., |
| 77 |
490., 540., 590., 640., 690., |
| 78 |
phiMin=-80., |
| 79 |
dySpacing=4., |
| 80 |
dxSpacing=4., |
| 81 |
& |
| 82 |
|
| 83 |
# Input datasets |
| 84 |
&PARM05 |
| 85 |
bathyFile= 'bathymetry.bin', |
| 86 |
hydrogThetaFile='lev_t.bin', |
| 87 |
hydrogSaltFile= 'lev_s.bin', |
| 88 |
& |