/[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.166 by baylor, Tue Sep 20 21:01:30 2005 UTC revision 1.167 by baylor, Thu Sep 22 14:00:59 2005 UTC
# Line 226  C                     and off. Line 226  C                     and off.
226  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
227  C                         as a real Fresh Water (=> changes the Sea Level)  C                         as a real Fresh Water (=> changes the Sea Level)
228  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)
229  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
230  C                       on irregular grids)  C                       on irregular grids)
231  C     useAnisotropicViscAGridMax :: Set to true to use Alistair's latest  C     useAreaViscLength :: Set to true to use old scaling for viscous
232  C              anisotropic length scale.  It is used only for maximum viscosity  C              lengths, e.g., L2=Raz.  May be preferable for cube sphere.
 C              calculations.  Alistair recommends a value of viscA*GridMax=.25  
233  C     useStrainTensionVisc:: Set to true to use Strain-Tension viscous terms  C     useStrainTensionVisc:: Set to true to use Strain-Tension viscous terms
234  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
235  C     implicitFreeSurface :: Set to true to use implcit free surface  C     implicitFreeSurface :: Set to true to use implcit free surface
# Line 307  C                        & Last iteratio Line 306  C                        & Last iteratio
306       & tempAdvection, tempForcing,       & tempAdvection, tempForcing,
307       & saltAdvection, saltForcing,       & saltAdvection, saltForcing,
308       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
309       & useFullLeith, useAnisotropicViscAGridMax, useStrainTensionVisc,       & useFullLeith, useStrainTensionVisc,
310         & useAreaViscLength,
311       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
312       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
313       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
# Line 353  C                        & Last iteratio Line 353  C                        & Last iteratio
353        LOGICAL saltForcing        LOGICAL saltForcing
354        LOGICAL useRealFreshWaterFlux        LOGICAL useRealFreshWaterFlux
355        LOGICAL useFullLeith        LOGICAL useFullLeith
       LOGICAL useAnisotropicViscAGridMax  
356        LOGICAL useStrainTensionVisc        LOGICAL useStrainTensionVisc
357          LOGICAL useAreaViscLength
358        LOGICAL rigidLid        LOGICAL rigidLid
359        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
360        LOGICAL exactConserv        LOGICAL exactConserv

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

  ViewVC Help
Powered by ViewVC 1.1.22