Warning, /verification/global_ocean.cs32x15/input.seaice/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 246faa48 on 2017-08-21 18:22:51 UTC
e52301e392 Gael*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,
0011 diffKrT=3.E-5,
0012 diffKrS=3.E-5,
0013 ivdc_kappa=10.,
0014 implicitDiffusion=.TRUE.,
0015 gravity=9.81,
05b7bb78c9 Jean*0016 rhoConst=1035.,
e52301e392 Gael*0017 rhoConstFresh=1000.,
0018 eosType='JMD95Z',
0019 staggerTimeStep=.TRUE.,
0020 vectorInvariantMomentum=.TRUE.,
0021 implicitFreeSurface=.TRUE.,
0022 exactConserv=.TRUE.,
0023 select_rStar=2,
0024 nonlinFreeSurf=4,
0025 hFacInf=0.2,
0026 hFacSup=2.0,
0027 useRealFreshWaterFlux=.TRUE.,
0028 hFacMin=.1,
0029 hFacMinDr=20.,
663c32eb72 Jean*0030 #- to check that it has no impact:
0031 doResetHFactors=.TRUE.,
e52301e392 Gael*0032 #tempAdvScheme=77,
0033 #saltAdvScheme=77,
0034 readBinaryPrec=64,
0035 writeBinaryPrec=64,
0036 useSingleCpuIO=.TRUE.,
0037 #debugLevel = 2,
246faa4842 Jean*0038 plotLevel=0,
e52301e392 Gael*0039 &
0040
0041 # Elliptic solver parameters
0042 &PARM02
0043 cg2dMaxIters=200,
0044 #cg2dTargetResidual=1.E-9,
0045 cg2dTargetResWunit=1.E-14,
0046 &
0047
0048 # Time stepping parameters
0049 &PARM03
0050 nIter0=72000,
0051 nTimeSteps=10,
0052 #endTime=31104000.,
05a00b43fa Jean*0053 deltaTMom =1200.,
e52301e392 Gael*0054 deltaTtracer=86400.,
05a00b43fa Jean*0055 deltaTFreeSurf=86400.,
e52301e392 Gael*0056 deltaTClock =86400.,
0057 abEps = 0.1,
0058 forcing_In_AB=.FALSE.,
acaa3e0d92 Jean*0059 pickupStrictlyMatch=.FALSE.,
e52301e392 Gael*0060 pChkptFreq =3110400000.,
0061 chkptFreq = 155520000.,
0062 #tave_lastIter=0.,
0063 #taveFreq = 2592000.,
0064 #dumpFreq = 864000.,
0065 monitorFreq = 15552000.,
0066 periodicExternalForcing=.TRUE.,
0067 externForcingPeriod=2592000.,
0068 externForcingCycle=31104000.,
0069 # 6 months restoring timescale for temperature
0070 #tauThetaClimRelax = 15552000.,
0071 # 2 months restoring timescale for tsalinity
0072 #tauSaltClimRelax = 5184000.,
0073 #latBandClimRelax=60.,
0074 monitorFreq =1.,
0075 &
0076
0077 # Gridding parameters
0078 &PARM04
0079 usingCurvilinearGrid=.TRUE.,
0080 horizGridFile='grid_cs32',
05a00b43fa Jean*0081 radius_fromHorizGrid=6370.E3,
e52301e392 Gael*0082 delR= 50., 70., 100., 140., 190.,
0083 240., 290., 340., 390., 440.,
0084 490., 540., 590., 640., 690.,
0085 &
0086
0087 # Input datasets
0088 &PARM05
0089 bathyFile ='bathy_Hmin50.bin',
0090 hydrogThetaFile='lev_T_cs_15k.bin',
0091 hydrogSaltFile ='lev_S_cs_15k.bin',
0092 &