/[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.193 by jmc, Thu Dec 28 01:46:30 2006 UTC revision 1.194 by dfer, Tue Jan 2 20:52:07 2007 UTC
# Line 257  C     useStrainTensionVisc:: Set to true Line 257  C     useStrainTensionVisc:: Set to true
257  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
258  C     implicitFreeSurface :: Set to true to use implicit free surface  C     implicitFreeSurface :: Set to true to use implicit free surface
259  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
260    C     linFSConserveTr     :: Set to true to correct source/sink of tracer
261    C                            at the surface due to Linear Free Surface
262  C     uniformLin_PhiSurf  :: Set to true to use a uniform Bo_surf in the  C     uniformLin_PhiSurf  :: Set to true to use a uniform Bo_surf in the
263  C                           linear relation Phi_surf = Bo_surf*eta  C                           linear relation Phi_surf = Bo_surf*eta
264  C     use3Dsolver   :: set to true to use 3-D pressure solver  C     use3Dsolver   :: set to true to use 3-D pressure solver
# Line 338  C     balancePrintMean:: print substract Line 340  C     balancePrintMean:: print substract
340       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
341       & useFullLeith, useStrainTensionVisc,       & useFullLeith, useStrainTensionVisc,
342       & useAreaViscLength,       & useAreaViscLength,
343       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,
344         & uniformLin_PhiSurf,
345       & use3Dsolver, implicitIntGravWave, staggerTimeStep,       & use3Dsolver, implicitIntGravWave, staggerTimeStep,
346       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
347       & metricTerms, useNHMTerms,       & metricTerms, useNHMTerms,
# Line 391  C     balancePrintMean:: print substract Line 394  C     balancePrintMean:: print substract
394        LOGICAL rigidLid        LOGICAL rigidLid
395        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
396        LOGICAL exactConserv        LOGICAL exactConserv
397          LOGICAL linFSConserveTr
398        LOGICAL uniformLin_PhiSurf        LOGICAL uniformLin_PhiSurf
399        LOGICAL use3Dsolver        LOGICAL use3Dsolver
400        LOGICAL implicitIntGravWave        LOGICAL implicitIntGravWave

Legend:
Removed from v.1.193  
changed lines
  Added in v.1.194

  ViewVC Help
Powered by ViewVC 1.1.22