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=.FALSE., |
11 |
no_slip_bottom=.TRUE., |
12 |
viscAh = 1.E2, |
13 |
viscAhGrid = 0.01, |
14 |
viscAr =1.E-5, |
15 |
# |
16 |
diffKhT=0.2E-1, |
17 |
diffKhS=0.2E-1, |
18 |
diffK4T=0., |
19 |
diffK4S=0., |
20 |
diffKrT=1.E-5, |
21 |
diffKrS=1.E-5, |
22 |
diffKrBL79surf=0.1E-4, |
23 |
diffKrBL79deep=1.0E-4, |
24 |
bottomDragQuadratic = 0.002, |
25 |
### ivdc_kappa=10., |
26 |
implicitDiffusion=.TRUE., |
27 |
implicitViscosity=.TRUE., |
28 |
gravity=9.81, |
29 |
rhonil=1029., |
30 |
rhoConstFresh=1000., |
31 |
eosType='JMD95Z', |
32 |
staggerTimeStep=.TRUE., |
33 |
vectorInvariantMomentum=.TRUE., |
34 |
implicitFreeSurface=.TRUE., |
35 |
exactConserv=.TRUE., |
36 |
useSingleCpuIO=.TRUE., |
37 |
#ph( |
38 |
### select_rStar=2, |
39 |
hFacInf=0.2, |
40 |
hFacSup=2.0, |
41 |
nonlinFreeSurf=1, |
42 |
useRealFreshWaterFlux=.FALSE., |
43 |
#ph) |
44 |
allowFreezing=.TRUE., |
45 |
hFacMin=.3, |
46 |
hFacMinDr=50., |
47 |
readBinaryPrec=64, |
48 |
#writeBinaryPrec=64, |
49 |
/ |
50 |
|
51 |
# Elliptic solver parameters |
52 |
&PARM02 |
53 |
cg2dMaxIters=200, |
54 |
cg2dTargetResWunit=1.E-10, |
55 |
/ |
56 |
|
57 |
# Time stepping parameters |
58 |
&PARM03 |
59 |
nIter0=0, |
60 |
# 1 year at 600sec |
61 |
### nTimeSteps=52560, |
62 |
# 1 year at 1800sec |
63 |
nTimeSteps=17520, |
64 |
# |
65 |
deltaT = 1800., |
66 |
#deltaTmom =1200., |
67 |
#deltaTtracer=86400., |
68 |
#deltaTfreesurf=86400., |
69 |
#deltaTClock =86400., |
70 |
abEps = 0.1, |
71 |
forcing_In_AB=.FALSE., |
72 |
pChkptFreq =2635200.0, |
73 |
chkptFreq =2635200.0, |
74 |
# taveFreq =2635200.0, |
75 |
dumpFreq =2635200.0, |
76 |
monitorFreq =864000., |
77 |
#latBandClimRelax=50., |
78 |
### tauThetaClimRelax= 2592000., |
79 |
### tauSaltClimRelax = 2592000., |
80 |
/ |
81 |
|
82 |
# Gridding parameters |
83 |
&PARM04 |
84 |
usingCurvilinearGrid=.TRUE., |
85 |
###horizGridFile='grid_cs32', |
86 |
delR = |
87 |
10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01, |
88 |
10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85, |
89 |
31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, |
90 |
93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83, |
91 |
139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50, |
92 |
341.50,364.50,387.50,410.50,433.50,456.50, |
93 |
/ |
94 |
|
95 |
# Input datasets |
96 |
&PARM05 |
97 |
bathyFile ='llc90x90x360_bathy_mindepth_noisolated.bin', |
98 |
### hydrogThetaFile='llc90x90x360_50lev_ptemp.bin', |
99 |
### hydrogSaltFile ='llc90x90x360_50lev_salt.bin', |
100 |
hydrogThetaFile='DiagTheta_diffus.bin', |
101 |
hydrogSaltFile ='DiagSalt_diffus.bin', |
102 |
/ |