Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_plume_on_slope/input.roughBot/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit ab47de63 on 2023-04-04 20:10:37 UTC
ab47de63dc Mart*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=60*1.,
                0008  sRef=60*35.,
                0009  viscA4=0.0E4,
                0010  viscAh=1.E-2,
                0011  viscAz=1.E-3,
                0012  bottomDragLinear=0.E-4,
                0013  no_slip_sides=.TRUE.,
                0014  no_slip_bottom=.FALSE.,
                0015 # Instead of a constant bottom drag coefficient, compute coefficient
                0016 # from logarithmic law of the wall and bottom roughness length.
                0017  zRoughBot = 0.01,
                0018 # For this configuration (vertical grid spacing)
                0019 # this value of zRoughBot corresponds to approximately
                0020 # bottomDragQuadratic=5.E-2,
                0021  diffK4T=0.E4,
                0022  diffKhT=0.E-2,
                0023  diffKzT=0.E-3,
                0024  diffK4S=0.E4,
                0025  diffKhS=1.E-2,
                0026  diffKzS=1.E-5,
                0027  tempAdvScheme=33,
                0028  staggerTimeStep=.TRUE.,
                0029  f0=0.e-4,
                0030  beta=0.E-11,
                0031  eosType='LINEAR',
                0032  tAlpha=2.E-4,
                0033  sBeta =0.E-4,
                0034  rigidLid=.FALSE.,
                0035  implicitFreeSurface=.TRUE.,
                0036  hFacMin=0.05,
                0037  nonHydrostatic=.TRUE.,
                0038  readBinaryPrec=64,
                0039 #- not safe to use globalFiles in multi-processors runs
                0040 #globalFiles=.TRUE.,
                0041  useSingleCpuIO = .TRUE.,
                0042  plotLevel=0,
                0043  &
                0044 
                0045 # Elliptic solver parameters
                0046  &PARM02
                0047  cg2dMaxIters=300,
                0048  cg2dTargetResidual=1.E-13,
                0049  cg3dMaxIters=20,
                0050  cg3dTargetResidual=1.E-8,
                0051  &
                0052 
                0053 # Time stepping parameters
                0054  &PARM03
                0055  nIter0=0,
                0056  nTimeSteps=20,
                0057 #nTimeSteps=8640,
                0058  deltaT=20.0,
                0059  abEps=0.01,
                0060  pChkptFreq=0.0,
                0061  chkptFreq=0.0,
                0062  dumpFreq=6000.0,
                0063 #taveFreq=864000.0,
                0064  monitorSelect=2,
                0065  monitorFreq=1.,
                0066  &
                0067 
                0068 # Gridding parameters
                0069  &PARM04
                0070  usingCartesianGrid=.TRUE.,
                0071  delXfile='dx.bin',
                0072  dYspacing=200.,
                0073  delZ=60*3.33333333333333333333333,
                0074  &
                0075 
                0076 # Input datasets
                0077  &PARM05
                0078  bathyFile      ='topog.slope',
                0079  hydrogThetaFile='T.init',
                0080  surfQnetFile   ='Qnet.forcing',
                0081 #hydrogThetaFile='T.pickup',
                0082 #uVelInitFile   ='U.pickup',
                0083 #pSurfInitFile  ='Eta.pickup',
                0084  &