/[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.177 by mlosch, Fri Feb 10 07:50:37 2006 UTC revision 1.178 by jmc, Fri Feb 10 22:54:11 2006 UTC
# Line 240  C     implicitFreeSurface :: Set to true Line 240  C     implicitFreeSurface :: Set to true
240  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
241  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
242  C                           linear relation Phi_surf = Bo_surf*eta  C                           linear relation Phi_surf = Bo_surf*eta
243    C     use3Dsolver   :: set to true to use 3-D pressure solver
244  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly
245  C     staggerTimeStep :: enable a Stagger time stepping T,S Rho then U,V  C     staggerTimeStep :: enable a Stagger time stepping T,S Rho then U,V
246  C     momStepping   :: Turns momentum equation time-stepping off  C     momStepping   :: Turns momentum equation time-stepping off
# Line 320  C     balancePrintMean:: print substract Line 321  C     balancePrintMean:: print substract
321       & useFullLeith, useStrainTensionVisc,       & useFullLeith, useStrainTensionVisc,
322       & useAreaViscLength,       & useAreaViscLength,
323       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
324       & implicitIntGravWave, staggerTimeStep,       & use3Dsolver, implicitIntGravWave, staggerTimeStep,
325       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
326       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
327       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
# Line 372  C     balancePrintMean:: print substract Line 373  C     balancePrintMean:: print substract
373        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
374        LOGICAL exactConserv        LOGICAL exactConserv
375        LOGICAL uniformLin_PhiSurf        LOGICAL uniformLin_PhiSurf
376          LOGICAL use3Dsolver
377        LOGICAL implicitIntGravWave        LOGICAL implicitIntGravWave
378        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
379        LOGICAL momStepping        LOGICAL momStepping

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

  ViewVC Help
Powered by ViewVC 1.1.22