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=1.E3, |
12 |
diffKrT=3.E-5, |
13 |
diffKhS=1.E3, |
14 |
diffKrS=3.E-5, |
15 |
rhonil=1035., |
16 |
gravity=9.81, |
17 |
eosType = 'JMD95Z', |
18 |
ivdc_kappa=0., |
19 |
implicitDiffusion=.TRUE., |
20 |
tempAdvScheme=3, |
21 |
saltAdvScheme=3, |
22 |
# useOldFreezing=.TRUE., |
23 |
useRealFreshWaterFlux=.FALSE., |
24 |
useCDscheme=.TRUE., |
25 |
# useNHMTerms=.TRUE., |
26 |
# turn on looped cells |
27 |
hFacMin=.3, |
28 |
hFacMindr=50., |
29 |
# set precision of data files |
30 |
readBinaryPrec=32, |
31 |
globalFiles=.TRUE., |
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 = 2160000, |
43 |
# 2 years |
44 |
# nTimeSteps = 1460, |
45 |
# 4 months |
46 |
nTimeSteps = 240, |
47 |
# 20 years |
48 |
# #_time_steps=#_yrs*60*60*24*365/43200 |
49 |
# 100 (3110400000) years of integration will yield a reasonable flow field |
50 |
# startTime = 0., |
51 |
# endTime = 43545600000., |
52 |
deltaTmom = 1200.0, |
53 |
tauCD = 321428., |
54 |
deltaTtracer= 43200.0, |
55 |
deltaTClock = 43200.0, |
56 |
# if you are using a version later than checkpoint45d on the main branch |
57 |
# you can uncomment the following line and increase the time step |
58 |
# deltaTtracer and deltaTClock to 172800.0 as well to speed up the |
59 |
# asynchronous time stepping |
60 |
deltaTfreesurf = 172800.0, |
61 |
abEps = 0.1, |
62 |
pChkptFreq= 31104000, |
63 |
# dumpFreq= 311040000., |
64 |
adjDumpFreq= 864000., |
65 |
# taveFreq= 63072000., |
66 |
#ph cAdjFreq =-1., |
67 |
cAdjFreq =0., |
68 |
monitorFreq=6307200., |
69 |
# 2 months restoring timescale for temperature |
70 |
tauThetaClimRelax = 5184000.0, |
71 |
# 6 months restoring timescale for salinity |
72 |
tauSaltClimRelax = 15552000.0, |
73 |
# periodicExternalForcing=.TRUE., |
74 |
# externForcingPeriod=2592000., |
75 |
# externForcingCycle=31104000., |
76 |
& |
77 |
|
78 |
# Gridding parameters |
79 |
&PARM04 |
80 |
usingCartesianGrid=.FALSE., |
81 |
usingSphericalPolarGrid=.TRUE., |
82 |
delR= 50., 70., 100., 140., 190., |
83 |
240., 290., 340., 390., 440., |
84 |
490., 540., 590., 640., 690., |
85 |
phiMin=-80., |
86 |
dySpacing=4., |
87 |
dxSpacing=4., |
88 |
& |
89 |
|
90 |
# Input datasets |
91 |
&PARM05 |
92 |
bathyFile= 'bathymetry.bin', |
93 |
hydrogThetaFile='lev_t.bin', |
94 |
hydrogSaltFile= 'lev_s.bin', |
95 |
zonalWindFile= 'trenberth_taux_march.bin', |
96 |
meridWindFile= 'trenberth_tauy_march.bin', |
97 |
thetaClimFile= 'lev_sst_march.bin', |
98 |
saltClimFile= 'lev_sss_march.bin', |
99 |
# surfQFile= 'ncep_qnet.bin', |
100 |
# fresh water flux is turned off, uncomment next line to turn on |
101 |
# (not recommened together with surface salinity restoring) |
102 |
# EmPmRFile= 'ncep_emp.bin', |
103 |
& |