| 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 |
readBinaryPrec=32, |
| 29 |
globalFiles = .TRUE. |
| 30 |
useSingleCpuIO = .TRUE. |
| 31 |
debugLevel = 0 |
| 32 |
& |
| 33 |
|
| 34 |
# Elliptic solver parameters |
| 35 |
&PARM02 |
| 36 |
cg2dMaxIters=500, |
| 37 |
cg2dTargetResidual=1.E-13, |
| 38 |
& |
| 39 |
|
| 40 |
# Time stepping parameters |
| 41 |
&PARM03 |
| 42 |
nIter0 = 540000, |
| 43 |
nTimeSteps = 180, |
| 44 |
deltaTmom = 1200.0, |
| 45 |
tauCD = 321428., |
| 46 |
deltaTfreesurf = 175316.0, |
| 47 |
deltaTtracer = 175316.0, |
| 48 |
deltaTClock = 175316.0, |
| 49 |
abEps = 0.1, |
| 50 |
monitorFreq=31556880., |
| 51 |
tavefreq =2629740., |
| 52 |
pChkptFreq =7605208080., |
| 53 |
# 2 months restoring timescale for temperature |
| 54 |
tauThetaClimRelax = 5184000.0, |
| 55 |
# 6 months restoring timescale for salinity |
| 56 |
tauSaltClimRelax = 15552000.0, |
| 57 |
& |
| 58 |
|
| 59 |
# Gridding parameters |
| 60 |
&PARM04 |
| 61 |
usingCartesianGrid=.FALSE., |
| 62 |
usingSphericalPolarGrid=.TRUE., |
| 63 |
delR= 50., 70., 100., 140., 190., |
| 64 |
240., 290., 340., 390., 440., |
| 65 |
490., 540., 590., 640., 690., |
| 66 |
phiMin=-80., |
| 67 |
dySpacing=4., |
| 68 |
dxSpacing=4., |
| 69 |
& |
| 70 |
|
| 71 |
# Input datasets |
| 72 |
&PARM05 |
| 73 |
bathyFile= 'bathymetry.bin', |
| 74 |
hydrogThetaFile='lev_t.bin', |
| 75 |
hydrogSaltFile= 'lev_s.bin', |
| 76 |
& |