Warning, /verification/cpl_aim+ocn/input_ocn/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit a99d7059 on 2022-03-25 19:27:01 UTC
5050e9c8c4 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=15*20.,
0008 sRef=15*35.,
0009 viscAh =3.E5,
0010 viscAr =1.E-3,
d68faeaed2 Jean*0011 diffKhT=0.,
0012 diffK4T=0.,
5050e9c8c4 Jean*0013 diffKrT=3.E-5,
d68faeaed2 Jean*0014 diffKhS=0.,
0015 diffK4S=0.,
5050e9c8c4 Jean*0016 diffKrS=3.E-5,
0017 gravity=9.81,
4a9fbe7c7e Jean*0018 rhoConst=1030.,
0019 rhoConstFresh=1000.,
a88977976e Jean*0020 eosType='JMD95Z',
0021 #allowFreezing=.TRUE.,
0022 ivdc_kappa=10.,
0023 implicitDiffusion=.TRUE.,
5050e9c8c4 Jean*0024 implicitFreeSurface=.TRUE.,
0025 exactConserv=.TRUE.,
0026 select_rStar=2,
0027 nonlinFreeSurf=4,
0028 hFacInf=0.2,
0029 hFacSup=2.0,
0030 useRealFreshWaterFlux=.TRUE.,
a88977976e Jean*0031 temp_EvPrRn=0.,
5050e9c8c4 Jean*0032 hFacMin=.1,
0033 hFacMinDr=20.,
0034 vectorInvariantMomentum=.TRUE.,
a88977976e Jean*0035 staggerTimeStep=.TRUE.,
5050e9c8c4 Jean*0036 readBinaryPrec=64,
0037 writeBinaryPrec=64,
9533477480 Jean*0038 debugLevel=2,
a99d705983 Jean*0039 plotLevel=0,
5050e9c8c4 Jean*0040 &
0041
0042 # Elliptic solver parameters
0043 &PARM02
0044 cg2dMaxIters=200,
0045 cg2dTargetResidual=1.E-9,
0046 #cg2dTargetResWunit=1.E-14,
0047 &
0048
0049 # Time stepping parameters
0050 &PARM03
0051 nIter0=0,
0052 nTimeSteps=5,
0053 deltaTmom =3600.,
0054 deltaTtracer=3600.,
0055 deltaTClock =3600.,
0056 abEps = 0.1,
d68faeaed2 Jean*0057 pChkptFreq =2592000.,
6d182dd632 Jean*0058 #taveFreq =2592000.,
d68faeaed2 Jean*0059 dumpFreq =864000.,
0060 monitorFreq =86400.,
0061 monitorFreq =1.,
6c56c6e205 Jean*0062 forcing_In_AB=.FALSE.,
5050e9c8c4 Jean*0063 periodicExternalForcing=.TRUE.,
0064 externForcingPeriod=2592000.,
0065 externForcingCycle=31104000.,
0066 # 2 months restoring timescale for temperature
0067 #tauThetaClimRelax= 5184000.,
a88977976e Jean*0068 # restoring timescale for salinity: 2yrs, 20 yrs
0069 #tauSaltClimRelax = 62208000.,
5050e9c8c4 Jean*0070 tauSaltClimRelax = 622080000.,
0071 &
0072
0073 # Gridding parameters
0074 &PARM04
0075 usingCurvilinearGrid=.TRUE.,
686af0f254 Jean*0076 horizGridFile='grid_cs32',
353a8586ba Jean*0077 radius_fromHorizGrid=6370.E3,
5050e9c8c4 Jean*0078 delR= 50., 70., 100., 140., 190.,
0079 240., 290., 340., 390., 440.,
0080 490., 540., 590., 640., 690.,
0081 &
0082
0083 # Input datasets
0084 &PARM05
0085 bathyFile ='bathy_Hmin50.bin',
0086 hydrogThetaFile='lev_T_cs_15k.bin',
0087 hydrogSaltFile ='lev_S_cs_15k.bin',
0088 zonalWindFile ='trenberth_taux.bin',
0089 meridWindFile ='trenberth_tauy.bin',
0090 thetaClimFile ='lev_surfT_cs_12m.bin',
0091 saltClimFile ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0092 surfQnetFile ='shiQnet_cs32.bin',
5050e9c8c4 Jean*0093 EmPmRFile ='shiEmPR_cs32.bin',
0094 &