Back to home page

MITgcm

 
 

    


Warning, /verification/so_box_biogeo/inp_global/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit b94725a1 on 2014-08-27 21:36:34 UTC
b94725a104 Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=15*20.,
                0008  sRef=15*35.,
                0009  viscAh=3.E5,
                0010  viscAz=1.E-3,
                0011  diffKhT=0.E3,
                0012  diffKhS=0.E3,
                0013 #diffKzT=3.E-5,
                0014 #diffKzS=3.E-5,
                0015  diffKrBL79surf= 3.E-5,
                0016  diffKrBL79deep= 13.E-5,
                0017  diffKrBL79Ho  = -2000.,
                0018  diffKrBL79scl = 150.,
                0019  gravity=9.81,
                0020  rhoConst=1035.,
                0021  rhoConstFresh=1000.,
                0022  eosType='JMD95Z',
                0023  implicitFreeSurface=.TRUE.,
                0024  exactConserv=.TRUE.,
                0025 #implicitViscosity=.TRUE.,
                0026  implicitDiffusion=.TRUE.,
                0027  ivdc_kappa=10.,
                0028  allowFreezing=.TRUE.,
                0029 #useCDscheme=.TRUE.,
                0030 # turn on looped cells
                0031  hFacMin=.1,
                0032  hFacMindz=50.,
                0033 #- I/O params:
                0034  globalFiles=.TRUE.,
                0035  &
                0036 
                0037 # Elliptic solver parameters
                0038  &PARM02
                0039  cg2dMaxIters=1000,
                0040  cg2dTargetResidual=1.E-13,
                0041  &
                0042 
                0043 # Time stepping parameters
                0044  &PARM03
                0045  nIter0=5184000,
                0046  nTimeSteps = 1440,
                0047 #tauCD      = 321428.,
                0048  deltaTMom     = 900.,
                0049  deltaTtracer  = 43200.,
                0050  deltaTFreeSurf= 43200.,
                0051  deltaTClock   = 43200.,
                0052  abEps      = 0.1,
                0053  pChkptFreq = 311040000.,
                0054  chkptFreq  = 31104000.,
                0055  dumpFreq   = 2592000.,
                0056  monitorFreq= 864000.,
                0057  tauThetaClimRelax = 5184000.,
                0058  tauSaltClimRelax  = 7776000.,
                0059  periodicExternalForcing=.TRUE.,
                0060  externForcingPeriod = 2592000.,
                0061  externForcingCycle = 31104000.,
                0062 #nTimeSteps = 4,
                0063 #monitorFreq= 1.,
                0064  &
                0065 
                0066 # Gridding parameters
                0067  &PARM04
                0068  usingSphericalPolarGrid=.TRUE.,
                0069  delZ=  50., 70.,  100., 140., 190.,
                0070        240., 290., 340., 390., 440.,
                0071        490., 540., 590., 640., 690.,
                0072  ygOrigin=-90.,
                0073  delX=128*2.8125,
                0074  delY=64*2.8125,
                0075  &
                0076 
                0077 # Input datasets
                0078  &PARM05
                0079  bathyFile     = 'bathy.bin',
                0080  hydrogThetaFile='lev_clim_temp.bin',
                0081  hydrogSaltFile= 'lev_clim_salt.bin',
                0082  zonalWindFile = 'tren_taux.bin',
                0083  meridWindFile = 'tren_tauy.bin',
                0084  thetaClimFile = 'lev_monthly_temp.bin',
                0085  saltClimFile  = 'lev_monthly_salt.bin',
                0086  surfQnetFile  = 'shi_qnet.bin',
                0087  EmPmRFile     = 'shi_empmr_year.bin',
                0088  the_run_name  = 'Tutorial Biogeo',
                0089  &