/[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.285 by jmc, Fri Mar 24 21:55:35 2017 UTC revision 1.286 by jmc, Tue Apr 4 23:19:33 2017 UTC
# Line 210  C     monitorSelect       :: select grou Line 210  C     monitorSelect       :: select grou
210  C                            =1 : dynvars ; =2 : + vort ; =3 : + surface  C                            =1 : dynvars ; =2 : + vort ; =3 : + surface
211  C-    debugLevel          :: controls printing of algorithm intermediate results  C-    debugLevel          :: controls printing of algorithm intermediate results
212  C                            and statistics ; higher -> more writing  C                            and statistics ; higher -> more writing
213    C-    plotLevel           :: controls printing of field maps ; higher -> more flds
214    
215        COMMON /PARM_I/        COMMON /PARM_I/
216       &        cg2dMaxIters, cg2dChkResFreq,       &        cg2dMaxIters, cg2dChkResFreq,
# Line 228  C                            and statist Line 229  C                            and statist
229       &        selectKEscheme, selectVortScheme,       &        selectKEscheme, selectVortScheme,
230       &        selectBotDragQuadr,       &        selectBotDragQuadr,
231       &        readBinaryPrec, writeBinaryPrec, writeStatePrec,       &        readBinaryPrec, writeBinaryPrec, writeStatePrec,
232       &        rwSuffixType, monitorSelect, debugLevel       &        rwSuffixType, monitorSelect, debugLevel, plotLevel
233        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
234        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
235        INTEGER cg2dPreCondFreq        INTEGER cg2dPreCondFreq
# Line 260  C                            and statist Line 261  C                            and statist
261        INTEGER rwSuffixType        INTEGER rwSuffixType
262        INTEGER monitorSelect        INTEGER monitorSelect
263        INTEGER debugLevel        INTEGER debugLevel
264          INTEGER plotLevel
265    
266  C--   COMMON /PARM_L/ Logical valued parameters used by the model.  C--   COMMON /PARM_L/ Logical valued parameters used by the model.
267  C- Coordinate + Grid params:  C- Coordinate + Grid params:
# Line 396  C     snapshot_mdsio     :: use mdsio fo Line 398  C     snapshot_mdsio     :: use mdsio fo
398  C     monitor_stdio      :: use stdio for monitor output  C     monitor_stdio      :: use stdio for monitor output
399  C     dumpInitAndLast :: dumps model state to files at Initial (nIter0)  C     dumpInitAndLast :: dumps model state to files at Initial (nIter0)
400  C                        & Last iteration, in addition multiple of dumpFreq iter.  C                        & Last iteration, in addition multiple of dumpFreq iter.
 C     printDomain     :: controls printing of domain fields (bathy, hFac ...).  
401    
402        COMMON /PARM_L/        COMMON /PARM_L/
403       & fluidIsAir, fluidIsWater,       & fluidIsAir, fluidIsWater,
# Line 439  C     printDomain     :: controls printi Line 440  C     printDomain     :: controls printi
440       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,
441       & writePickupAtEnd,       & writePickupAtEnd,
442       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
443       & outputTypesInclusive, dumpInitAndLast,       & outputTypesInclusive, dumpInitAndLast
      & printDomain  
444    
445        LOGICAL fluidIsAir        LOGICAL fluidIsAir
446        LOGICAL fluidIsWater        LOGICAL fluidIsWater
# Line 539  C     printDomain     :: controls printi Line 539  C     printDomain     :: controls printi
539        LOGICAL timeave_mdsio, snapshot_mdsio, monitor_stdio        LOGICAL timeave_mdsio, snapshot_mdsio, monitor_stdio
540        LOGICAL outputTypesInclusive        LOGICAL outputTypesInclusive
541        LOGICAL dumpInitAndLast        LOGICAL dumpInitAndLast
       LOGICAL printDomain  
542    
543  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
544  C     cg2dTargetResidual  C     cg2dTargetResidual

Legend:
Removed from v.1.285  
changed lines
  Added in v.1.286

  ViewVC Help
Powered by ViewVC 1.1.22