/[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.111 by adcroft, Wed Jun 2 13:23:55 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
# Line 410  C     diffKrS   :: Laplacian diffusion c Line 412  C     diffKrS   :: Laplacian diffusion c
412  C                 salt vertically ( units of r^2/s )  C                 salt vertically ( units of r^2/s )
413  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of
414  C                 salt laterally ( m^4/s )  C                 salt laterally ( m^4/s )
415    C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979
416    C     diffKrBL79deep :: T/S deep diffusivity (m^2/s) Bryan and Lewis, 1979
417    C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979
418    C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979
419  C     deltaT    :: Default timestep ( s )  C     deltaT    :: Default timestep ( s )
420  C     deltaTClock  :: Timestep used as model "clock". This determines the  C     deltaTClock  :: Timestep used as model "clock". This determines the
421  C                    IO frequencies and is used in tagging output. It can  C                    IO frequencies and is used in tagging output. It can
# Line 494  C      --"-"--  Quadratic  ( linear: 1/s Line 500  C      --"-"--  Quadratic  ( linear: 1/s
500       & viscAr, viscAstrain, viscAtension,       & viscAr, viscAstrain, viscAtension,
501       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
502       & diffKhS, diffK4S, diffKrS,       & diffKhS, diffK4S, diffKrS,
503         & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
504       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
505       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
506       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
# Line 559  C      --"-"--  Quadratic  ( linear: 1/s Line 566  C      --"-"--  Quadratic  ( linear: 1/s
566        _RL diffKhS        _RL diffKhS
567        _RL diffKrS        _RL diffKrS
568        _RL diffK4S        _RL diffK4S
569          _RL diffKrBL79surf
570          _RL diffKrBL79deep
571          _RL diffKrBL79scl
572          _RL diffKrBL79Ho
573        _RL delt        _RL delt
574        _RL tauCD        _RL tauCD
575        _RL rCD        _RL rCD

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

  ViewVC Help
Powered by ViewVC 1.1.22