** Warning **
Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Sat, 15 Aug 2025 05:14:20 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/verification/tutorial_plume_on_slope/input.roughBot/data
Warning, /verification/tutorial_plume_on_slope/input.roughBot/data is written in an unsupported language. File is not indexed.
view on github raw file Latest commit 5e44d2ea on 2025-08-09 03:50:44 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 monitorSelect=2,
0064 monitorFreq=1.,
0065 &
0066
0067 # Gridding parameters
0068 &PARM04
0069 usingCartesianGrid=.TRUE.,
0070 delXfile='dx.bin',
0071 dYspacing=200.,
0072 delZ=60*3.33333333333333333333333,
0073 &
0074
0075 # Input datasets
0076 &PARM05
0077 bathyFile ='topog.slope',
0078 hydrogThetaFile='T.init',
0079 surfQnetFile ='Qnet.forcing',
0080 #hydrogThetaFile='T.pickup',
0081 #uVelInitFile ='U.pickup',
0082 #pSurfInitFile ='Eta.pickup',
0083 &