Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 57e94980 on 2020-01-16 01:12:06 UTC
19780451ef Andr*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=29*20.0,
                0008  sRef=29*35.0,
                0009  viscAh=5.0E-6,
                0010  viscAz=5.0E-6,
                0011  no_slip_sides=.FALSE.,
                0012  no_slip_bottom=.FALSE.,
                0013  diffKhT=2.5E-6,
                0014  diffKzT=2.5E-6,
                0015  diffKhS=1.0E-6,
                0016  diffKzS=1.0E-6,
                0017  f0=0.5,
2f6f180016 Jean*0018  eosType='LINEAR',
19780451ef Andr*0019  sBeta =0.,
                0020  gravity=9.81,
                0021  rhoConst=1000.0,
                0022  rhoNil=1000.0,
88ce344b0b Jean*0023 #heatCapacity_Cp=3900.0,
19780451ef Andr*0024  rigidLid=.TRUE.,
                0025  implicitFreeSurface=.FALSE.,
                0026  nonHydrostatic=.TRUE.,
                0027  readBinaryPrec=32,
                0028  &
                0029 
                0030 # Elliptic solver parameters
                0031  &PARM02
                0032  cg2dMaxIters=1000,
                0033  cg2dTargetResidual=1.E-7,
                0034  cg3dMaxIters=10,
                0035  cg3dTargetResidual=1.E-9,
                0036  &
                0037 
                0038 # Time stepping parameters
                0039  &PARM03
                0040  nIter0=0,
717df0540c Andr*0041  nTimeSteps=20,
88ce344b0b Jean*0042 #nTimeSteps=36000000,
19780451ef Andr*0043  deltaT=0.1,
                0044  abEps=0.1,
87756efce9 Jean*0045  pChkptFreq=2.0,
88ce344b0b Jean*0046 #chkptFreq=2.0,
87756efce9 Jean*0047  dumpFreq=2.0,
2f6f180016 Jean*0048  monitorSelect=2,
40ac449bf3 Jean*0049  monitorFreq=0.1,
19780451ef Andr*0050  &
                0051 
                0052 # Gridding parameters
                0053  &PARM04
                0054  usingCylindricalGrid=.TRUE.,
88ce344b0b Jean*0055  dXspacing=3.,
19780451ef Andr*0056  dYspacing=0.01,
                0057  delZ=29*0.005,
fdb16198f0 Jean*0058  ygOrigin=0.07,
19780451ef Andr*0059  &
                0060 
                0061 # Input datasets
                0062  &PARM05
88ce344b0b Jean*0063  hydrogThetaFile='thetaPolR.bin',
                0064  bathyFile='bathyPolR.bin',
                0065  tCylIn  = 0.,
                0066  tCylOut = 20.,
19780451ef Andr*0067  &