| 12 |
# diffKzT - Vertical temperature diffusivity (m^2/s) |
# diffKzT - Vertical temperature diffusivity (m^2/s) |
| 13 |
# diffKhS - Horizontal salt diffusivity (m^2/s) |
# diffKhS - Horizontal salt diffusivity (m^2/s) |
| 14 |
# diffKzS - Vertical salt diffusivity (m^2/s) |
# diffKzS - Vertical salt diffusivity (m^2/s) |
|
# f0 - Reference coriolis parameter, |
|
|
# south edge of f on beta plane (1/s) |
|
|
# beta - df/dy (s^-1.m^-1) |
|
| 15 |
# tAlpha - Linear EOS thermal expansion coefficient (1/oC) |
# tAlpha - Linear EOS thermal expansion coefficient (1/oC) |
| 16 |
# sBeta - Linear EOS haline contraction coefficient (1/ppt) |
# sBeta - Linear EOS haline contraction coefficient (1/ppt) |
| 17 |
# gravity - Acceleration due to gravity (m/s^2) |
# gravity - Acceleration due to gravity (m/s^2) |
|
# gBaro - Accel. due to gravity used in barotropic equation (m/s^2) |
|
| 18 |
# rigidLid - Set to true to use rigid lid |
# rigidLid - Set to true to use rigid lid |
| 19 |
# implicitFreeSurface - Set to true to use implicit free surface |
# implicitFreeSurface - Set to true to use implicit free surface |
| 20 |
# eosType - Flag for linear or polynomial equation of state |
# eosType - Flag for linear or polynomial equation of state |
| 31 |
diffKhT = 1.0E3, |
diffKhT = 1.0E3, |
| 32 |
diffKhS = 1.0E3, |
diffKhS = 1.0E3, |
| 33 |
rotationPeriod = 86400., |
rotationPeriod = 86400., |
|
f0 = 1.e-4, |
|
|
beta = 1.E-11, |
|
| 34 |
tAlpha = 2.E-4, |
tAlpha = 2.E-4, |
| 35 |
sBeta = 7.4E-4, |
sBeta = 7.4E-4, |
| 36 |
gravity = 9.81, |
gravity = 9.81, |
|
gBaro = 9.81, |
|
| 37 |
rigidLid = .FALSE., |
rigidLid = .FALSE., |
| 38 |
implicitFreeSurface= .TRUE., |
implicitFreeSurface= .TRUE., |
| 39 |
implicitDiffusion = .TRUE., |
implicitDiffusion = .TRUE., |
| 77 |
# tauSaltClimRelax - Relaxation to climatology time scale (s) |
# tauSaltClimRelax - Relaxation to climatology time scale (s) |
| 78 |
# |
# |
| 79 |
&PARM03 |
&PARM03 |
| 80 |
startTime = 0.0, |
baseTime = 21600., |
| 81 |
endTime = 72000.0, |
startTime = 21600., |
| 82 |
|
endTime = 93600., |
| 83 |
deltaTmom = 3600.0, |
deltaTmom = 3600.0, |
| 84 |
TauCD = 172800. |
TauCD = 172800. |
| 85 |
cAdjFreq = 0., |
cAdjFreq = 0., |
| 86 |
abEps = 0.1, |
abEps = 0.1, |
| 87 |
pChkptFreq = 0.0, |
pChkptFreq = 0.0, |
| 88 |
chkptFreq = 0.0, |
chkptFreq = 0.0, |
| 89 |
dumpFreq = 39600.0, |
dumpFreq = 86400., |
| 90 |
tauSaltClimRelax = 2592000.0, |
tauSaltClimRelax = 2592000.0, |
| 91 |
tauThetaClimRelax = 2592000.0, |
tauThetaClimRelax = 2592000.0, |
| 92 |
periodicExternalForcing = .TRUE., |
periodicExternalForcing = .TRUE., |
| 98 |
# Gridding parameters |
# Gridding parameters |
| 99 |
# |
# |
| 100 |
# usingSphericalPolarGrid - On/Off flag for spherical polar coordinates |
# usingSphericalPolarGrid - On/Off flag for spherical polar coordinates |
|
# usingCartesianGrid - On/Off flag for selecting cartesian coordinates |
|
| 101 |
# delX - Zonal grid spacing (degrees) |
# delX - Zonal grid spacing (degrees) |
| 102 |
# delY - Meridional grid spacing (degrees) |
# delY - Meridional grid spacing (degrees) |
| 103 |
# delZ - Vertical grid spacing (m) |
# delZ - Vertical grid spacing (m) |
| 104 |
# phiMin - Southern boundary latitude (degrees) |
# phiMin - Southern boundary latitude (degrees) |
| 105 |
# |
# |
| 106 |
&PARM04 |
&PARM04 |
|
usingCartesianGrid = .FALSE., |
|
| 107 |
usingSphericalPolarGrid = .TRUE., |
usingSphericalPolarGrid = .TRUE., |
| 108 |
delX = 20*2., |
delX = 20*2., |
| 109 |
delY = 16*2., |
delY = 16*2., |