Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 86531d45 on 2015-02-18 20:28:04 UTC
9a037d41df 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,
03e73b2c8a Jean*0014 #- diffKzT unused when compiled with ALLOW_3D_DIFFKR
                0015 #diffKzT=5.E-5,
9a037d41df Patr*0016  diffKhS=100.0,
                0017  diffKzS=5.E-5,
                0018  bottomDragQuadratic=2.5E-3,
f18be50da8 Jean*0019  eosType='JMD95Z',
03e73b2c8a Jean*0020  HeatCapacity_Cp = 3974.0,
9a037d41df Patr*0021  rhoConst=1030.,
                0022  gravity=9.81,
                0023  convertFW2Salt = 33.4,
                0024  implicitFreeSurface=.TRUE.,
                0025  exactConserv=.TRUE.,
f18be50da8 Jean*0026  hFacMin=0.10,
9a037d41df Patr*0027  nonHydrostatic=.FALSE.,
                0028  useCDScheme = .TRUE.,
                0029 #ph(
                0030  implicitDiffusion=.TRUE.,
                0031 # ivdc_kappa = 7200.,
                0032  staggerTimeStep=.TRUE.,
                0033  vectorInvariantMomentum=.TRUE.,
                0034  nonlinFreeSurf=2,
f18be50da8 Jean*0035  hFacInf=0.05,
                0036  hFacSup=2.0,
                0037 #ph)
acca2ea27f Jean*0038  readBinaryPrec=64,
                0039  useSingleCpuIO=.TRUE.,
9a037d41df Patr*0040  &
                0041 
                0042 # Elliptic solver parameters
                0043  &PARM02
                0044  cg2dMaxIters=1000,
                0045  cg2dTargetResidual=1.E-13,
                0046  &
                0047 
                0048 # Time stepping parameters
                0049  &PARM03
                0050  nIter0=8640,
86531d4555 Jean*0051  nTimeSteps=5,
9a037d41df Patr*0052  deltaT=1800.0,
                0053  abEps=0.1,
                0054  cAdjFreq = 1.,
                0055  tauCD = 400000.,
                0056  pChkptFreq=0.0,
                0057  chkptFreq=0.0,
                0058  dumpFreq=0.0,
                0059  taveFreq=0.0,
                0060  monitorFreq=1.,
76a6b9c111 Jean*0061  monitorSelect=2,
9a037d41df Patr*0062  adjMonitorFreq=1800.,
                0063  &
                0064 
                0065 # Gridding parameters
                0066  &PARM04
                0067  usingSphericalPolarGrid=.TRUE.,
                0068  ygOrigin = -80.0,
                0069  delX=50*0.3,
                0070  delY=100*0.1,
                0071  delZ=30*30.0,
                0072  &
                0073 
                0074 # Input datasets
                0075  &PARM05
                0076  bathyFile='bathy.box',
                0077  &