/[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.9 by cnh, Mon May 25 20:05:55 1998 UTC revision 1.10 by cnh, Mon May 25 21:29:44 1998 UTC
# Line 89  C     saltForcing   - Flag which turns e Line 89  C     saltForcing   - Flag which turns e
89  C                     and off.  C                     and off.
90  C     implicitFreeSurface - Set to true to use implcit free surface  C     implicitFreeSurface - Set to true to use implcit free surface
91  C     rigidLid            - Set to true to use rigid lid  C     rigidLid            - Set to true to use rigid lid
92    C     momStepping   - Turns momentum equation time-stepping off
93    C     momStepping   - Turns temperature equation time-stepping off
94        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
95       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,
96       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
97       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
98       & implicitFreeSurface, rigidLid       & implicitFreeSurface, rigidLid, momStepping, tempStepping
99        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
100        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
101        LOGICAL momViscosity        LOGICAL momViscosity
# Line 109  C     rigidLid            - Set to true Line 111  C     rigidLid            - Set to true
111        LOGICAL saltForcing        LOGICAL saltForcing
112        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
113        LOGICAL rigidLid        LOGICAL rigidLid
114          LOGICAL momStepping
115          LOGICAL tempStepping
116    
117  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
118  C     cg2dTargetResidual  C     cg2dTargetResidual

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

  ViewVC Help
Powered by ViewVC 1.1.22