| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
&PARM01 |
| 6 |
tRef= -1.62, |
| 7 |
sRef= 30., |
| 8 |
no_slip_sides=.FALSE., |
| 9 |
no_slip_bottom=.TRUE., |
| 10 |
#bottomDragLinear=1.E-3, |
| 11 |
bottomDragQuadratic=5.E-3, |
| 12 |
viscAr=3.E-2, |
| 13 |
viscAh=3.E+2, |
| 14 |
HeatCapacity_Cp = 3986., |
| 15 |
rhoNil = 1030., |
| 16 |
rhoConstFresh = 1000., |
| 17 |
eosType='LINEAR', |
| 18 |
tAlpha=2.E-4, |
| 19 |
sBeta= 0., |
| 20 |
staggerTimeStep=.TRUE., |
| 21 |
saltStepping=.FALSE., |
| 22 |
#tempStepping=.FALSE., |
| 23 |
tempAdvection=.FALSE., |
| 24 |
momStepping=.FALSE., |
| 25 |
f0=0.e-4, |
| 26 |
beta=0., |
| 27 |
useJamartWetPoints=.TRUE., |
| 28 |
rigidLid=.FALSE., |
| 29 |
implicitFreeSurface=.TRUE., |
| 30 |
#exactConserv=.TRUE., |
| 31 |
convertFW2Salt=-1, |
| 32 |
readBinaryPrec=64, |
| 33 |
writeBinaryPrec=64, |
| 34 |
#globalFiles=.TRUE., |
| 35 |
useSingleCpuIO=.TRUE., |
| 36 |
#debugLevel=3, |
| 37 |
& |
| 38 |
|
| 39 |
# Elliptic solver parameters |
| 40 |
&PARM02 |
| 41 |
cg2dMaxIters=500, |
| 42 |
cg2dTargetResidual=1.E-12, |
| 43 |
& |
| 44 |
|
| 45 |
# Time stepping parameters |
| 46 |
&PARM03 |
| 47 |
startTime=0.0, |
| 48 |
#endTime=864000., |
| 49 |
deltaT=3600.0, |
| 50 |
abEps=0.1, |
| 51 |
forcing_In_AB = .FALSE., |
| 52 |
# 10 days restoring timescale for temperature |
| 53 |
tauThetaClimRelax= 864000., |
| 54 |
pChkptFreq=3600000., |
| 55 |
monitorFreq=432000., |
| 56 |
#monitorSelect=2, |
| 57 |
dumpFreq = 86400., |
| 58 |
nTimeSteps=12, |
| 59 |
monitorFreq=43200., |
| 60 |
#dumpFreq = 1., |
| 61 |
#diagFreq = 1., |
| 62 |
& |
| 63 |
|
| 64 |
# Gridding parameters |
| 65 |
&PARM04 |
| 66 |
usingCartesianGrid=.TRUE., |
| 67 |
delX=80*5.E3, |
| 68 |
delY=42*5.E3, |
| 69 |
ygOrigin=-110.E3, |
| 70 |
#delR= 20., 30., 50., |
| 71 |
delR= 10., |
| 72 |
& |
| 73 |
|
| 74 |
# Input datasets |
| 75 |
&PARM05 |
| 76 |
bathyFile = 'channel.bin', |
| 77 |
uVelInitFile = 'const_00.bin', |
| 78 |
vVelInitFile = 'const+20.bin', |
| 79 |
thetaClimFile = 'tocn_1x.bin', |
| 80 |
& |