/[MITgcm]/MITgcm/verification/natl_box/input/data
ViewVC logotype

Diff of /MITgcm/verification/natl_box/input/data

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by heimbach, Mon Nov 13 16:02:32 2000 UTC revision 1.9 by jmc, Sun Nov 6 02:59:15 2005 UTC
# Line 43  Line 43 
43   rigidLid           = .FALSE.,   rigidLid           = .FALSE.,
44   implicitFreeSurface= .TRUE.,   implicitFreeSurface= .TRUE.,
45   implicitDiffusion  = .TRUE.,   implicitDiffusion  = .TRUE.,
46     useCDscheme        = .TRUE.,
47     useNHMTerms        = .TRUE.,
48   eosType            = 'POLY3',   eosType            = 'POLY3',
49   momAdvection       = .TRUE.,   momAdvection       = .TRUE.,
50   momViscosity       = .TRUE.,   momViscosity       = .TRUE.,
# Line 51  Line 53 
53   no_slip_bottom     = .TRUE.,   no_slip_bottom     = .TRUE.,
54   no_slip_sides      = .FALSE.,   no_slip_sides      = .FALSE.,
55   readBinaryPrec     = 32,   readBinaryPrec     = 32,
56    #- not safe to use globalFiles in multi-processors runs
57    #globalFiles        = .TRUE.
58   &   &
59    
60  # Elliptic solver parameters  # Elliptic solver parameters
# Line 60  Line 64 
64  #  #
65   &PARM02   &PARM02
66   cg2dMaxIters       = 1000,   cg2dMaxIters       = 1000,
67   cg2dTargetResidual = 1.E-8,   cg2dTargetResidual = 1.E-13,
68   &   &
69    
70  # Time stepping parameters  # Time stepping parameters
# Line 80  Line 84 
84  #  #
85   &PARM03   &PARM03
86   startTime  = 0.0,   startTime  = 0.0,
87   endTime    = 2592000.0,   endTime    = 72000.0,
88   deltaTmom  = 3600.0,   deltaTmom  = 3600.0,
89   TauCD      = 172800.   TauCD      = 172800.
90     cAdjFreq   = 0.,
91   abEps      = 0.1,   abEps      = 0.1,
92   pChkptFreq = 0.0,   pChkptFreq = 0.0,
93   chkptFreq  = 0.0,   chkptFreq  = 0.0,
94   dumpFreq   = 864000.0,   dumpFreq   = 39600.0,
95   tauSaltClimRelax = 2592000.0,   tauSaltClimRelax = 2592000.0,
96   tauThetaClimRelax = 2592000.0,   tauThetaClimRelax = 2592000.0,
97   periodicExternalForcing = .TRUE.,   periodicExternalForcing = .TRUE.,
98   externForcingPeriod = 43200.0,   externForcingPeriod = 43200.0,
99   externForcingCycle = 2592000.0,   externForcingCycle = 2764800.0,
100     monitorFreq=1.,
101   &   &
102    
103  # Gridding parameters  # Gridding parameters
# Line 111  Line 117 
117   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
118         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
119         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.
120   phiMin = 12.,   phiMin = 10.,
121   thetaMin= 321.   thetaMin= -42.
122   &   &
123    
124  # Input datasets  # Input datasets
# Line 137  Line 143 
143   EmPmRFile       = 'kf_empmr',   EmPmRFile       = 'kf_empmr',
144   surfQswFile     = 'kf_sw',   surfQswFile     = 'kf_sw',
145   &   &
   
 # Open-boundaries  
  &PARM06  
  &  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22