Back to home page

darwin3

 
 

    


Warning, /verification/global_ocean.cs32x15/input.thsice/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
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,
b15f6f1e9f Jean*0042  cg2dTargetResWunit=6.65E-13,
76a95840bd Jean*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  dumpFreq    =31104000.,
76a95840bd Jean*0058  monitorFreq =2592000.,
                0059  periodicExternalForcing=.TRUE.,
                0060  externForcingPeriod=2592000.,
                0061  externForcingCycle=31104000.,
                0062 # 2 months restoring timescale for temperature
                0063  tauThetaClimRelax = 5184000.,
                0064 # 6 months restoring timescale for salinity
                0065  tauSaltClimRelax = 15552000.,
                0066  latBandClimRelax=50.,
                0067  monitorFreq =1.,
                0068  &
                0069 
                0070 # Gridding parameters
                0071  &PARM04
                0072  usingCurvilinearGrid=.TRUE.,
cb9f061a1c Jean*0073  horizGridFile='grid_cs32',
06ed890723 Jean*0074  radius_fromHorizGrid=6370.E3,
76a95840bd Jean*0075  delR= 50., 70., 100., 140., 190.,
                0076        240., 290., 340., 390., 440.,
                0077        490., 540., 590., 640., 690.,
                0078  &
                0079 
                0080 # Input datasets
                0081  &PARM05
                0082  bathyFile      ='bathy_Hmin50.bin',
                0083  hydrogThetaFile='lev_T_cs_15k.bin',
                0084  hydrogSaltFile ='lev_S_cs_15k.bin',
                0085  zonalWindFile  ='trenberth_taux.bin',
                0086  meridWindFile  ='trenberth_tauy.bin',
                0087  thetaClimFile  ='lev_surfT_cs_12m.bin',
                0088  saltClimFile   ='lev_surfS_cs_12m.bin',
                0089  &