1 |
# ==================== |
2 |
# | Model parameters | |
3 |
# ==================== |
4 |
|
5 |
# Continuous equation parameters |
6 |
# |
7 |
# tRef - Reference vertical potential temperature (deg C) |
8 |
# sRef - Reference vertical salinity (PSU) |
9 |
# viscAh - Horizontal eddy viscosity coefficient (m^2/s) |
10 |
# viscAz - Vertical eddy viscosity coefficient (m^2/s) |
11 |
# diffKhT - Horizontal temperature diffusivity (m^2/s) |
12 |
# diffKzT - Vertical temperature diffusivity (m^2/s) |
13 |
# diffKhS - Horizontal salt diffusivity (m^2/s) |
14 |
# diffKzS - Vertical salt diffusivity (m^2/s) |
15 |
# f0 - Reference coriolis parameter, |
16 |
# south edge of f on beta plane (1/s) |
17 |
# beta - df/dy (s^-1.m^-1) |
18 |
# tAlpha - Linear EOS thermal expansion coefficient (1/oC) |
19 |
# sBeta - Linear EOS haline contraction coefficient (1/ppt) |
20 |
# gravity - Acceleration due to gravity (m/s^2) |
21 |
# gBaro - Accel. due to gravity used in barotropic equation (m/s^2) |
22 |
# rigidLid - Set to true to use rigid lid |
23 |
# implicitFreeSurface - Set to true to use implicit free surface |
24 |
# eosType - Flag for linear or polynomial equation of state |
25 |
# GMkbackground - background value of GM/Redi coefficient |
26 |
# momAdvection - On/Off flag for momentum self transport |
27 |
# momViscosity - On/Off flag for momentum mixing |
28 |
# |
29 |
&PARM01 |
30 |
tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13., |
31 |
12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,8*1., |
32 |
sRef = 46*34.5, |
33 |
viscAz = 1.77e-5 |
34 |
diffKzT = 1.51e-5 |
35 |
diffKzS = 1.51e-5 |
36 |
viscAh = 0., |
37 |
viscA4 = 1.0e13, |
38 |
diffKhT = 0., |
39 |
diffKhS = 0., |
40 |
rhonil=1035., |
41 |
gravity=9.81, |
42 |
rigidLid = .FALSE., |
43 |
implicitFreeSurface= .TRUE. |
44 |
implicitDiffusion = .TRUE. |
45 |
implicitViscosity = .TRUE. |
46 |
eosType = 'POLY3', |
47 |
allowFreezing=.TRUE., |
48 |
no_slip_bottom = .TRUE., |
49 |
no_slip_sides = .FALSE. |
50 |
tr1Stepping=.TRUE. |
51 |
# turn on looped cells |
52 |
hFacMin=.3, |
53 |
hFacMinDz=50., |
54 |
# set precision of data files |
55 |
readBinaryPrec=32, |
56 |
writeBinaryPrec=32, |
57 |
writeBinaryPrec=32, |
58 |
globalFiles=.TRUE. |
59 |
useSingleCpuIO=.TRUE. |
60 |
& |
61 |
|
62 |
# Elliptic solver parameters |
63 |
# |
64 |
# cg2dMaxIters - Maximum number of 2d solver iterations |
65 |
# cg2dTargetResidual - Solver target residual |
66 |
# |
67 |
&PARM02 |
68 |
cg2dMaxIters=500, |
69 |
cg2dTargetResidual=1.E-13, |
70 |
& |
71 |
|
72 |
# Time stepping parameters |
73 |
# |
74 |
# startTime - Integration starting time (s) |
75 |
# endTime - Integration ending time (s) |
76 |
# tauCD - CD scheme coupling timescale (s) |
77 |
# deltaTMom - Timestep for momemtum equations (s) |
78 |
# deltaTtracer - Tracer timestep (s) |
79 |
# deltaTClock - Timestep used as model "clock" (s) |
80 |
# abEps - Adams-Bashforth stabilising factor |
81 |
# pChkPtFreq - Frequency of permanent check pointing (s) |
82 |
# chkPtFreq - Frequency of rolling check pointing (s) |
83 |
# dumpFreq - Frequency at which model state is stored (s) |
84 |
# tauThetaClimRelax - Relaxation to climatology time scale (s) |
85 |
# tauSaltClimRelax - Relaxation to climatology time scale (s) |
86 |
# |
87 |
&PARM03 |
88 |
startTime =0., |
89 |
endTime =31968000., |
90 |
deltaTmom = 3600., |
91 |
deltaTtracer= 3600., |
92 |
deltaTClock = 3600., |
93 |
tauCD = 172800., |
94 |
pChkptFreq= 86400., |
95 |
dumpFreq= 43200., |
96 |
tr1dumpFreq=864000., |
97 |
taveFreq= 864000., |
98 |
monitorFreq=864000., |
99 |
tauThetaClimRelax = 2592000.0, |
100 |
tauSaltClimRelax = 3842380., |
101 |
abEps = 0.1, |
102 |
& |
103 |
|
104 |
# Gridding parameters |
105 |
# |
106 |
# usingSphericalPolarGrid - On/Off flag for spherical polar coordinates |
107 |
# usingCartesianGrid - On/Off flag for selecting cartesian coordinates |
108 |
# delX - Zonal grid spacing (degrees) |
109 |
# delY - Meridional grid spacing (degrees) |
110 |
# delZ - Vertical grid spacing (m) |
111 |
# phiMin - Southern boundary latitude (degrees) |
112 |
# |
113 |
&PARM04 |
114 |
usingCartesianGrid = .FALSE., |
115 |
usingSphericalPolarGrid = .TRUE., |
116 |
delX = 360*1., |
117 |
delY = 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
118 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
119 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
120 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
121 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
122 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
123 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
124 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
125 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
126 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
127 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 0.9998741, |
128 |
0.9956741, 0.9835052, 0.9675407, 0.9441032, 0.9175377, |
129 |
0.8843880, 0.8491249, 0.8084641, 0.7670174, 0.7215805, |
130 |
0.6768684, 0.6297283, 0.5849037, 0.5392418, 0.4974575, |
131 |
0.4563580, 0.4205704, 0.3867931, 0.3595371, 0.3353481, |
132 |
0.3185692, 0.3055687, 0.3004913, 0.2995090, 0.3004913, |
133 |
0.2995071, 0.3004932, 0.2995071, 0.3004932, 0.2995071, |
134 |
0.3004913, 0.2995090, 0.3004913, 0.2995090, 0.3004904, |
135 |
0.2995100, 0.3004894, 0.2995110, 0.3004894, 0.2995100, |
136 |
0.3004904, 0.2995090, 0.3004913, 0.2995090, 0.3004904, |
137 |
0.2995100, 0.3004899, 0.2995100, 0.3004899, 0.2995100, |
138 |
0.3004904, 0.2995095, 0.3004904, 0.2995095, 0.3004906, |
139 |
0.2995093, 0.3004907, 0.2995093, 0.3004907, 0.2995093, |
140 |
0.3004906, 0.2995095, 0.3004904, 0.2995095, 0.3004904, |
141 |
0.2995100, 0.3004899, 0.2995100, 0.3004899, 0.2995100, |
142 |
0.3004904, 0.2995090, 0.3004913, 0.2995090, 0.3004904, |
143 |
0.2995100, 0.3004894, 0.2995110, 0.3004894, 0.2995100, |
144 |
0.3004904, 0.2995090, 0.3004913, 0.2995090, 0.3004913, |
145 |
0.2995071, 0.3004932, 0.2995071, 0.3004932, 0.2995071, |
146 |
0.3004913, 0.2995090, 0.3004913, 0.3055687, 0.3185692, |
147 |
0.3353481, 0.3595371, 0.3867931, 0.4205704, 0.4563580, |
148 |
0.4974575, 0.5392418, 0.5849037, 0.6297283, 0.6768684, |
149 |
0.7215805, 0.7670174, 0.8084641, 0.8491249, 0.8843880, |
150 |
0.9175377, 0.9441032, 0.9675407, 0.9835052, 0.9956741, |
151 |
0.9998741, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
152 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
153 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
154 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
155 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
156 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
157 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
158 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
159 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
160 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000, |
161 |
1.0000000, 1.0000000, 1.0000000, 1.0000000, 1.0000000 |
162 |
delZ = 15*10., |
163 |
11.13,14.46,19.82,26.94,35.48,44.99,55.00, |
164 |
65.01,74.52,83.06,90.18,95.54,98.87, |
165 |
4*100.00, |
166 |
111.42,143.93,192.60,250.00,307.40,356.07,388.58, |
167 |
7*400.00, |
168 |
phiMin = -79., |
169 |
& |
170 |
|
171 |
# Input datasets |
172 |
# |
173 |
# bathyFile - File containing bathymetry |
174 |
# hydrogThetaFile - File containing initial potential temperature data |
175 |
# hydrogSaltFile - File containing initial salinity data |
176 |
# zonalWindFile - File containing zonal wind data |
177 |
# meridWindFile - File containing meridional wind data |
178 |
# thetaClimFile - File containing theta climatology used for relaxation |
179 |
# saltClimFile - File containing salt climatology used for relaxation |
180 |
# |
181 |
&PARM05 |
182 |
bathyFile = 'Depth.data', |
183 |
hydrogThetaFile = 'lev_clim_temp.bin' |
184 |
hydrogSaltFile = 'lev_clim_salt.bin', |
185 |
& |