/[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.112 by adcroft, Wed Jun 9 14:03:35 2004 UTC revision 1.113 by adcroft, Mon Jun 14 17:48:13 2004 UTC
# Line 213  C     useBetaPlaneF :: Coriolis paramete Line 213  C     useBetaPlaneF :: Coriolis paramete
213  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
214  C     useCDscheme   :: use CD-scheme to calculate Coriolis terms.  C     useCDscheme   :: use CD-scheme to calculate Coriolis terms.
215  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
216    C     useJamartMomAdv :: Use wet-point method for V.I. non-linear term
217  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny
218  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term
219  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity in Coriolis  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity in Coriolis
# Line 261  C     groundAtK1  :: put the surface(k=1 Line 262  C     groundAtK1  :: put the surface(k=1
262       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
263       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
264       & useCDscheme,       & useCDscheme,
265       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,
266       & SadournyCoriolis, upwindVorticity, highOrderVorticity,       & SadournyCoriolis, upwindVorticity, highOrderVorticity,
267       & useAbsVorticity,       & useAbsVorticity,
268       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
# Line 310  C     groundAtK1  :: put the surface(k=1 Line 311  C     groundAtK1  :: put the surface(k=1
311        LOGICAL useCDscheme        LOGICAL useCDscheme
312        LOGICAL useEnergyConservingCoriolis        LOGICAL useEnergyConservingCoriolis
313        LOGICAL useJamartWetPoints        LOGICAL useJamartWetPoints
314          LOGICAL useJamartMomAdv
315        LOGICAL SadournyCoriolis        LOGICAL SadournyCoriolis
316        LOGICAL upwindVorticity        LOGICAL upwindVorticity
317        LOGICAL highOrderVorticity        LOGICAL highOrderVorticity

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

  ViewVC Help
Powered by ViewVC 1.1.22