/[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.152 by heimbach, Wed Apr 6 22:02:56 2005 UTC revision 1.153 by dimitri, Mon Apr 11 14:47:24 2005 UTC
# Line 220  C                         as a real Fres Line 220  C                         as a real Fres
220  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)
221  C     useFullLeith   :: Set to true to use full Leith viscosity (may be unstable  C     useFullLeith   :: Set to true to use full Leith viscosity (may be unstable
222  C                       on irregular grids)  C                       on irregular grids)
223    C     useAnisotropicViscAGridMax :: Set to true to use Alistair's latest
224    C              anisotropic length scale.  It is used only for maximum viscosity
225    C              calculations.  Alistair recommends a value of viscA*GridMax=.25
226  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
227  C     implicitFreeSurface :: Set to true to use implcit free surface  C     implicitFreeSurface :: Set to true to use implcit free surface
228  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
# Line 293  C                      calendar months a Line 296  C                      calendar months a
296       & tempAdvection, tempForcing,       & tempAdvection, tempForcing,
297       & saltAdvection, saltForcing,       & saltAdvection, saltForcing,
298       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
299       & useFullLeith,       & useFullLeith, useAnisotropicViscAGridMax,
300       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
301       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
302       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
# Line 339  C                      calendar months a Line 342  C                      calendar months a
342        LOGICAL saltAdvection        LOGICAL saltAdvection
343        LOGICAL saltForcing        LOGICAL saltForcing
344        LOGICAL useRealFreshWaterFlux        LOGICAL useRealFreshWaterFlux
345        LOGICAL useFullLeith        LOGICAL useFullLeith, useAnisotropicViscAGridMax
346        LOGICAL rigidLid        LOGICAL rigidLid
347        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
348        LOGICAL exactConserv        LOGICAL exactConserv

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153

  ViewVC Help
Powered by ViewVC 1.1.22