| 1 |
# ==================== |
| 2 |
# | Model parameters | |
| 3 |
# ==================== |
| 4 |
# |
| 5 |
# Continuous equation parameters |
| 6 |
&PARM01 |
| 7 |
tRef=200*0., |
| 8 |
sRef=200*34., |
| 9 |
viscA4=1e-2, |
| 10 |
viscAz=1e-2, |
| 11 |
diffK4T=1e-2, |
| 12 |
diffKzT=1e-2, |
| 13 |
diffK4S=1e-2, |
| 14 |
diffKzS=1e-2, |
| 15 |
#bottomDragLinear=0.E-4, |
| 16 |
bottomDragQuadratic = 0.0021, |
| 17 |
no_slip_sides=.FALSE., |
| 18 |
no_slip_bottom=.FALSE., |
| 19 |
rhonil=1027.5, |
| 20 |
rhoConstFresh=999.8, |
| 21 |
f0=1.37e-4, |
| 22 |
beta=0.E-11, |
| 23 |
eosType='JMD95Z', |
| 24 |
rigidLid=.FALSE., |
| 25 |
implicitFreeSurface=.TRUE., |
| 26 |
hFacMin=0.05, |
| 27 |
nonHydrostatic=.TRUE., |
| 28 |
readBinaryPrec=64, |
| 29 |
globalFiles=.TRUE., |
| 30 |
useSingleCpuIO=.TRUE., |
| 31 |
tempAdvScheme=77, |
| 32 |
saltAdvScheme=77, |
| 33 |
staggerTimeStep=.TRUE., |
| 34 |
& |
| 35 |
|
| 36 |
# Elliptic solver parameters |
| 37 |
&PARM02 |
| 38 |
cg2dMaxIters=300, |
| 39 |
cg2dTargetResidual=1.E-13, |
| 40 |
cg3dMaxIters=20, |
| 41 |
cg3dTargetResidual=1.E-8, |
| 42 |
& |
| 43 |
|
| 44 |
# Time stepping parameters |
| 45 |
&PARM03 |
| 46 |
nIter0=0, |
| 47 |
endtime=2., |
| 48 |
deltaT=0.10, |
| 49 |
#cAdjFreq = 20., |
| 50 |
abEps=0.01, |
| 51 |
pChkptFreq=3600.0, |
| 52 |
chkptFreq=0.0, |
| 53 |
dumpFreq= 0.0, |
| 54 |
monitorSelect=1, |
| 55 |
monitorFreq=1., |
| 56 |
& |
| 57 |
|
| 58 |
# Gridding parameters |
| 59 |
&PARM04 |
| 60 |
usingCartesianGrid=.TRUE., |
| 61 |
delXfile='dx_1m.bin', |
| 62 |
delY= 150*1., |
| 63 |
delZ= 500*1., |
| 64 |
& |
| 65 |
|
| 66 |
# Input datasets |
| 67 |
&PARM05 |
| 68 |
bathyFile='bathy_200x150_500m.bin', |
| 69 |
#hydrogThetaFile='T.init', |
| 70 |
hydrogThetaFile='THETA_store_200x150x500.bin', |
| 71 |
hydrogSaltFile ='SALT_store_200x150x500.bin', |
| 72 |
#hydrogThetaFile='T.pickup', |
| 73 |
#uVelInitFile='U.pickup', |
| 74 |
#pSurfInitFile='Eta.pickup', |
| 75 |
& |