32 |
hFacMin=.1, |
hFacMin=.1, |
33 |
hFacMinDr=20., |
hFacMinDr=20., |
34 |
readBinaryPrec=64, |
readBinaryPrec=64, |
35 |
usesinglecpuio=.TRUE. |
globalFiles=.TRUE. |
36 |
|
useSingleCPUio=.TRUE. |
37 |
& |
& |
38 |
|
|
39 |
# Elliptic solver parameters |
# Elliptic solver parameters |
45 |
|
|
46 |
# Time stepping parameters |
# Time stepping parameters |
47 |
&PARM03 |
&PARM03 |
48 |
nIter0=72000, |
nIter0=0, |
49 |
nTimeSteps=20, |
nTimeSteps=21, |
50 |
deltaTmom =1200., |
deltaTmom =1200., |
51 |
deltaTtracer=86400., |
deltaTtracer=1200., |
52 |
deltaTfreesurf=86400., |
deltaTfreesurf=1200., |
53 |
deltaTClock =86400., |
deltaTClock =1200., |
54 |
abEps = 0.1, |
abEps = 0.1, |
55 |
forcing_In_AB=.FALSE., |
forcing_In_AB=.FALSE., |
56 |
pChkptFreq =1728000., |
dumpFreq =24000., |
|
#chkptFreq =311040000., |
|
|
taveFreq =1244160000., |
|
|
dumpFreq =622080000., |
|
|
monitorFreq =31104000., |
|
|
periodicExternalForcing=.TRUE., |
|
|
externForcingPeriod=2592000., |
|
|
externForcingCycle=31104000., |
|
57 |
# 2 months restoring timescale for temperature |
# 2 months restoring timescale for temperature |
58 |
tauThetaClimRelax = 5184000., |
tauThetaClimRelax = 5184000., |
59 |
# 2yrs restoring timescale for salinity |
# 2yrs restoring timescale for salinity |
76 |
bathyFile ='bathy_Hmin50.bin', |
bathyFile ='bathy_Hmin50.bin', |
77 |
hydrogThetaFile='lev_T_cs_15k.bin', |
hydrogThetaFile='lev_T_cs_15k.bin', |
78 |
hydrogSaltFile ='lev_S_cs_15k.bin', |
hydrogSaltFile ='lev_S_cs_15k.bin', |
|
zonalWindFile ='trenberth_taux.bin', |
|
|
meridWindFile ='trenberth_tauy.bin', |
|
|
thetaClimFile ='lev_surfT_cs_12m.bin', |
|
|
saltClimFile ='lev_surfS_cs_12m.bin', |
|
|
surfQFile ='shiQnet_cs32.bin', |
|
|
EmPmRFile ='shiEmPR_cs32.bin', |
|
79 |
& |
& |