Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 872ff0f0 on 2021-09-09 19:00:21 UTC
f7a21ed147 Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
                0008        12.4 , 11.3 ,  9.9 ,  8.4 ,  6.7 ,
                0009         5.2 ,  3.8 ,  2.9 ,  2.3 ,  1.8 ,
                0010         1.5 ,  1.1 ,  0.8 ,  0.66,  0.63,
                0011  sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
                0012        34.90, 34.86, 34.78, 34.69, 34.60,
                0013        34.58, 34.62, 34.68, 34.72, 34.73,
                0014        34.74, 34.73, 34.73, 34.72, 34.72,
1565fb38a6 Jean*0015  viscAr=1.E-3,
f7a21ed147 Jean*0016  viscAh=5.E5,
                0017  no_slip_sides=.FALSE.,
                0018  no_slip_bottom=.TRUE.,
                0019  diffKhT=1.E3,
03e73b2c8a Jean*0020 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
                0021 #diffKrT=3.E-5,
f7a21ed147 Jean*0022  diffKhS=1.E3,
1565fb38a6 Jean*0023  diffKrS=3.E-5,
f7a21ed147 Jean*0024  tAlpha=2.E-4,
                0025  sBeta =7.4E-4,
1565fb38a6 Jean*0026  eosType='LINEAR',
f7a21ed147 Jean*0027  gravity=9.81,
1565fb38a6 Jean*0028  implicitDiffusion=.TRUE.,
f7a21ed147 Jean*0029  rigidLid=.FALSE.,
                0030  implicitFreeSurface=.TRUE.,
                0031  exactConserv=.TRUE.,
                0032  useCDscheme=.TRUE.,
1565fb38a6 Jean*0033 #-nonlinear free surface
393101ba9f Patr*0034  hFacInf=0.2,
                0035  hFacSup=2.0,
981b90dcaa Patr*0036  nonlinFreeSurf=3,
a748d68ba8 Jean*0037  select_rStar=1,
1565fb38a6 Jean*0038 #-I/O settings
                0039  readBinaryPrec=32,
f7a21ed147 Jean*0040  &
                0041 
                0042 # Elliptic solver parameters
                0043  &PARM02
aecc8b0f47 Mart*0044  useNSACGSolver=.TRUE.,
f89247c7e3 Jean*0045  cg2dMaxIters=200,
                0046 #cg2dTargetResidual=1.E-17,
                0047  cg2dTargetResWunit=1.E-24,
f7a21ed147 Jean*0048  &
                0049 
                0050 # Time stepping parameters
                0051  &PARM03
                0052 # startTime         = 49766400000.,
                0053  startTime         = 0.,
                0054 # endTime           = 49767264000.,
                0055  endTime           = 345600.,
1565fb38a6 Jean*0056  deltaTClock       = 86400.,
                0057  deltaTFreeSurf    = 86400.,
03e73b2c8a Jean*0058  deltaTMom         = 2400.,
1565fb38a6 Jean*0059  tauCD             = 321428.,
                0060  cAdjFreq          = -1.,
                0061  abEps             = 0.1,
f7a21ed147 Jean*0062  pChkptFreq        = 86400000.,
                0063  chkptFreq         = 86400000.,
                0064  dumpFreq          = 86400.,
46c40c5b23 Patr*0065  monitorFreq       = 43200.,
                0066  adjMonitorFreq    = 43200.,
872ff0f059 Jean*0067  monitorSelect     = 4,
f7a21ed147 Jean*0068 #
1565fb38a6 Jean*0069  tauThetaClimRelax = 2592000.,
                0070  tauSaltClimRelax  = 2592000.,
02e2357f10 Jean*0071 #tauTr1ClimRelax   = 31104000., <= moved to data.ptracers
f7a21ed147 Jean*0072  &
                0073 
                0074 # Gridding parameters
                0075  &PARM04
                0076  usingSphericalPolarGrid=.TRUE.,
1565fb38a6 Jean*0077  delR=  50.,  50.,  55.,  60.,
                0078         65.,  70.,  80.,  95.,
                0079        120., 155., 200., 260.,
                0080        320., 400., 480., 570.,
                0081        655., 725., 775., 815.,
fdb16198f0 Jean*0082  ygOrigin=-80.,
                0083  delY=40*4.,
                0084  delX=90*4.,
f7a21ed147 Jean*0085  &
                0086 
                0087 # Input datasets
                0088  &PARM05
                0089  hydrogThetaFile='theta.bin',
                0090  hydrogSaltFile='salt.bin',
                0091  bathyFile='topog.bin',
                0092  zonalWindFile='windx.bin',
                0093  meridWindFile='windy.bin',
                0094  thetaClimFile='SST.bin'
                0095  saltClimFile='SSS.bin'
                0096  &