1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
#- mean theta* from H&S, isothermal (T=200.K) above p=150.mb: |
8 |
tRef= 295.1, 295.2, 295.4, 295.6, 296.0, 296.6, 297.3, 298.2, 299.3, 300.6, |
9 |
302.4, 305.9, 311.8, 321.8, 338.3, 359.5, 382.8, 408.6, 437.5, 470.6, |
10 |
509.2, 555.8, 614.9, 696.3, 827.2, 1153.6, |
11 |
#tRef=26*280., |
12 |
sRef=26*0., |
13 |
viscAr=0.E1, |
14 |
viscAh=0.E6, |
15 |
viscA4=0.E17, |
16 |
no_slip_sides=.FALSE., |
17 |
no_slip_bottom=.FALSE., |
18 |
diffKhT=0.E3, |
19 |
diffKrT=0., |
20 |
diffK4T=0.E17, |
21 |
diffKrS=0.E2, |
22 |
diffKhS=0.E3, |
23 |
diffK4S=0.E17, |
24 |
buoyancyRelation='ATMOSPHERIC', |
25 |
eosType='IDEALG', |
26 |
atm_Cp=1004.64, |
27 |
atm_Rq=0.6078, |
28 |
Integr_GeoPot=2, |
29 |
selectFindRoSurf=1, |
30 |
gravity=9.80, |
31 |
rhonil=1.0, |
32 |
rhoConst=1.0, |
33 |
rigidLid=.FALSE., |
34 |
implicitFreeSurface=.TRUE., |
35 |
exactConserv=.TRUE., |
36 |
select_rStar=2, |
37 |
nonlinFreeSurf=4, |
38 |
hFacInf=0.2, |
39 |
hFacSup=2.0, |
40 |
hFacMin=1.0, |
41 |
uniformLin_PhiSurf=.FALSE., |
42 |
vectorInvariantMomentum=.TRUE., |
43 |
useAbsVorticity=.TRUE., |
44 |
selectVortScheme=3, |
45 |
selectKEscheme=3, |
46 |
addFrictionHeating=.TRUE., |
47 |
#tempAdvScheme=77, |
48 |
saltAdvScheme=77, |
49 |
staggerTimeStep=.TRUE., |
50 |
readBinaryPrec=64, |
51 |
writeBinaryPrec=64, |
52 |
#globalFiles=.TRUE., |
53 |
useSingleCpuIO=.TRUE., |
54 |
& |
55 |
|
56 |
# Elliptic solver parameters |
57 |
&PARM02 |
58 |
cg2dMaxIters=200, |
59 |
cg2dTargetResWunit=1.E-17, |
60 |
& |
61 |
|
62 |
# Time stepping parameters |
63 |
&PARM03 |
64 |
nIter0=0, |
65 |
nTimeSteps=10, |
66 |
#endTime=311040000., |
67 |
#endTime=5184000., |
68 |
deltaT=384., |
69 |
abEps=0.1, |
70 |
forcing_In_AB=.FALSE., |
71 |
cAdjFreq=0., |
72 |
#- long run (> 1.yr): |
73 |
chkptFreq =15552000., |
74 |
pChkptFreq=31104000., |
75 |
dumpFreq =15552000., |
76 |
monitorFreq= 864000., |
77 |
#- short run (~ months): |
78 |
#chkptFreq = 864000., |
79 |
#pChkptFreq=2592000., |
80 |
#dumpFreq = 432000., |
81 |
#monitorFreq= 43200., |
82 |
#- short test: |
83 |
#dumpFreq =1., |
84 |
monitorFreq=1., |
85 |
& |
86 |
|
87 |
# Gridding parameters |
88 |
&PARM04 |
89 |
usingCurvilinearGrid=.TRUE., |
90 |
horizGridFile='dxC1_dXYa', |
91 |
radius_fromHorizGrid=6370.E3, |
92 |
#delR=25*40.E2, |
93 |
delR= 1500., 2122., 3000., 4242., 6000., 7800., 9100., 9400., 9280., 8400., |
94 |
6980., 5800., 4820., 4004., 3328., 2766., 2298., 1910., 1586., 1318., |
95 |
1096., 910., 756., 628., 522., 434., |
96 |
Ro_SeaLevel=1.E5, |
97 |
& |
98 |
|
99 |
# Input datasets |
100 |
&PARM05 |
101 |
hydrogThetaFile='ini_theta_26l.bin', |
102 |
hydrogSaltFile ='ini_specQ_26l.bin', |
103 |
& |