Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 4d245d65 on 2011-12-06 00:24:59 UTC
4d245d65ad Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  rigidLid=.FALSE.,
                0008  implicitFreeSurface=.TRUE.,
                0009  exactConserv=.TRUE.,
                0010  select_rStar=2,
                0011  nonlinFreeSurf=4,
                0012 #linFSConserveTr=.TRUE.,
                0013  hFacInf=0.2,
                0014  hFacSup=2.0,
                0015  tAlpha=0.,
                0016  sBeta= 0.,
                0017  momStepping=.FALSE.,
                0018  hFacMin=0.1,
                0019  staggerTimeStep=.TRUE.,
                0020  tempAdvScheme=77,
                0021  saltAdvScheme=3,
                0022  diffKhS=1.E+2,
                0023  diffKrS=1.E-2,
                0024  tempImplVertAdv=.TRUE.,
                0025  saltImplVertAdv=.TRUE.,
                0026  implicitDiffusion=.TRUE.,
                0027  readBinaryPrec=64,
                0028  writeBinaryPrec=64,
                0029  &
                0030 
                0031 # Elliptic solver parameters
                0032  &PARM02
                0033  cg2dMaxIters=100,
                0034  cg2dTargetResidual=1.E-13,
                0035  &
                0036 
                0037 # Time stepping parameters
                0038  &PARM03
                0039  startTime=0.,
                0040  endTime=240000.,
                0041  deltaT=1200.,
                0042  abEps=0.1,
                0043  pChkptFreq=0.,
                0044  chkptFreq= 0.,
                0045  dumpFreq =24000.,
                0046  monitorSelect=1,
                0047  monitorFreq=12000.,
                0048  &
                0049 
                0050 # Gridding parameters
                0051  &PARM04
                0052  usingCartesianGrid=.TRUE.,
                0053  delR=20*100.,
                0054  dXspacing=10.E3,
                0055  dYspacing=10.E3,
                0056  &
                0057 
                0058 # Input datasets
                0059  &PARM05
                0060  bathyFile='bathy_slope.bin',
                0061 #uVelInitFile='Uvel.bin',
                0062  uVelInitFile='Udiv.bin',
                0063  hydrogThetaFile='Tini_G.bin',
                0064  hydrogSaltFile ='Tini_G.bin',
                0065  &