/[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.229 by jmc, Thu Oct 8 20:02:30 2009 UTC revision 1.230 by jmc, Thu Oct 15 01:05:54 2009 UTC
# Line 262  C     saltAdvection  :: Flag which turns Line 262  C     saltAdvection  :: Flag which turns
262  C     saltIsActiveTr :: Salinity  is a dynamically active tracer  C     saltIsActiveTr :: Salinity  is a dynamically active tracer
263  C     saltForcing    :: Flag which turns external forcing of salinity on  C     saltForcing    :: Flag which turns external forcing of salinity on
264  C                       and off.  C                       and off.
265    C     maskIniTemp    :: apply mask to initial Pot.Temp.
266    C     maskIniSalt    :: apply mask to initial salinity
267    C     checkIniTemp   :: check for points with identically zero initial Pot.Temp.
268    C     checkIniSalt   :: check for points with identically zero initial salinity
269  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
270  C                         as a real Fresh Water (=> changes the Sea Level)  C                         as a real Fresh Water (=> changes the Sea Level)
271  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)
# Line 339  C                        & Last iteratio Line 343  C                        & Last iteratio
343       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
344       & tempAdvection, tempIsActiveTr, tempForcing,       & tempAdvection, tempIsActiveTr, tempForcing,
345       & saltAdvection, saltIsActiveTr, saltForcing,       & saltAdvection, saltIsActiveTr, saltForcing,
346         & maskIniTemp, maskIniSalt, checkIniTemp, checkIniSalt,
347       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
348       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,
349       & uniformLin_PhiSurf,       & uniformLin_PhiSurf,
# Line 387  C                        & Last iteratio Line 392  C                        & Last iteratio
392        LOGICAL saltAdvection        LOGICAL saltAdvection
393        LOGICAL saltIsActiveTr        LOGICAL saltIsActiveTr
394        LOGICAL saltForcing        LOGICAL saltForcing
395          LOGICAL maskIniTemp
396          LOGICAL maskIniSalt
397          LOGICAL checkIniTemp
398          LOGICAL checkIniSalt
399        LOGICAL useRealFreshWaterFlux        LOGICAL useRealFreshWaterFlux
400        LOGICAL useFullLeith        LOGICAL useFullLeith
401        LOGICAL useStrainTensionVisc        LOGICAL useStrainTensionVisc

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230

  ViewVC Help
Powered by ViewVC 1.1.22