Back to home page

MITgcm

 
 

    


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 701e10a9 on 2025-02-01 19:15:20 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 #tave_lastIter=0.,
                0075 #taveFreq     = 2592000.,
                0076 #dumpFreq     =  864000.,
                0077  monitorFreq  = 15552000.,
                0078  periodicExternalForcing=.TRUE.,
                0079  externForcingPeriod=2592000.,
                0080  externForcingCycle=31104000.,
                0081 # 6 months restoring timescale for temperature
                0082 #tauThetaClimRelax = 15552000.,
                0083 # 2 months restoring timescale for tsalinity
                0084 #tauSaltClimRelax = 5184000.,
                0085 #latBandClimRelax=60.,
                0086  monitorFreq =1.,
                0087  &
                0088 
                0089 # Gridding parameters
                0090  &PARM04
                0091  usingCurvilinearGrid=.TRUE.,
                0092  horizGridFile='grid_cs32',
                0093 # radius_fromHorizGrid=64676839500.,
                0094  radius_fromHorizGrid=6370.E3,
                0095  delR = 7105181.631178, 6571679.735642, 6042512.265968,
                0096         5517067.241693, 4995190.435925, 4476390.802366,
                0097         3960087.645808, 3446365.011284, 2934956.237702,
                0098         2425564.880893, 1917984.297155, 1411815.607161,
                0099         1007433.323163,  704400.618506,  502655.686646,
                0100  &
                0101 
                0102 # Input datasets
                0103  &PARM05
                0104  bathyFile      ='bathy_in_P.bin',
                0105  geoPotAnomFile ='geopotanom.bin',
                0106  hydrogThetaFile='lev_T_cs_flip15.bin',
                0107  hydrogSaltFile ='lev_S_cs_flip15.bin',
                0108  &