** 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: Mon, 24 Nov 2024 06:12:06 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/tutorial_baroclinic_gyre/input/data
Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 94151a9b on 2019-10-03 20:12:33 UTC
72445f86f9 Jean*0001 # Model parameters
                0002 # Continuous equation parameters
                0003  &PARM01
94151a9b18 Jeff*0004  viscAh=5000.,
                0005  viscAr=1.E-2,
                0006  no_slip_sides=.TRUE.,
                0007  no_slip_bottom=.FALSE.,
                0008  diffKhT=1000.,
                0009  diffKrT=1.E-5,
                0010  ivdc_kappa=1.,
                0011  implicitDiffusion=.TRUE.,
                0012  eosType='LINEAR',
                0013  tRef=30.,27.,24.,21.,18.,15.,13.,11.,9.,7.,6.,5.,4.,3.,2.,
72445f86f9 Jean*0014  tAlpha=2.E-4,
94151a9b18 Jeff*0015  sBeta=0.,
                0016  rhoNil=999.8,
72445f86f9 Jean*0017  gravity=9.81,
                0018  rigidLid=.FALSE.,
                0019  implicitFreeSurface=.TRUE.,
94151a9b18 Jeff*0020  exactConserv=.TRUE.,
                0021  saltStepping=.FALSE.,
                0022 # globalFiles=.TRUE.,
72445f86f9 Jean*0023  &
94151a9b18 Jeff*0024 
72445f86f9 Jean*0025 # Elliptic solver parameters
                0026  &PARM02
94151a9b18 Jeff*0027  cg2dTargetResidual=1.E-7,
72445f86f9 Jean*0028  cg2dMaxIters=1000,
                0029  &
94151a9b18 Jeff*0030 
72445f86f9 Jean*0031 # Time stepping parameters
                0032  &PARM03
                0033  startTime=0.,
94151a9b18 Jeff*0034  endTime=12000.,
                0035  deltaT=1200.,
                0036  pChkptFreq=622080000.,
                0037  chkptFreq=155520000.,
                0038  dumpFreq=31104000.,
                0039  monitorFreq=1200.,
                0040  monitorSelect=2,
                0041  tauThetaClimRelax=2592000.,
                0042 #-for longer run (100 yrs)
                0043 # endTime = 3110400000.,
                0044 # monitorFreq=2592000.,
72445f86f9 Jean*0045  &
94151a9b18 Jeff*0046 
72445f86f9 Jean*0047 # Gridding parameters
                0048  &PARM04
                0049  usingSphericalPolarGrid=.TRUE.,
94151a9b18 Jeff*0050  delX=62*1.,
                0051  delY=62*1.,
                0052  xgOrigin=-1.,
                0053  ygOrigin=14.,
                0054  delR=50.,60.,70.,80.,90.,100.,110.,120.,130.,140.,150.,160.,170.,180.,190.,
72445f86f9 Jean*0055  &
94151a9b18 Jeff*0056 
72445f86f9 Jean*0057  &PARM05
94151a9b18 Jeff*0058  bathyFile='bathy.bin',
                0059  zonalWindFile='windx_cosy.bin',
                0060  thetaClimFile='SST_relax.bin',
72445f86f9 Jean*0061  &