Warning, /verification/global_ocean.cs32x15/input.icedyn/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit b15f6f1e on 2026-01-19 15:35:47 UTC
2022d4c487 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,
0011 diffKrT=3.E-5,
0012 diffKrS=3.E-5,
0013 ivdc_kappa=10.,
0014 implicitDiffusion=.TRUE.,
0015 gravity=9.81,
05a00b43fa Jean*0016 rhoConst=1035.,
2022d4c487 Jean*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.,
304c45bf6e Jean*0028 #- set Energy Reference Level to liq. water @ 0 degC:
0029 temp_EvPrRn=0.,
2022d4c487 Jean*0030 hFacMin=.1,
0031 hFacMinDr=20.,
0032 #tempAdvScheme=77,
0033 #saltAdvScheme=77,
0034 readBinaryPrec=64,
a2d989c14e Jean*0035 writeBinaryPrec=64,
a81958fe4f Jean*0036 useSingleCpuIO=.TRUE.,
2022d4c487 Jean*0037 #debugLevel = 2,
246faa4842 Jean*0038 plotLevel=0,
2022d4c487 Jean*0039 &
0040
0041 # Elliptic solver parameters
0042 &PARM02
0043 cg2dMaxIters=200,
0044 #cg2dTargetResidual=1.E-9,
b15f6f1e9f Jean*0045 cg2dTargetResWunit=6.65E-13,
2022d4c487 Jean*0046 &
0047
0048 # Time stepping parameters
0049 &PARM03
0cadb4ba1e Jean*0050 nIter0=72000,
2022d4c487 Jean*0051 nTimeSteps=10,
0052 #endTime=31104000.,
05a00b43fa Jean*0053 deltaTMom =1200.,
2022d4c487 Jean*0054 deltaTtracer=86400.,
05a00b43fa Jean*0055 deltaTFreeSurf=86400.,
2022d4c487 Jean*0056 deltaTClock =86400.,
0057 abEps = 0.1,
0058 forcing_In_AB=.FALSE.,
0059 pChkptFreq =3110400000.,
0060 chkptFreq = 155520000.,
0061 #dumpFreq = 864000.,
0062 monitorFreq = 15552000.,
0063 periodicExternalForcing=.TRUE.,
0064 externForcingPeriod=2592000.,
0065 externForcingCycle=31104000.,
0066 # 6 months restoring timescale for temperature
0067 #tauThetaClimRelax = 15552000.,
0068 # 2 months restoring timescale for tsalinity
0069 #tauSaltClimRelax = 5184000.,
0070 #latBandClimRelax=60.,
0071 monitorFreq =1.,
0072 &
0073
0074 # Gridding parameters
0075 &PARM04
0076 usingCurvilinearGrid=.TRUE.,
0077 horizGridFile='grid_cs32',
05a00b43fa Jean*0078 radius_fromHorizGrid=6370.E3,
2022d4c487 Jean*0079 delR= 50., 70., 100., 140., 190.,
0080 240., 290., 340., 390., 440.,
0081 490., 540., 590., 640., 690.,
0082 &
0083
0084 # Input datasets
0085 &PARM05
0086 bathyFile ='bathy_Hmin50.bin',
0087 hydrogThetaFile='lev_T_cs_15k.bin',
0088 hydrogSaltFile ='lev_S_cs_15k.bin',
0089 &