/[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.11 by cnh, Tue May 26 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
# Line 240  C     cAdjFreq  - Frequency of convectiv Line 244  C     cAdjFreq  - Frequency of convectiv
244        _RL rhonil        _RL rhonil
245        _RL tRef(Nz)        _RL tRef(Nz)
246        _RL sRef(Nz)        _RL sRef(Nz)
247        _RL Fcori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS Fcori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
248        _RL startTime        _RL startTime
249        _RL endTime        _RL endTime
250        _RL chkPtFreq        _RL chkPtFreq

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

  ViewVC Help
Powered by ViewVC 1.1.22