| 1 |
heimbach |
1.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 |
|
|
# momAdvection - On/Off flag for momentum self transport |
| 26 |
|
|
# momViscosity - On/Off flag for momentum mixing |
| 27 |
|
|
# |
| 28 |
|
|
&PARM01 |
| 29 |
|
|
tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 , |
| 30 |
|
|
19.0 , 18.0 , 17.0 , 16.0 , 15.0 , |
| 31 |
|
|
14.0 , 13.0 , 12.0 , 11.0 , 10.0 , |
| 32 |
|
|
9.0 , 8.0 , 7.0 , 6.0, 5.0 , |
| 33 |
|
|
4.0 , 3.0 , 2.0 , |
| 34 |
|
|
sRef= 34.65, 34.75, 34.82, 34.87, 34.90, |
| 35 |
|
|
34.90, 34.86, 34.78, 34.69, 34.60, |
| 36 |
|
|
34.58, 34.62, 34.68, 34.72, 34.73, |
| 37 |
|
|
34.74, 34.73, 34.73, 34.72, 34.72, |
| 38 |
|
|
34.71, 34.70, 34.69, |
| 39 |
|
|
no_slip_sides=.FALSE., |
| 40 |
|
|
no_slip_bottom=.TRUE., |
| 41 |
|
|
|
| 42 |
|
|
# -=-=- Orig Values -=-=- |
| 43 |
|
|
# viscAz=1.93e-5, |
| 44 |
|
|
# viscAh=5.E4, |
| 45 |
|
|
# diffKhT=0.0, |
| 46 |
|
|
# diffKzT=1.46e-5, |
| 47 |
|
|
# diffKhS=0.0, |
| 48 |
|
|
# diffKzS=1.46e-5, |
| 49 |
|
|
|
| 50 |
|
|
# -=-=- IF 150305 -=-=- |
| 51 |
|
|
viscAz=1.E-3, |
| 52 |
|
|
viscAh=1.E4, |
| 53 |
|
|
diffKhT=1.E2, |
| 54 |
|
|
diffKzT=1.E-5, |
| 55 |
|
|
diffKhS=1.E2, |
| 56 |
|
|
diffKzS=1.E-5, |
| 57 |
|
|
|
| 58 |
|
|
beta=1.E-11, |
| 59 |
|
|
tAlpha=2.E-4, |
| 60 |
|
|
sBeta =7.4E-4, |
| 61 |
|
|
rigidLid=.FALSE., |
| 62 |
|
|
implicitFreeSurface=.TRUE., |
| 63 |
|
|
eosType='POLY3', |
| 64 |
|
|
readBinaryPrec=32, |
| 65 |
|
|
writeBinaryPrec=32, |
| 66 |
|
|
saltStepping=.TRUE., |
| 67 |
|
|
tempStepping=.TRUE., |
| 68 |
|
|
momStepping=.TRUE., |
| 69 |
|
|
implicitDiffusion=.TRUE., |
| 70 |
|
|
implicitViscosity=.TRUE., |
| 71 |
|
|
globalFiles=.TRUE., |
| 72 |
|
|
allowFreezing=.FALSE., |
| 73 |
|
|
HeatCapacity_Cp = 3986.D0 |
| 74 |
|
|
gravity = 9.8156, |
| 75 |
|
|
gBaro = 9.8156, |
| 76 |
|
|
rhoNil = 1027.D0 |
| 77 |
|
|
useCDscheme=.FALSE., |
| 78 |
|
|
useNHMTerms=.TRUE., |
| 79 |
|
|
& |
| 80 |
|
|
|
| 81 |
|
|
# Elliptic solver parameters |
| 82 |
|
|
# |
| 83 |
|
|
# cg2dMaxIters - Maximum number of 2d solver iterations |
| 84 |
|
|
# cg2dTargetResidual - Solver target residual |
| 85 |
|
|
# |
| 86 |
|
|
&PARM02 |
| 87 |
|
|
cg2dMaxIters=500, |
| 88 |
|
|
cg2dTargetResidual=1.D-8 |
| 89 |
|
|
& |
| 90 |
|
|
|
| 91 |
|
|
# Time stepping parameters |
| 92 |
|
|
# |
| 93 |
|
|
# startTime - Integration starting time (s) |
| 94 |
|
|
# endTime - Integration ending time (s) |
| 95 |
|
|
# tauCD - CD scheme coupling timescale (s) |
| 96 |
|
|
# deltaTMom - Timestep for momemtum equations (s) |
| 97 |
|
|
# deltaTtracer - Tracer timestep (s) |
| 98 |
|
|
# deltaTClock - Timestep used as model "clock" (s) |
| 99 |
|
|
# abEps - Adams-Bashforth stabilising factor |
| 100 |
|
|
# pChkPtFreq - Frequency of permanent check pointing (s) |
| 101 |
|
|
# chkPtFreq - Frequency of rolling check pointing (s) |
| 102 |
|
|
# dumpFreq - Frequency at which model state is stored (s) |
| 103 |
|
|
# tauThetaClimRelax - Relaxation to climatology time scale (s) |
| 104 |
|
|
# tauSaltClimRelax - Relaxation to climatology time scale (s) |
| 105 |
|
|
# |
| 106 |
|
|
&PARM03 |
| 107 |
|
|
# tauCD=172800., |
| 108 |
|
|
|
| 109 |
|
|
# ============================================= |
| 110 |
|
|
# S I M U L A T I O N T I M E + D E L T A T |
| 111 |
|
|
# ============================================= |
| 112 |
|
|
|
| 113 |
|
|
niter0=0, |
| 114 |
|
|
|
| 115 |
|
|
# one month |
| 116 |
|
|
# nTimeSteps= 732, |
| 117 |
|
|
|
| 118 |
|
|
# two months ... |
| 119 |
|
|
# nTimeSteps=1464, |
| 120 |
|
|
|
| 121 |
|
|
# nTimeSteps = 168, |
| 122 |
|
|
|
| 123 |
|
|
nTimeSteps = 72, |
| 124 |
|
|
# nTimeSteps = 720, |
| 125 |
|
|
|
| 126 |
|
|
# one year |
| 127 |
|
|
# nTimeSteps=8784, |
| 128 |
|
|
|
| 129 |
|
|
# two years |
| 130 |
|
|
# nTimeSteps=17568, |
| 131 |
|
|
|
| 132 |
|
|
# six years |
| 133 |
|
|
# nTimeSteps=52704, |
| 134 |
|
|
|
| 135 |
|
|
# nine years |
| 136 |
|
|
# nTimeSteps=79056, |
| 137 |
|
|
|
| 138 |
|
|
# ten years |
| 139 |
|
|
# nTimeSteps = 87840, |
| 140 |
|
|
|
| 141 |
|
|
# -=-=- IF 150305 -=-=- |
| 142 |
|
|
deltaT = 3600.0, |
| 143 |
|
|
|
| 144 |
|
|
cAdjFreq=0., |
| 145 |
|
|
abEps=0.1, |
| 146 |
|
|
|
| 147 |
|
|
# ============================================= |
| 148 |
|
|
# C H P K O U T P U T F R E Q U E N C Y |
| 149 |
|
|
# ============================================= |
| 150 |
|
|
# -=-=- IF 180305 -=-=- |
| 151 |
|
|
# checkpoint once per year |
| 152 |
|
|
pChkptFreq= 31622400.0, |
| 153 |
|
|
|
| 154 |
|
|
# checkpoint once per month... |
| 155 |
|
|
# pChkptFreq = 2635200., |
| 156 |
|
|
|
| 157 |
|
|
# NEVER |
| 158 |
|
|
# chkptFreq= 0., |
| 159 |
|
|
|
| 160 |
|
|
# ============================================= |
| 161 |
|
|
# T A V E + D U M P O U T P U T F R E Q |
| 162 |
|
|
# ============================================= |
| 163 |
|
|
|
| 164 |
|
|
# NEVER |
| 165 |
|
|
dumpFreq = 0., |
| 166 |
|
|
|
| 167 |
|
|
# EVERY TIME STEP |
| 168 |
|
|
# dumpFreq = 3600., |
| 169 |
|
|
|
| 170 |
|
|
# DAILY |
| 171 |
|
|
# dumpFreq = 86400., |
| 172 |
|
|
|
| 173 |
|
|
# ONCE A WEEK |
| 174 |
|
|
# dumpFreq = 604800., |
| 175 |
|
|
|
| 176 |
|
|
# ---T I M E---A V E R A G E--- |
| 177 |
|
|
|
| 178 |
|
|
# NEVER |
| 179 |
|
|
# tavefreq = 0., |
| 180 |
|
|
|
| 181 |
|
|
# DAILY |
| 182 |
|
|
tavefreq = 86400., |
| 183 |
|
|
|
| 184 |
|
|
# ONCE A WEEK |
| 185 |
|
|
# tavefreq = 604800., |
| 186 |
|
|
|
| 187 |
|
|
# EVERY 10 HOURS |
| 188 |
|
|
# tavefreq = 36000., |
| 189 |
|
|
|
| 190 |
|
|
# ABOUT ONCE A MONTH |
| 191 |
|
|
# tavefreq = 2635200., |
| 192 |
|
|
|
| 193 |
|
|
# annually |
| 194 |
|
|
# tavefreq = 31622400., |
| 195 |
|
|
|
| 196 |
|
|
# ============================================= |
| 197 |
|
|
# R E L A X A T I O N T I M E S |
| 198 |
|
|
# ============================================= |
| 199 |
|
|
# -=-=- Orig Value -=-=- |
| 200 |
|
|
# tauSaltClimRelax = 4142330., |
| 201 |
|
|
|
| 202 |
|
|
# -=-=- IF 150305 -=-=- |
| 203 |
|
|
tauSaltClimRelax = 0., |
| 204 |
|
|
tauThetaClimRelax = 0., |
| 205 |
|
|
|
| 206 |
|
|
# ============================================= |
| 207 |
|
|
# M O N I T O R O U T P U T F R E Q |
| 208 |
|
|
# ============================================= |
| 209 |
|
|
# original value (output constantly) |
| 210 |
|
|
# monitorFreq=72., |
| 211 |
|
|
|
| 212 |
|
|
# quarterly... |
| 213 |
|
|
# monitorFreq=7905600., |
| 214 |
|
|
|
| 215 |
|
|
# semi-annually |
| 216 |
|
|
monitorFreq=15811200., |
| 217 |
|
|
|
| 218 |
|
|
# ============================================= |
| 219 |
|
|
|
| 220 |
|
|
# outputTypesInclusive=.TRUE., |
| 221 |
|
|
forcing_In_AB = .FALSE. |
| 222 |
|
|
& |
| 223 |
|
|
|
| 224 |
|
|
# Gridding parameters |
| 225 |
|
|
# |
| 226 |
|
|
# usingSphericalPolarGrid - On/Off flag for spherical polar coordinates |
| 227 |
|
|
# usingCartesianGrid - On/Off flag for selecting cartesian coordinates |
| 228 |
|
|
# delX - Zonal grid spacing (degrees) |
| 229 |
|
|
# delY - Meridional grid spacing (degrees) |
| 230 |
|
|
# delZ - Vertical grid spacing (m) |
| 231 |
|
|
# phiMin - Southern boundary latitude (degrees) |
| 232 |
|
|
# |
| 233 |
|
|
&PARM04 |
| 234 |
|
|
usingCartesianGrid=.FALSE., |
| 235 |
|
|
usingSphericalPolarGrid=.TRUE., |
| 236 |
|
|
|
| 237 |
|
|
# -=-=- IF 150305 -=-=- |
| 238 |
|
|
delX=41*1.E0, |
| 239 |
|
|
delY=33*1.E0, |
| 240 |
|
|
|
| 241 |
|
|
delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75., |
| 242 |
|
|
100., 150., 200., 275., 350., 415., 450., |
| 243 |
|
|
500., 500., 500., 500., 500., 500., 500. |
| 244 |
|
|
|
| 245 |
|
|
phimin=45.5, |
| 246 |
|
|
thetamin=279.5, |
| 247 |
|
|
rSphere = 6371.D3 |
| 248 |
|
|
& |
| 249 |
|
|
|
| 250 |
|
|
# Input datasets |
| 251 |
|
|
# |
| 252 |
|
|
# bathyFile - File containing bathymetry |
| 253 |
|
|
# hydrogThetaFile - File containing initial potential temperature data |
| 254 |
|
|
# hydrogSaltFile - File containing initial salinity data |
| 255 |
|
|
# zonalWindFile - File containing zonal wind data |
| 256 |
|
|
# meridWindFile - File containing meridional wind data |
| 257 |
|
|
# thetaClimFile - File containing theta climatology used for relaxation |
| 258 |
|
|
# saltClimFile - File containing salt climatology used for relaxation |
| 259 |
|
|
# |
| 260 |
|
|
&PARM05 |
| 261 |
|
|
|
| 262 |
|
|
# -=-=- Orig Values -=-=- |
| 263 |
|
|
|
| 264 |
|
|
# -=-=- IF 150305 -=-=- |
| 265 |
|
|
bathyFile = 'LABSEA_bathy_fl_closed_w.bin', |
| 266 |
|
|
hydrogThetaFile = 'LABSEA_LEVITUS_1x1_ptmp_NEW_corK', |
| 267 |
|
|
hydrogSaltFile = 'LABSEA_LEVITUS_1x1_salt_NEW_corK', |
| 268 |
|
|
& |