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 |
no_slip_sides = .TRUE., |
11 |
no_slip_bottom = .TRUE., |
12 |
viscAr=5.e-4, |
13 |
viscA4Grid = 0.25, |
14 |
diffKhT=0.E0, |
15 |
diffKhS=0.E0, |
16 |
bottomDragQuadratic = 0.002, |
17 |
implicitDiffusion=.TRUE., |
18 |
implicitViscosity=.TRUE., |
19 |
gravity=9.81, |
20 |
rhonil=1027., |
21 |
rhoConstFresh=1000., |
22 |
eosType='JMD95Z', |
23 |
implicitFreeSurface=.TRUE., |
24 |
exactConserv=.TRUE., |
25 |
useSingleCpuIO=.TRUE., |
26 |
tempAdvScheme=7, |
27 |
saltAdvScheme=7, |
28 |
staggerTimeStep=.TRUE., |
29 |
vectorInvariantMomentum=.TRUE., |
30 |
useJamartWetPoints=.TRUE., |
31 |
hFacMin=.3, |
32 |
hFacMinDr=50., |
33 |
useRealFreshWaterFlux=.TRUE., |
34 |
allowFreezing=.FALSE., |
35 |
readBinaryPrec=64, |
36 |
writeBinaryPrec=32, |
37 |
# debugLevel=1, |
38 |
/ |
39 |
|
40 |
# Elliptic solver parameters |
41 |
&PARM02 |
42 |
cg2dMaxIters=300, |
43 |
cg2dTargetResWunit=1.E-10, |
44 |
/ |
45 |
|
46 |
# Time stepping parameters |
47 |
&PARM03 |
48 |
nIter0=0, |
49 |
nTimeSteps=2, |
50 |
deltaT = 60., |
51 |
abEps = 0.1, |
52 |
forcing_In_AB=.FALSE., |
53 |
momDissip_In_AB=.FALSE., |
54 |
pChkptFreq =31536000.0, |
55 |
chkptFreq =2635200.0, |
56 |
monitorFreq = 60.0, |
57 |
/ |
58 |
|
59 |
# Gridding parameters |
60 |
&PARM04 |
61 |
usingCurvilinearGrid=.TRUE., |
62 |
delR = |
63 |
10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
64 |
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85, |
65 |
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
66 |
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
67 |
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
68 |
341.50,364.50,387.50,410.50,433.50,456.50, |
69 |
/ |
70 |
|
71 |
# Input datasets |
72 |
&PARM05 |
73 |
bathyFile ='bathy4320', |
74 |
# hydrogThetaFile='WOA09_THETA_llc540_JAN.bin', |
75 |
# hydrogSaltFile ='WOA09_SALT_llc540_JAN.bin', |
76 |
/ |