1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
# |
5 |
# Continuous equation parameters |
6 |
&PARM01 |
7 |
tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13., |
8 |
12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1., |
9 |
sRef = 50*34.5, |
10 |
viscAr=1.E-3, |
11 |
no_slip_sides=.TRUE., |
12 |
no_slip_bottom=.TRUE., |
13 |
diffKhT=0., |
14 |
diffK4T=1.E10, |
15 |
diffKrT=3.E-5, |
16 |
diffK4S=1.E10, |
17 |
diffKhS=0., |
18 |
diffKrS=3.E-5, |
19 |
tAlpha=2.E-4, |
20 |
sBeta =7.4E-4, |
21 |
gravity=9.81, |
22 |
rigidLid=.FALSE., |
23 |
implicitFreeSurface=.TRUE., |
24 |
eosType='JMD95Z', |
25 |
readBinaryPrec=32, |
26 |
writeBinaryPrec=32, |
27 |
useSingleCPUio=.TRUE. |
28 |
hFacMin=.3, |
29 |
hFacMinDr=50., |
30 |
implicitDiffusion=.true., |
31 |
implicitViscosity=.true., |
32 |
allowFreezing=.true., |
33 |
viscA4 = 1.e10, |
34 |
viscAh = 0 |
35 |
bottomDragQuadratic = 0.002, |
36 |
tempAdvScheme=33 |
37 |
saltAdvScheme=33 |
38 |
StaggerTimeStep=.true. |
39 |
multiDimAdvection=.true. |
40 |
# ivdc_kappa=10., |
41 |
vectorInvariantMomentum=.TRUE., |
42 |
rigidLid=.FALSE., |
43 |
implicitFreeSurface=.TRUE., |
44 |
exactConserv=.TRUE., |
45 |
# debugMode=.TRUE. |
46 |
& |
47 |
|
48 |
# Elliptic solver parameters |
49 |
&PARM02 |
50 |
cg2dMaxIters=600, |
51 |
cg2dTargetResidual=1.E-12, |
52 |
& |
53 |
|
54 |
# Time stepping parameters |
55 |
&PARM03 |
56 |
niter0=0, |
57 |
nTimeSteps=21600, |
58 |
abEps=0.1, |
59 |
deltaT=20., |
60 |
cAdjFreq=0., |
61 |
pChkptFreq=86400.0, |
62 |
chkptFreq=0, |
63 |
dumpFreq=3600, |
64 |
# tauSaltClimRelax = 62208000., |
65 |
monitorFreq=20., |
66 |
& |
67 |
|
68 |
# Gridding parameters |
69 |
&PARM04 |
70 |
usingCartesianGrid=.FALSE., |
71 |
usingSphericalPolarGrid=.FALSE., |
72 |
usingCurvilinearGrid=.TRUE., |
73 |
delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
74 |
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85, |
75 |
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
76 |
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
77 |
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
78 |
341.50,364.50,387.50,410.50,433.50,456.50, |
79 |
& |
80 |
|
81 |
# Input datasets |
82 |
&PARM05 |
83 |
bathyFile ='BATHY_18360x85_filled.bin', |
84 |
hydrogThetaFile='LEVT01_JAN_18360x85x50.bin', |
85 |
hydrogSaltFile ='LEVS01_JAN_18360x85x50.bin', |
86 |
#zonalWindFile ='trenberth_taux.bin', |
87 |
#meridWindFile ='trenberth_tauy.bin', |
88 |
#thetaClimFile ='lev_surfT_cs_12m.bin', |
89 |
#saltClimFile ='lev_surfS_cs_12m.bin', |
90 |
#surfQFile ='shiQnet_cs32.bin', |
91 |
#EmPmRFile ='shiEmPR_cs32.bin', |
92 |
& |