Back to home page

MITgcm

 
 

    


Warning, /verification/isomip/input_oad/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit f0d21d13 on 2014-11-06 22:52:59 UTC
212d985908 Patr*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  Tref = 30*-1.9,
                0008  Sref = 30*34.4,
                0009  viscAz=1.E-3,
                0010  viscAh=600.0,
                0011  no_slip_sides=.FALSE.,
                0012  no_slip_bottom=.FALSE.,
                0013  diffKhT=100.0,
f0d21d13c7 Jean*0014 #- diffKzT unused when compiled with ALLOW_3D_DIFFKR
                0015 #diffKzT=5.E-5,
212d985908 Patr*0016  diffKhS=100.0,
                0017  diffKzS=5.E-5,
                0018  bottomDragQuadratic=2.5E-3,
                0019  eosType='JMD95Z',
f0d21d13c7 Jean*0020  HeatCapacity_Cp = 3974.0,
212d985908 Patr*0021  rhoConst=1030.,
                0022  gravity=9.81,
                0023  convertFW2Salt = 33.4,
                0024  implicitFreeSurface=.TRUE.,
                0025  exactConserv=.TRUE.,
                0026  hFacMin=0.10,
                0027  nonHydrostatic=.FALSE.,
                0028  useCDScheme = .TRUE.,
                0029 #ph(
                0030  implicitDiffusion=.TRUE.,
                0031 # ivdc_kappa = 7200.,
                0032  staggerTimeStep=.TRUE.,
                0033  vectorInvariantMomentum=.TRUE.,
                0034  nonlinFreeSurf=2,
                0035  hFacInf=0.05,
                0036  hFacSup=2.0,
                0037 #ph)
f0d21d13c7 Jean*0038  readBinaryPrec=64,
212d985908 Patr*0039  &
                0040 
                0041 # Elliptic solver parameters
                0042  &PARM02
                0043  cg2dMaxIters=1000,
                0044  cg2dTargetResidual=1.E-13,
                0045  &
                0046 
                0047 # Time stepping parameters
                0048  &PARM03
                0049  nIter0=8640,
                0050  nTimeSteps=10,
                0051  deltaT=1800.0,
                0052  abEps=0.1,
                0053  cAdjFreq = 1.,
                0054  tauCD = 400000.,
                0055  pChkptFreq=0.0,
                0056  chkptFreq=0.0,
                0057  dumpFreq=0.0,
                0058  taveFreq=0.0,
                0059  monitorFreq=0.,
                0060 # monitorSelect=2,
                0061 # adjMonitorFreq=1800.,
                0062  &
                0063 
                0064 # Gridding parameters
                0065  &PARM04
                0066  usingSphericalPolarGrid=.TRUE.,
                0067  ygOrigin = -80.0,
                0068  delX=50*0.3,
                0069  delY=100*0.1,
                0070  delZ=30*30.0,
                0071  &
                0072 
                0073 # Input datasets
                0074  &PARM05
                0075  bathyFile='bathy.box',
                0076  &