1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef=15*20., |
8 |
sRef=15*35., |
9 |
viscA4=0., |
10 |
viscAh=2.E5, |
11 |
diffKhT=0.E3, |
12 |
diffKhS=0.E3, |
13 |
viscAz=1.E-3, |
14 |
diffKrBL79surf= 3.E-5, |
15 |
diffKrBL79deep= 13.E-5, |
16 |
diffKrBL79Ho = -2000., |
17 |
diffKrBL79scl = 150., |
18 |
gravity=9.81, |
19 |
rhoConst=1035., |
20 |
rhoConstFresh=1000., |
21 |
implicitFreeSurface=.TRUE., |
22 |
eosType='JMD95Z', |
23 |
implicitDiffusion=.TRUE., |
24 |
implicitViscosity=.TRUE., |
25 |
ivdc_kappa=100., |
26 |
useSingleCpuIO=.TRUE., |
27 |
tempAdvScheme=2, |
28 |
saltAdvScheme=2, |
29 |
allowFreezing=.TRUE., |
30 |
# turn on looped cells |
31 |
hFacMin=.1, |
32 |
hFacMindz=50., |
33 |
useCDscheme=.TRUE., |
34 |
& |
35 |
|
36 |
# Elliptic solver parameters |
37 |
&PARM02 |
38 |
cg2dMaxIters=1000, |
39 |
cg2dTargetResidual=1.E-13, |
40 |
& |
41 |
|
42 |
# Time stepping parameters |
43 |
&PARM03 |
44 |
nIter0=0, |
45 |
nTimeSteps = 4, |
46 |
deltaTmom = 900., |
47 |
tauCD = 321428., |
48 |
deltaTtracer= 43200., |
49 |
deltaTClock = 43200., |
50 |
abEps = 0.1, |
51 |
pChkptFreq = 216000., |
52 |
chkptFreq = 216000., |
53 |
dumpFreq = 216000., |
54 |
taveFreq = 216000., |
55 |
monitorFreq= 86400., |
56 |
periodicExternalForcing=.TRUE., |
57 |
externForcingPeriod=2592000., |
58 |
externForcingCycle=31104000., |
59 |
monitorFreq= 1., |
60 |
& |
61 |
|
62 |
# Gridding parameters |
63 |
&PARM04 |
64 |
usingSphericalPolarGrid=.TRUE., |
65 |
delZ= 50., 70., 100., 140., 190., |
66 |
240., 290., 340., 390., 440., |
67 |
490., 540., 590., 640., 690., |
68 |
ygOrigin=-90., |
69 |
delX=128*2.8125, |
70 |
delY=64*2.8125, |
71 |
& |
72 |
|
73 |
# Input datasets |
74 |
&PARM05 |
75 |
bathyFile= 'bathy.bin', |
76 |
hydrogThetaFile='Theta.0005184000', |
77 |
hydrogSaltFile= 'Salt.0005184000', |
78 |
uVelInitFile= 'Uvel.0005184000', |
79 |
vVelInitFile= 'Vvel.0005184000', |
80 |
pSurfInitFile= 'Eta.0005184000', |
81 |
& |