/[MITgcm]/MITgcm/model/inc/PARAMS.h
ViewVC logotype

Diff of /MITgcm/model/inc/PARAMS.h

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

revision 1.266 by jmc, Fri Nov 9 22:29:32 2012 UTC revision 1.267 by jmc, Fri Dec 21 22:58:23 2012 UTC
# Line 150  C     cg2dChkResFreq      :: Frequency w Line 150  C     cg2dChkResFreq      :: Frequency w
150  C                            in con. grad solver.  C                            in con. grad solver.
151  C     cg2dPreCondFreq     :: Frequency for updating cg2d preconditioner  C     cg2dPreCondFreq     :: Frequency for updating cg2d preconditioner
152  C                            (non-linear free-surf.)  C                            (non-linear free-surf.)
153    C     cg2dUseMinResSol    :: =0 : use last-iteration/converged solution
154    C                            =1 : use solver minimum-residual solution
155  C     cg3dMaxIters        :: Maximum number of iterations in the  C     cg3dMaxIters        :: Maximum number of iterations in the
156  C                            three-dimensional con. grad solver.  C                            three-dimensional con. grad solver.
157  C     cg3dChkResFreq      :: Frequency with which to check residual  C     cg3dChkResFreq      :: Frequency with which to check residual
# Line 191  C-    debugLevel          :: controls pr Line 193  C-    debugLevel          :: controls pr
193  C                            and statistics ; higher -> more writing  C                            and statistics ; higher -> more writing
194    
195        COMMON /PARM_I/        COMMON /PARM_I/
196       &        cg2dMaxIters, cg2dChkResFreq, cg2dPreCondFreq,       &        cg2dMaxIters, cg2dChkResFreq,
197         &        cg2dPreCondFreq, cg2dUseMinResSol,
198       &        cg3dMaxIters, cg3dChkResFreq,       &        cg3dMaxIters, cg3dChkResFreq,
199       &        printResidualFreq,       &        printResidualFreq,
200       &        nIter0, nTimeSteps, nEndIter,       &        nIter0, nTimeSteps, nEndIter,
# Line 210  C                            and statist Line 213  C                            and statist
213        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
214        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
215        INTEGER cg2dPreCondFreq        INTEGER cg2dPreCondFreq
216          INTEGER cg2dUseMinResSol
217        INTEGER cg3dMaxIters        INTEGER cg3dMaxIters
218        INTEGER cg3dChkResFreq        INTEGER cg3dChkResFreq
219        INTEGER printResidualFreq        INTEGER printResidualFreq

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.267

  ViewVC Help
Powered by ViewVC 1.1.22