Warning, /verification/global_ocean.cs32x15/input_ad.seaice/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
10009339ec 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 #- biharmonic Viscosity: 3.e15 is close to the stability limit with deltaTmom=20mn
0011 #viscA4 =3.E15,
0012 viscAr =1.E-3,
0013 diffKhT=0.,
0014 diffK4T=0.,
03e73b2c8a Jean*0015 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
0016 #diffKrT=3.E-5,
10009339ec Gael*0017 diffKhS=0.,
0018 diffK4S=0.,
0019 diffKrS=3.E-5,
0020 ivdc_kappa=10.,
0021 implicitDiffusion=.TRUE.,
0022 gravity=9.81,
05b7bb78c9 Jean*0023 rhoConst=1035.,
10009339ec Gael*0024 rhoConstFresh=1000.,
0025 eosType='JMD95Z',
0026 staggerTimeStep=.TRUE.,
0027 vectorInvariantMomentum=.TRUE.,
0028 implicitFreeSurface=.TRUE.,
0d75a51072 Mart*0029 tempAdvScheme=33,
0030 saltAdvScheme=33,
10009339ec Gael*0031 exactConserv=.TRUE.,
8fc117ecb7 Mart*0032 select_rStar=2,
0033 nonlinFreeSurf=4,
10009339ec Gael*0034 hFacInf=0.2,
0035 hFacSup=2.0,
0036 useRealFreshWaterFlux=.TRUE.,
0037 ### allowFreezing=.TRUE.,
0038 hFacMin=.1,
0039 hFacMinDr=20.,
0040 readBinaryPrec=64,
0041 &
0042
0043 # Elliptic solver parameters
0044 &PARM02
0045 cg2dMaxIters=200,
b15f6f1e9f Jean*0046 cg2dTargetResidual=1.E-9,
0047 #cg2dTargetResWunit=6.648E-13,
10009339ec Gael*0048 &
0049
0050 # Time stepping parameters
0051 &PARM03
0052 nIter0=72000,
f8ca5a7a98 Jean*0053 nTimeSteps= 2,
eb21a9fdf7 Jean*0054 deltaTMom =1200.,
10009339ec Gael*0055 deltaTtracer=86400.,
eb21a9fdf7 Jean*0056 deltaTFreeSurf=86400.,
10009339ec Gael*0057 deltaTClock =86400.,
0058 abEps = 0.1,
eb21a9fdf7 Jean*0059 alph_AB=0.5,
0060 beta_AB=0.281105,
bf6d713e10 Jean*0061 forcing_In_AB=.FALSE.,
eb21a9fdf7 Jean*0062 momDissip_In_AB=.FALSE.,
bf6d713e10 Jean*0063 pChkptFreq =311040000.,
0064 chkptFreq = 31104000.,
0065 #dumpFreq = 31104000.,
0066 #adjDumpFreq = 31104000.,
0067 #monitorFreq = 31104000.,
0068 #- forcing is set by EXF
0069 # periodicExternalForcing=.TRUE.,
0070 # externForcingPeriod=2592000.,
0071 # externForcingCycle=31104000.,
10009339ec Gael*0072 # 2 months restoring timescale for temperature
bf6d713e10 Jean*0073 # tauThetaClimRelax = 5184000.,
10009339ec Gael*0074 # 2yrs restoring timescale for salinity
bf6d713e10 Jean*0075 # tauSaltClimRelax = 62208000.,
0076 monitorFreq =1.,
0077 adjMonitorFreq=1.,
0078 dumpFreq = 432000.,
0079 adjDumpFreq = 432000.,
10009339ec Gael*0080 pickupStrictlyMatch=.FALSE.,
0081 &
0082
0083 # Gridding parameters
0084 &PARM04
0085 usingCurvilinearGrid=.TRUE.,
0086 horizGridFile='grid_cs32',
0087 delR= 50., 70., 100., 140., 190.,
0088 240., 290., 340., 390., 440.,
0089 490., 540., 590., 640., 690.,
0090 &
0091
0092 # Input datasets
0093 &PARM05
0094 bathyFile ='bathy_Hmin50.bin',
0095 hydrogThetaFile='lev_T_cs_15k.bin',
0096 hydrogSaltFile ='lev_S_cs_15k.bin',
bf6d713e10 Jean*0097 #- forcing is set by EXF
0098 # zonalWindFile ='trenberth_taux.bin',
0099 # meridWindFile ='trenberth_tauy.bin',
0100 # thetaClimFile ='lev_surfT_cs_12m.bin',
0101 # saltClimFile ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0102 # surfQnetFile ='shiQnet_cs32.bin',
bf6d713e10 Jean*0103 # EmPmRFile ='shiEmPR_cs32.bin',
10009339ec Gael*0104 &