| 1 | 
# ==================== | 
| 2 | 
# | Model parameters | | 
| 3 | 
# ==================== | 
| 4 | 
# | 
| 5 | 
# Continuous equation parameters | 
| 6 | 
 &PARM01 | 
| 7 | 
 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 , | 
| 8 | 
       19.0 , 18.0 , 17.0 , 16.0 , 15.0 , | 
| 9 | 
       14.0 , 13.0 , 12.0 , 11.0 , 10.0 , | 
| 10 | 
        9.0 ,  8.0 ,  7.0 ,  6.0,   5.0 , | 
| 11 | 
        4.0 ,  3.0 ,  2.0 , | 
| 12 | 
 sRef= 34.65, 34.75, 34.82, 34.87, 34.90, | 
| 13 | 
       34.90, 34.86, 34.78, 34.69, 34.60, | 
| 14 | 
       34.58, 34.62, 34.68, 34.72, 34.73, | 
| 15 | 
       34.74, 34.73, 34.73, 34.72, 34.72, | 
| 16 | 
       34.71, 34.70, 34.69, | 
| 17 | 
 no_slip_sides=.false., | 
| 18 | 
 no_slip_bottom=.TRUE., | 
| 19 | 
 viscAr=1.E-3, | 
| 20 | 
 viscAh=1.E4, | 
| 21 | 
 diffKhT=1.E2, | 
| 22 | 
 diffKrT=1.E-5, | 
| 23 | 
 diffKhS=1.E2, | 
| 24 | 
 diffKrS=1.E-5, | 
| 25 | 
 beta=1.E-11, | 
| 26 | 
 tAlpha=2.E-4, | 
| 27 | 
 sBeta =7.4E-4, | 
| 28 | 
 gravity=9.81, | 
| 29 | 
 gBaro=9.81, | 
| 30 | 
 rigidLid=.FALSE., | 
| 31 | 
 implicitFreeSurface=.true., | 
| 32 | 
 eosType='POLY3', | 
| 33 | 
 readBinaryPrec=32, | 
| 34 | 
 writeBinaryPrec=32, | 
| 35 | 
 saltStepping=.TRUE., | 
| 36 | 
 tempStepping=.TRUE., | 
| 37 | 
 momStepping=.TRUE., | 
| 38 | 
 implicitDiffusion=.true., | 
| 39 | 
 implicitViscosity=.true., | 
| 40 | 
 allowFreezing=.TRUE., | 
| 41 | 
 useCDscheme=.TRUE., | 
| 42 | 
 globalFiles = .TRUE. | 
| 43 | 
 useSingleCpuIO = .TRUE. | 
| 44 | 
 debugLevel = 0 | 
| 45 | 
 & | 
| 46 | 
 | 
| 47 | 
# Elliptic solver parameters | 
| 48 | 
 &PARM02 | 
| 49 | 
 cg2dMaxIters=1000, | 
| 50 | 
 cg2dTargetResidual=1.E-7, | 
| 51 | 
 & | 
| 52 | 
 | 
| 53 | 
# Time stepping parameters | 
| 54 | 
# data.stationary.1 is a template for first year | 
| 55 | 
 &PARM03 | 
| 56 | 
 nIter0= 0, | 
| 57 | 
 nTimeSteps = 8760, | 
| 58 | 
 pChkptFreq = 31536000., | 
| 59 | 
 tavefreq   = 2628000., | 
| 60 | 
 monitorFreq= 8640000., | 
| 61 | 
 tauCD=172800., | 
| 62 | 
 deltaTmom=3600.0, | 
| 63 | 
 deltaTtracer=3600.0, | 
| 64 | 
 deltaTClock =3600.0, | 
| 65 | 
 deltaTfreesurf =3600.0, | 
| 66 | 
 cAdjFreq=0., | 
| 67 | 
 abEps=0.1, | 
| 68 | 
 tauThetaClimRelax=2592000.0, | 
| 69 | 
 tauSaltClimRelax= 2592000.0, | 
| 70 | 
 & | 
| 71 | 
 | 
| 72 | 
# Gridding parameters | 
| 73 | 
 &PARM04 | 
| 74 | 
 usingCartesianGrid=.FALSE., | 
| 75 | 
 usingSphericalPolarGrid=.TRUE., | 
| 76 | 
 delX=360*1.E0, | 
| 77 | 
 delY=160*1.E0, | 
| 78 | 
 delR=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200., | 
| 79 | 
  275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500., | 
| 80 | 
 phimin=-80., | 
| 81 | 
 thetamin=0., | 
| 82 | 
 & | 
| 83 | 
 | 
| 84 | 
# Input datasets | 
| 85 | 
 &PARM05 | 
| 86 | 
 bathyFile='bathy_fl.bin', | 
| 87 | 
 hydrogThetaFile='theta_init69.bin', | 
| 88 | 
 hydrogSaltFile='salt_init69.bin', | 
| 89 | 
 & |