/[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.231 by jmc, Thu Nov 19 19:48:29 2009 UTC revision 1.233 by jmc, Sun Nov 29 03:06:25 2009 UTC
# Line 269  C     checkIniSalt   :: check for points Line 269  C     checkIniSalt   :: check for points
269  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
270  C                         as a real Fresh Water (=> changes the Sea Level)  C                         as a real Fresh Water (=> changes the Sea Level)
271  C                         if F, converts P+R-E to salt flux (no SL effect)  C                         if F, converts P+R-E to salt flux (no SL effect)
272    C- Pressure solver related parameters (PARM02)
273    C     useSRCGSolver  :: Set to true to use conjugate gradient
274    C                       solver with single reduction (only one call of
275    C                       s/r mpi_allreduce), default is false
276  C- Time-stepping params:  C- Time-stepping params:
277  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
278  C     implicitFreeSurface :: Set to true to use implicit free surface  C     implicitFreeSurface :: Set to true to use implicit free surface
# Line 363  C                        & Last iteratio Line 367  C                        & Last iteratio
367       & writePickupAtEnd,       & writePickupAtEnd,
368       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
369       & outputTypesInclusive, dumpInitAndLast, debugMode,       & outputTypesInclusive, dumpInitAndLast, debugMode,
370       & inAdMode, inAdTrue, inAdFalse, inAdExact       & inAdMode, inAdTrue, inAdFalse, inAdExact,
371         & useSRCGSolver
372    
373        LOGICAL fluidIsAir        LOGICAL fluidIsAir
374        LOGICAL fluidIsWater        LOGICAL fluidIsWater
# Line 455  C                        & Last iteratio Line 460  C                        & Last iteratio
460        LOGICAL dumpInitAndLast        LOGICAL dumpInitAndLast
461        LOGICAL debugMode        LOGICAL debugMode
462        LOGICAL inAdMode, inAdTrue, inAdFalse, inAdExact        LOGICAL inAdMode, inAdTrue, inAdFalse, inAdExact
463          LOGICAL useSRCGSolver
464    
465  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
466  C     cg2dTargetResidual  C     cg2dTargetResidual
# Line 606  C     implicSurfPress :: parameter of th Line 612  C     implicSurfPress :: parameter of th
612  C                     Implicit part of Surface Pressure Gradient ( 0-1 )  C                     Implicit part of Surface Pressure Gradient ( 0-1 )
613  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :
614  C                     Implicit part of barotropic flow Divergence ( 0-1 )  C                     Implicit part of barotropic flow Divergence ( 0-1 )
615    C     implicitNHPress :: parameter of the Crank-Nickelson time stepping :
616    C                     Implicit part of Non-Hydrostatic Pressure Gradient ( 0-1 )
617  C     hFacMin      :: Minimum fraction size of a cell (affects hFacC etc...)  C     hFacMin      :: Minimum fraction size of a cell (affects hFacC etc...)
618  C     hFacMinDz    :: Minimum dimensional size of a cell (affects hFacC etc..., m)  C     hFacMinDz    :: Minimum dimensional size of a cell (affects hFacC etc..., m)
619  C     hFacMinDp    :: Minimum dimensional size of a cell (affects hFacC etc..., Pa)  C     hFacMinDp    :: Minimum dimensional size of a cell (affects hFacC etc..., Pa)
# Line 693  C     psiEuler      :: Euler angle, rota Line 701  C     psiEuler      :: Euler angle, rota
701       & BL79LatVary,       & BL79LatVary,
702       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,
703       & tauCD, rCD, epsAB_CD,       & tauCD, rCD, epsAB_CD,
704       & freeSurfFac, implicSurfPress, implicDiv2Dflow,       & freeSurfFac, implicSurfPress, implicDiv2Dflow, implicitNHPress,
705       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
706       & gravity, recip_gravity, gBaro,       & gravity, recip_gravity, gBaro,
707       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,
# Line 737  C     psiEuler      :: Euler angle, rota Line 745  C     psiEuler      :: Euler angle, rota
745        _RL freeSurfFac        _RL freeSurfFac
746        _RL implicSurfPress        _RL implicSurfPress
747        _RL implicDiv2Dflow        _RL implicDiv2Dflow
748          _RL implicitNHPress
749        _RL hFacMin        _RL hFacMin
750        _RL hFacMinDz        _RL hFacMinDz
751        _RL hFacMinDp        _RL hFacMinDp

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.233

  ViewVC Help
Powered by ViewVC 1.1.22