/[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.220 by jmc, Sun Aug 17 02:06:04 2008 UTC revision 1.221 by jmc, Thu Aug 21 19:35:21 2008 UTC
# Line 262  C                       and off. Line 262  C                       and off.
262  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
263  C                         as a real Fresh Water (=> changes the Sea Level)  C                         as a real Fresh Water (=> changes the Sea Level)
264  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)
265    C     useAddFluid    :: add mass source or sink of fluid in the interior
266  C- Time-stepping params:  C- Time-stepping params:
267  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
268  C     implicitFreeSurface :: Set to true to use implicit free surface  C     implicitFreeSurface :: Set to true to use implicit free surface
# Line 336  C                        & Last iteratio Line 337  C                        & Last iteratio
337       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
338       & tempAdvection, tempIsActiveTr, tempForcing,       & tempAdvection, tempIsActiveTr, tempForcing,
339       & saltAdvection, saltIsActiveTr, saltForcing,       & saltAdvection, saltIsActiveTr, saltForcing,
340       & useRealFreshWaterFlux,       & useRealFreshWaterFlux, useAddFluid,
341       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,
342       & uniformLin_PhiSurf,       & uniformLin_PhiSurf,
343       & quasiHydrostatic, nonHydrostatic,       & quasiHydrostatic, nonHydrostatic,
# Line 385  C                        & Last iteratio Line 386  C                        & Last iteratio
386        LOGICAL saltIsActiveTr        LOGICAL saltIsActiveTr
387        LOGICAL saltForcing        LOGICAL saltForcing
388        LOGICAL useRealFreshWaterFlux        LOGICAL useRealFreshWaterFlux
389          LOGICAL useAddFluid
390        LOGICAL useFullLeith        LOGICAL useFullLeith
391        LOGICAL useStrainTensionVisc        LOGICAL useStrainTensionVisc
392        LOGICAL useAreaViscLength        LOGICAL useAreaViscLength

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221

  ViewVC Help
Powered by ViewVC 1.1.22