Warning, /verification/global_ocean.cs32x15/input.thsice/data is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5e3e5446 on 2019-05-08 04:40:42 UTC
76a95840bd 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.,
06ed890723 Jean*0015 implicitViscosity=.TRUE.,
0016 selectImplicitDrag=2,
76a95840bd Jean*0017 gravity=9.81,
06ed890723 Jean*0018 rhoConst=1035.,
76a95840bd Jean*0019 rhoConstFresh=1000.,
0020 eosType='JMD95Z',
2e1df9109b Jean*0021 staggerTimeStep=.TRUE.,
76a95840bd Jean*0022 vectorInvariantMomentum=.TRUE.,
0023 implicitFreeSurface=.TRUE.,
0024 exactConserv=.TRUE.,
2e1df9109b Jean*0025 select_rStar=2,
0026 nonlinFreeSurf=4,
76a95840bd Jean*0027 hFacInf=0.2,
0028 hFacSup=2.0,
2e1df9109b Jean*0029 useRealFreshWaterFlux=.TRUE.,
76a95840bd Jean*0030 hFacMin=.1,
0031 hFacMinDr=20.,
0032 readBinaryPrec=64,
2e1df9109b Jean*0033 #writeBinaryPrec=64,
5e3e5446b5 Jean*0034 useSingleCpuIO=.TRUE.,
246faa4842 Jean*0035 plotLevel=0,
76a95840bd Jean*0036 &
0037
0038 # Elliptic solver parameters
0039 &PARM02
0040 cg2dMaxIters=200,
0041 #cg2dTargetResidual=1.E-9,
0042 cg2dTargetResWunit=1.E-14,
0043 &
0044
0045 # Time stepping parameters
0046 &PARM03
2e1df9109b Jean*0047 nIter0=36000,
76a95840bd Jean*0048 nTimeSteps=20,
06ed890723 Jean*0049 deltaTMom =1200.,
76a95840bd Jean*0050 deltaTtracer=86400.,
06ed890723 Jean*0051 deltaTFreeSurf=86400.,
76a95840bd Jean*0052 deltaTClock =86400.,
0053 abEps = 0.1,
990c5e2f61 Jean*0054 #forcing_In_AB=.FALSE.,
0055 tracForcingOutAB=1,
2e1df9109b Jean*0056 pChkptFreq =31104000.,
0057 taveFreq =31104000.,
0058 dumpFreq =31104000.,
76a95840bd Jean*0059 monitorFreq =2592000.,
0060 #tave_lastIter=0.,
0061 periodicExternalForcing=.TRUE.,
0062 externForcingPeriod=2592000.,
0063 externForcingCycle=31104000.,
0064 # 2 months restoring timescale for temperature
0065 tauThetaClimRelax = 5184000.,
0066 # 6 months restoring timescale for salinity
0067 tauSaltClimRelax = 15552000.,
0068 latBandClimRelax=50.,
0069 monitorFreq =1.,
0070 &
0071
0072 # Gridding parameters
0073 &PARM04
0074 usingCurvilinearGrid=.TRUE.,
cb9f061a1c Jean*0075 horizGridFile='grid_cs32',
06ed890723 Jean*0076 radius_fromHorizGrid=6370.E3,
76a95840bd Jean*0077 delR= 50., 70., 100., 140., 190.,
0078 240., 290., 340., 390., 440.,
0079 490., 540., 590., 640., 690.,
0080 &
0081
0082 # Input datasets
0083 &PARM05
0084 bathyFile ='bathy_Hmin50.bin',
0085 hydrogThetaFile='lev_T_cs_15k.bin',
0086 hydrogSaltFile ='lev_S_cs_15k.bin',
0087 zonalWindFile ='trenberth_taux.bin',
0088 meridWindFile ='trenberth_tauy.bin',
0089 thetaClimFile ='lev_surfT_cs_12m.bin',
0090 saltClimFile ='lev_surfS_cs_12m.bin',
0091 &