Warning, /verification/global_ocean.cs32x15/input.in_p/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 UTC
0320e25227 Mart*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 # background dissipation will be taken care of by IDEMIX
0011 # so we turn it off here
0012 #viscAr = 1.030905162225000e+05,
0013 #viscAr = 1.E-3,
0014 #diffKrT= 3.092715486675000e+03,
0015 #diffKrT= 3.E-5,
0016 #diffKrS= 3.092715486675000e+03,
0017 #diffKrS= 3.E-5,
0018 # should use this with ggl90 for avoiding local instabilities
0019 ivdc_kappa= 1.030905162225000e+08,
0020 #ivdc_kappa= 1.,
0021 implicitDiffusion=.TRUE.,
0022 implicitViscosity=.TRUE.,
0023 gravity=9.81,
0024 rhoConst=1035.,
0025 rhoConstFresh=1000.,
0026 buoyancyRelation='OCEANICP',
0027 integr_GeoPot=1,
701e10a905 Mart*0028 eosType='TEOS10',
0320e25227 Mart*0029 staggerTimeStep=.TRUE.,
0030 vectorInvariantMomentum=.TRUE.,
0031 implicitFreeSurface=.TRUE.,
0032 exactConserv=.TRUE.,
0033 select_rStar=2,
0034 nonlinFreeSurf=4,
0035 hFacInf=0.2,
0036 hFacSup=2.0,
0037 useRealFreshWaterFlux=.TRUE.,
0038 hFacMin=.1,
0039 # 20 m
0040 hFacMinDr=203067.0,
0041 #- to check that it has no impact:
0042 doResetHFactors=.TRUE.,
0043 #tempAdvScheme=77,
0044 #saltAdvScheme=77,
0045 readBinaryPrec=64,
0046 writeBinaryPrec=64,
0047 useSingleCpuIO=.TRUE.,
0048 debugLevel = 2,
0049 plotLevel=0,
0050 &
0051
0052 # Elliptic solver parameters
0053 &PARM02
0054 cg2dMaxIters=200,
0055 cg2dTargetResidual=1.E-9,
0056 #cg2dTargetResWunit=1.E-14,
0057 &
0058
0059 # Time stepping parameters
0060 &PARM03
0061 #nIter0=72000,
0062 nIter0=0,
0063 nTimeSteps=10,
0064 #endTime=31104000.,
0065 deltaTMom =1200.,
0066 deltaTtracer=86400.,
0067 deltaTFreeSurf=86400.,
0068 deltaTClock =86400.,
0069 abEps = 0.1,
0070 forcing_In_AB=.FALSE.,
75c5b64bda Jean*0071 #pickupStrictlyMatch=.FALSE.,
0320e25227 Mart*0072 pChkptFreq =3110400000.,
0073 chkptFreq = 155520000.,
0074 #dumpFreq = 864000.,
0075 monitorFreq = 15552000.,
0076 periodicExternalForcing=.TRUE.,
0077 externForcingPeriod=2592000.,
0078 externForcingCycle=31104000.,
0079 # 6 months restoring timescale for temperature
0080 #tauThetaClimRelax = 15552000.,
0081 # 2 months restoring timescale for tsalinity
0082 #tauSaltClimRelax = 5184000.,
0083 #latBandClimRelax=60.,
0084 monitorFreq =1.,
0085 &
0086
0087 # Gridding parameters
0088 &PARM04
0089 usingCurvilinearGrid=.TRUE.,
0090 horizGridFile='grid_cs32',
0091 # radius_fromHorizGrid=64676839500.,
0092 radius_fromHorizGrid=6370.E3,
0093 delR = 7105181.631178, 6571679.735642, 6042512.265968,
0094 5517067.241693, 4995190.435925, 4476390.802366,
0095 3960087.645808, 3446365.011284, 2934956.237702,
0096 2425564.880893, 1917984.297155, 1411815.607161,
0097 1007433.323163, 704400.618506, 502655.686646,
0098 &
0099
0100 # Input datasets
0101 &PARM05
0102 bathyFile ='bathy_in_P.bin',
0103 geoPotAnomFile ='geopotanom.bin',
0104 hydrogThetaFile='lev_T_cs_flip15.bin',
0105 hydrogSaltFile ='lev_S_cs_flip15.bin',
0106 &