Warning, /verification/global_ocean.cs32x15/input.viscA4/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit e6e223b2 on 2024-09-19 22:01:15 UTC
a0691689e0 Jean*0001 # ====================
0002 # | Model parameters |
0003 # ====================
0004 #
0005 # Continuous equation parameters
0006 &PARM01
0007 tRef=15*20.,
0008 sRef=15*35.,
e6f4278565 Jean*0009 viscAh =1.E5,
05a00b43fa Jean*0010 #- biharmonic Viscosity: 3.e15 is close to the stability limit with deltaTMom=20mn
e6f4278565 Jean*0011 viscA4 =3.E14,
a0691689e0 Jean*0012 viscAr =1.E-3,
d68faeaed2 Jean*0013 diffKhT=0.,
0014 diffK4T=0.,
a0691689e0 Jean*0015 diffKrT=3.E-5,
d68faeaed2 Jean*0016 diffKhS=0.,
0017 diffK4S=0.,
a0691689e0 Jean*0018 diffKrS=3.E-5,
0019 ivdc_kappa=10.,
0020 implicitDiffusion=.TRUE.,
0021 gravity=9.81,
05a00b43fa Jean*0022 rhoConst=1035.,
a0691689e0 Jean*0023 rhoConstFresh=1000.,
0024 eosType='JMD95Z',
0025 staggerTimeStep=.TRUE.,
0026 vectorInvariantMomentum=.TRUE.,
0027 implicitFreeSurface=.TRUE.,
0028 exactConserv=.TRUE.,
d958cb0c95 Jean*0029 selectP_inEOS_Zc=3,
e6f4278565 Jean*0030 nonHydrostatic=.TRUE.,
d958cb0c95 Jean*0031 selectNHfreeSurf=1,
e6f4278565 Jean*0032 useNHMTerms=.TRUE.,
a0691689e0 Jean*0033 hFacInf=0.2,
0034 hFacSup=2.0,
0035 useRealFreshWaterFlux=.TRUE.,
0036 allowFreezing=.TRUE.,
0037 hFacMin=.1,
0038 hFacMinDr=20.,
0039 readBinaryPrec=64,
d958cb0c95 Jean*0040 #writeBinaryPrec=64,
cc30a7a996 Jean*0041 useSingleCpuIO=.TRUE.,
246faa4842 Jean*0042 plotLevel=0,
a0691689e0 Jean*0043 &
0044
0045 # Elliptic solver parameters
0046 &PARM02
0047 cg2dMaxIters=200,
e6e223b277 Jean*0048 cg3dMaxIters=60,
a0691689e0 Jean*0049 #cg2dTargetResidual=1.E-9,
e6e223b277 Jean*0050 #cg3dTargetResidual=1.E-9,
a0691689e0 Jean*0051 cg2dTargetResWunit=1.E-14,
e6e223b277 Jean*0052 cg3dTargetResWunit=2.E-14,
a0691689e0 Jean*0053 &
0054
0055 # Time stepping parameters
0056 &PARM03
e6f4278565 Jean*0057 nIter0=86400,
a0691689e0 Jean*0058 nTimeSteps=10,
e6f4278565 Jean*0059 deltaTClock =3600.,
0060 abEps = 0.12,
0061 forcing_In_AB=.FALSE.,
f4b54c2014 Jean*0062 pickupStrictlyMatch=.FALSE.,
0063 pChkptFreq =31104000.,
0064 taveFreq =31104000.,
e6f4278565 Jean*0065 dumpFreq =31104000.,
0066 monitorFreq =86400.,
a0691689e0 Jean*0067 periodicExternalForcing=.TRUE.,
0068 externForcingPeriod=2592000.,
0069 externForcingCycle=31104000.,
0070 # 2 months restoring timescale for temperature
0071 tauThetaClimRelax = 5184000.,
0072 # 2yrs restoring timescale for salinity
0073 tauSaltClimRelax = 62208000.,
0074 monitorFreq =1.,
0075 &
0076
0077 # Gridding parameters
0078 &PARM04
0079 usingCurvilinearGrid=.TRUE.,
e6f4278565 Jean*0080 horizGridFile='grid_cs32',
4e59369e7e Jean*0081 radius_fromHorizGrid=6370.E3,
a0691689e0 Jean*0082 delR= 50., 70., 100., 140., 190.,
0083 240., 290., 340., 390., 440.,
0084 490., 540., 590., 640., 690.,
4e59369e7e Jean*0085 rSphere=6370.E3,
a0691689e0 Jean*0086 &
0087
0088 # Input datasets
0089 &PARM05
0090 bathyFile ='bathy_Hmin50.bin',
0091 hydrogThetaFile='lev_T_cs_15k.bin',
0092 hydrogSaltFile ='lev_S_cs_15k.bin',
0093 zonalWindFile ='trenberth_taux.bin',
0094 meridWindFile ='trenberth_tauy.bin',
0095 thetaClimFile ='lev_surfT_cs_12m.bin',
0096 saltClimFile ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0097 surfQnetFile ='shiQnet_cs32.bin',
a0691689e0 Jean*0098 EmPmRFile ='shiEmPR_cs32.bin',
0099 &