Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 427e24e1 on 2024-01-31 16:50:14 UTC
fc0c9d8762 Alis*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  Tref = 0.04842, 0.0433231, 0.0382263, 0.0331295,
                0008         0.0280326, 0.0229358, 0.0178389, 0.0127421,
                0009         0.00764526, 0.00254842, -0.00254842, -0.00764526,
                0010        -0.0127421, -0.0178389, -0.0229358, -0.0280326,
                0011        -0.0331295, -0.0382263, -0.0433231, -0.04842,
61120aa2a9 Alis*0012  sRef= 20*35.,
fc0c9d8762 Alis*0013  viscAz=1.E-3,
2f6f180016 Jean*0014  viscAh=1.E-2,
fc0c9d8762 Alis*0015  no_slip_sides=.FALSE.,
                0016  no_slip_bottom=.FALSE.,
2f6f180016 Jean*0017  diffKhT=1.E-2
fc0c9d8762 Alis*0018  diffKzT=1.E-3,
                0019  f0=0.0,
                0020  beta=0.E-11,
2f6f180016 Jean*0021  eosType='LINEAR',
fc0c9d8762 Alis*0022  tAlpha=2.E-4,
                0023  sBeta =0.E-4,
                0024  gravity=9.81,
                0025  implicitFreeSurface=.TRUE.,
2f6f180016 Jean*0026  exactConserv=.TRUE.
fc0c9d8762 Alis*0027  nonHydrostatic=.FALSE.,
dbad296d97 Alis*0028  hFacMin=0.2,
                0029  implicSurfPress=0.5,
                0030  implicDiv2DFlow=0.5,
                0031  nonlinFreeSurf=3,
                0032  hFacInf=0.2,
                0033  hFacSup=1.8,
2f6f180016 Jean*0034  saltStepping=.FALSE.,
                0035 #- not safe to use globalFiles in multi-processors runs
                0036 #globalFiles=.TRUE.,
                0037  readBinaryPrec=64,
                0038  writeBinaryPrec=64,
fc0c9d8762 Alis*0039  &
                0040 
                0041 # Elliptic solver parameters
                0042  &PARM02
                0043  cg2dMaxIters=1000,
                0044  cg2dTargetResidual=1.E-13,
                0045  cg3dMaxIters=400,
                0046  cg3dTargetResidual=1.E-13,
                0047  &
                0048 
                0049 # Time stepping parameters
                0050  &PARM03
2f6f180016 Jean*0051  nIter0=0,
dbad296d97 Alis*0052  nTimeSteps=100,
                0053  deltaT=500.,
fc0c9d8762 Alis*0054  abEps=0.1,
2f6f180016 Jean*0055  pChkptFreq=0.,
                0056  chkptFreq=0.,
dbad296d97 Alis*0057  dumpFreq=50000.,
                0058  monitorFreq=2500.,
2f6f180016 Jean*0059  monitorSelect=2,
fc0c9d8762 Alis*0060  &
                0061 
                0062 # Gridding parameters
                0063  &PARM04
                0064  usingCartesianGrid=.TRUE.,
2f6f180016 Jean*0065  delXfile='delXvar',
                0066  delY=5.E3,
                0067  delZ=20*10.,
fc0c9d8762 Alis*0068  &
                0069 
                0070 # Input datasets
                0071  &PARM05
                0072  hydrogThetaFile='T.init',
                0073  bathyFile='topog.slope',
                0074  &