Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit d4a066fa on 2025-09-10 18:05:35 UTC
67d795f393 Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  Tref= 50*10.,
                0008  sRef= 50*35.,
                0009  viscAr=1.E-6,
                0010  viscAh=1.E-6,
                0011  no_slip_sides=.FALSE.,
                0012  no_slip_bottom=.FALSE.,
                0013  f0=0.0,
                0014  beta=0.E-11,
                0015  eosType='LINEAR',
                0016  tAlpha=0.E-4,
                0017  sBeta =0.E-4,
                0018  gravity=10.,
                0019  implicitFreeSurface=.TRUE.,
                0020  exactConserv=.TRUE.
                0021  implicDiv2DFlow=0.5,
d4a066fa68 Jean*0022  implicSurfPress=0.5,
67d795f393 Jean*0023  nonHydrostatic=.TRUE.,
                0024  selectNHfreeSurf=1,
                0025  saltStepping=.FALSE.,
                0026  tempStepping=.FALSE.,
                0027  hFacMin=0.2,
                0028  readBinaryPrec=64,
d4a066fa68 Jean*0029 #globalFiles=.TRUE.,
                0030  plotLevel = 0,
67d795f393 Jean*0031  &
                0032 
                0033 # Elliptic solver parameters
                0034  &PARM02
d4a066fa68 Jean*0035  cg2dMaxIters=200,
                0036  cg3dMaxIters=400,
e6e223b277 Jean*0037 #cg2dTargetResidual=1.E-13,
                0038 #cg3dTargetResidual=1.E-11,
d4a066fa68 Jean*0039 #--
                0040  cg2dTargetResWunit=1.0E-14,
e6e223b277 Jean*0041  cg3dTargetResWunit=1.5E-17,
67d795f393 Jean*0042  &
                0043 
                0044 # Time stepping parameters
                0045  &PARM03
d4a066fa68 Jean*0046  nIter0=1,
67d795f393 Jean*0047 #endTime=20.,
d4a066fa68 Jean*0048  nTimeSteps=11,
67d795f393 Jean*0049  deltaT=5.e-3,
                0050  alph_AB=0.5,
                0051  beta_AB=0.281105,
                0052  momDissip_In_AB=.FALSE.,
                0053  pChkptFreq=0.0,
                0054  chkptFreq=0.0,
                0055  dumpFreq=5.0,
                0056  monitorFreq=0.2,
                0057  monitorSelect=1,
                0058  monitorFreq=0.005,
                0059  &
                0060 
                0061 # Gridding parameters
                0062  &PARM04
                0063  usingCartesianGrid=.TRUE.,
                0064  delX=52*0.2,
                0065  delY= 1*0.2,
                0066  delR=50*0.2,
                0067  &
                0068 
                0069 # Input datasets
                0070  &PARM05
                0071  pSurfInitFile='Eta_ini.bin',
                0072  bathyFile  ='topo_flat.bin',
                0073  &