** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Sun, 28 Dec 2024 06:11:55 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/tutorial_tracer_adjsens/input_oad/data
Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_tracer_adjsens/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
76cd8733fa Oliv*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,
                0015  viscAr=1.E-3,
                0016  viscAh=5.E5,
                0017  no_slip_sides=.FALSE.,
                0018  no_slip_bottom=.TRUE.,
                0019  diffKhT=1.E3,
f0d21d13c7 Jean*0020 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
                0021 #diffKrT=3.E-5,
76cd8733fa Oliv*0022  diffKhS=1.E3,
                0023  diffKrS=3.E-5,
                0024  tAlpha=2.E-4,
                0025  sBeta =7.4E-4,
                0026  eosType='LINEAR',
                0027  gravity=9.81,
e494c6eaef Oliv*0028  vectorInvariantMomentum=.TRUE.,
76cd8733fa Oliv*0029  implicitDiffusion=.TRUE.,
                0030  rigidLid=.FALSE.,
                0031  implicitFreeSurface=.TRUE.,
                0032  exactConserv=.TRUE.,
                0033  useCDscheme=.TRUE.,
                0034 #-nonlinear free surface
                0035  hFacInf=0.2,
                0036  hFacSup=2.0,
                0037  nonlinFreeSurf=3,
                0038  select_rStar=1,
                0039 #-I/O settings
                0040  readBinaryPrec=32,
                0041  &
                0042 
                0043 # Elliptic solver parameters
                0044  &PARM02
                0045  cg2dMaxIters=200,
                0046 #cg2dTargetResidual=1.E-17,
                0047  cg2dTargetResWunit=1.E-24,
                0048  &
                0049 
                0050 # Time stepping parameters
                0051  &PARM03
                0052 # startTime         = 49766400000.,
                0053  startTime         = 0.,
                0054 # endTime           = 49767264000.,
                0055  endTime           = 345600.,
                0056  deltaTClock       = 86400.,
                0057  deltaTFreeSurf    = 86400.,
f0d21d13c7 Jean*0058  deltaTMom         = 2400.,
76cd8733fa Oliv*0059  tauCD             = 321428.,
                0060  cAdjFreq          = -1.,
                0061  abEps             = 0.1,
                0062  pChkptFreq        = 86400000.,
                0063  chkptFreq         = 86400000.,
                0064  dumpFreq          = 86400.,
                0065  monitorFreq       = 0.,
                0066  adjMonitorFreq    = 0.,
                0067 #
                0068  tauThetaClimRelax = 2592000.,
                0069  tauSaltClimRelax  = 2592000.,
                0070 #tauTr1ClimRelax   = 31104000., <= moved to data.ptracers
                0071  &
                0072 
                0073 # Gridding parameters
                0074  &PARM04
                0075  usingSphericalPolarGrid=.TRUE.,
                0076  delR=  50.,  50.,  55.,  60.,
                0077         65.,  70.,  80.,  95.,
                0078        120., 155., 200., 260.,
                0079        320., 400., 480., 570.,
                0080        655., 725., 775., 815.,
                0081  ygOrigin=-80.,
                0082  delY=40*4.,
                0083  delX=90*4.,
                0084  &
                0085 
                0086 # Input datasets
                0087  &PARM05
                0088  hydrogThetaFile='theta.bin',
                0089  hydrogSaltFile='salt.bin',
                0090  bathyFile='topog.bin',
                0091  zonalWindFile='windx.bin',
                0092  meridWindFile='windy.bin',
                0093  thetaClimFile='SST.bin'
                0094  saltClimFile='SSS.bin'
                0095  &