| 1 |
heimbach |
1.1 |
# ==================== |
| 2 |
|
|
# | Model parameters | |
| 3 |
|
|
# ==================== |
| 4 |
|
|
# |
| 5 |
|
|
# Continuous equation parameters |
| 6 |
|
|
&PARM01 |
| 7 |
|
|
tRef=15*20., |
| 8 |
|
|
sRef=15*35., |
| 9 |
|
|
viscAh =3.E4, |
| 10 |
|
|
## viscAhGrid = 1.0e-6, |
| 11 |
|
|
viscAr =1.E-3, |
| 12 |
|
|
diffKhT=0., |
| 13 |
|
|
diffK4T=0., |
| 14 |
|
|
diffKrT=3.E-5, |
| 15 |
|
|
diffKhS=0., |
| 16 |
|
|
diffK4S=0., |
| 17 |
|
|
diffKrS=3.E-5, |
| 18 |
|
|
ivdc_kappa=10., |
| 19 |
|
|
implicitDiffusion=.TRUE., |
| 20 |
|
|
gravity=9.81, |
| 21 |
|
|
rhonil=1035., |
| 22 |
|
|
rhoConstFresh=1000., |
| 23 |
|
|
eosType='JMD95Z', |
| 24 |
|
|
staggerTimeStep=.TRUE., |
| 25 |
|
|
vectorInvariantMomentum=.TRUE., |
| 26 |
|
|
implicitFreeSurface=.TRUE., |
| 27 |
|
|
exactConserv=.TRUE., |
| 28 |
|
|
select_rStar=2, |
| 29 |
|
|
nonlinFreeSurf=4, |
| 30 |
|
|
hFacInf=0.2, |
| 31 |
|
|
hFacSup=2.0, |
| 32 |
|
|
useRealFreshWaterFlux=.TRUE., |
| 33 |
|
|
hFacMin=.1, |
| 34 |
|
|
hFacMinDr=20., |
| 35 |
|
|
readBinaryPrec=64, |
| 36 |
|
|
#writeBinaryPrec=64, |
| 37 |
|
|
/ |
| 38 |
|
|
|
| 39 |
|
|
# Elliptic solver parameters |
| 40 |
|
|
&PARM02 |
| 41 |
|
|
cg2dMaxIters=200, |
| 42 |
|
|
cg2dTargetResWunit=1.E-10, |
| 43 |
|
|
/ |
| 44 |
|
|
|
| 45 |
|
|
# Time stepping parameters |
| 46 |
|
|
&PARM03 |
| 47 |
|
|
nIter0=0, |
| 48 |
|
|
nTimeSteps=87600, |
| 49 |
|
|
#nTimeSteps=10, |
| 50 |
|
|
deltaT = 360., |
| 51 |
|
|
#deltaTmom =1200., |
| 52 |
|
|
#deltaTtracer=86400., |
| 53 |
|
|
#deltaTfreesurf=86400., |
| 54 |
|
|
#deltaTClock =86400., |
| 55 |
|
|
abEps = 0.1, |
| 56 |
|
|
forcing_In_AB=.FALSE., |
| 57 |
|
|
pChkptFreq =1555200000., |
| 58 |
|
|
#chkptFreq =311040000., |
| 59 |
|
|
#taveFreq =1555200000., |
| 60 |
|
|
dumpFreq =175200., |
| 61 |
|
|
#monitorFreq =2592000., |
| 62 |
|
|
monitorFreq =864000., |
| 63 |
|
|
#tave_lastIter=0., |
| 64 |
|
|
#periodicExternalForcing=.TRUE., |
| 65 |
|
|
#externForcingPeriod=2592000., |
| 66 |
|
|
#externForcingCycle=31104000., |
| 67 |
|
|
# 2 months restoring timescale for temperature |
| 68 |
|
|
#tauThetaClimRelax = 5184000., |
| 69 |
|
|
# 6 months restoring timescale for salinity |
| 70 |
|
|
#tauSaltClimRelax = 15552000., |
| 71 |
|
|
#latBandClimRelax=50., |
| 72 |
|
|
tauThetaClimRelax= 2592000., |
| 73 |
|
|
tauSaltClimRelax = 2592000., |
| 74 |
|
|
/ |
| 75 |
|
|
|
| 76 |
|
|
# Gridding parameters |
| 77 |
|
|
&PARM04 |
| 78 |
|
|
usingCurvilinearGrid=.TRUE., |
| 79 |
|
|
#horizGridFile='grid_cs32', |
| 80 |
|
|
delR= 50., 70., 100., 140., 190., |
| 81 |
|
|
240., 290., 340., 390., 440., |
| 82 |
|
|
490., 540., 590., 640., 690., |
| 83 |
|
|
/ |
| 84 |
|
|
|
| 85 |
|
|
# Input datasets |
| 86 |
|
|
&PARM05 |
| 87 |
|
|
bathyFile ='llc90x90x360_bathy_mindepth_noisolated.bin', |
| 88 |
|
|
#hydrogThetaFile='lev_T_cs_15k.bin', |
| 89 |
|
|
#hydrogSaltFile ='lev_S_cs_15k.bin', |
| 90 |
|
|
hydrogThetaFile='llc90x90x360_15l1v_ptemp.bin', |
| 91 |
|
|
hydrogSaltFile ='llc90x90x360_15l1v_salt.bin', |
| 92 |
|
|
/ |