Warning, /verification/global_ocean.cs32x15/input_ad.seaice_dynmix/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 427e24e1 on 2024-01-31 16:50:14 UTC
4f965a3884 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 #- 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,
4f965a3884 Jean*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.,
4f965a3884 Jean*0024 rhoConstFresh=1000.,
0025 eosType='JMD95Z',
0026 staggerTimeStep=.TRUE.,
0027 vectorInvariantMomentum=.TRUE.,
0028 implicitFreeSurface=.TRUE.,
0029 tempAdvScheme=30,
0030 saltAdvScheme=30,
0031 exactConserv=.TRUE.,
e71fc120cf Jean*0032 select_rStar=1,
4f965a3884 Jean*0033 nonlinFreeSurf=2,
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,
0046 #cg2dTargetResidual=1.E-9,
0047 cg2dTargetResWunit=1.E-14,
0048 &
0049
0050 # Time stepping parameters
0051 &PARM03
0052 nIter0=72000,
bf6d713e10 Jean*0053 nTimeSteps= 5,
94320b0676 Jean*0054 deltaTMom =1200.,
4f965a3884 Jean*0055 deltaTtracer=86400.,
94320b0676 Jean*0056 deltaTFreeSurf=86400.,
4f965a3884 Jean*0057 deltaTClock =86400.,
0058 abEps = 0.1,
94320b0676 Jean*0059 alph_AB=0.6,
0060 beta_AB=0.0,
bf6d713e10 Jean*0061 forcing_In_AB=.FALSE.,
0062 pChkptFreq =311040000.,
0063 chkptFreq = 31104000.,
0064 #dumpFreq = 31104000.,
0065 #adjDumpFreq = 31104000.,
0066 #monitorFreq = 31104000.,
0067 #- forcing is set by EXF
0068 # periodicExternalForcing=.TRUE.,
0069 # externForcingPeriod=2592000.,
0070 # externForcingCycle=31104000.,
4f965a3884 Jean*0071 # 2 months restoring timescale for temperature
bf6d713e10 Jean*0072 # tauThetaClimRelax = 5184000.,
4f965a3884 Jean*0073 # 2yrs restoring timescale for salinity
bf6d713e10 Jean*0074 # tauSaltClimRelax = 62208000.,
0075 monitorFreq =1.,
0076 adjMonitorFreq=1.,
0077 dumpFreq = 432000.,
0078 adjDumpFreq = 432000.,
4f965a3884 Jean*0079 &
0080
0081 # Gridding parameters
0082 &PARM04
0083 usingCurvilinearGrid=.TRUE.,
0084 horizGridFile='grid_cs32',
0085 delR= 50., 70., 100., 140., 190.,
0086 240., 290., 340., 390., 440.,
0087 490., 540., 590., 640., 690.,
0088 &
0089
0090 # Input datasets
0091 &PARM05
0092 bathyFile ='bathy_Hmin50.bin',
0093 hydrogThetaFile='lev_T_cs_15k.bin',
0094 hydrogSaltFile ='lev_S_cs_15k.bin',
bf6d713e10 Jean*0095 #- forcing is set by EXF
0096 # zonalWindFile ='trenberth_taux.bin',
0097 # meridWindFile ='trenberth_tauy.bin',
0098 # thetaClimFile ='lev_surfT_cs_12m.bin',
0099 # saltClimFile ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0100 # surfQnetFile ='shiQnet_cs32.bin',
bf6d713e10 Jean*0101 # EmPmRFile ='shiEmPR_cs32.bin',
4f965a3884 Jean*0102 &