Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_cfc_offline/input_tutorial/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit fdb16198 on 2009-01-27 15:38:49 UTC
3032e91c35 Ed H*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  implicitDiffusion=.TRUE.,
                0008  &
                0009 #
                0010 # Elliptic solver parameters
                0011  &PARM02
                0012  cg2dMaxIters=1000,
                0013  cg2dTargetResidual=1.E-13,
                0014  &
                0015 #
                0016 # Time stepping parameters
                0017  &PARM03
                0018  nIter0  = 4269600,
                0019  nTimeSteps = 4,
                0020  deltaTtracer= 43200.0,
                0021  deltaTClock = 43200.0,
                0022  pChkptFreq=3110400000.,
                0023  chkptFreq= 3110400000.,
                0024  dumpFreq=  31104000.,
                0025  taveFreq=  31104000.,
                0026  monitorFreq= 1.,
                0027  periodicExternalForcing=.TRUE.,
                0028  externForcingPeriod=2592000.,
                0029  externForcingCycle=31104000.,
                0030  &
                0031 #
                0032 # Gridding parameters
                0033  &PARM04
                0034  usingSphericalPolarGrid=.TRUE.,
                0035  delR=  50.,  70., 100., 140., 190., 
                0036        240., 290., 340., 390., 440., 
                0037        490., 540., 590., 640., 690.,
fdb16198f0 Jean*0038  ygOrigin=-90.,
3032e91c35 Ed H*0039  dxSpacing=2.8125,
                0040  dySpacing=2.8125,
                0041  &
                0042 #
                0043 # Input datasets
                0044  &PARM05
                0045  bathyFile=      'depth_g77.bin',
                0046  &