/[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.87 by jmc, Tue Feb 18 15:12:17 2003 UTC revision 1.89 by jmc, Thu Apr 17 13:11:31 2003 UTC
# Line 198  C     tr1Stepping   :: Turns passive tra Line 198  C     tr1Stepping   :: Turns passive tra
198  C     useConstantF  :: Coriolis parameter set to f0  C     useConstantF  :: Coriolis parameter set to f0
199  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y
200  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
201    C     useCDscheme   :: use CD-scheme to calculate Coriolis terms.
202  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
203  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
204  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
# Line 238  C     groundAtK1  :: put the surface(k=1 Line 239  C     groundAtK1  :: put the surface(k=1
239       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
240       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
241       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
242         & useCDscheme,
243       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints,
244       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
245       & multiDimAdvection, forcing_In_AB,       & multiDimAdvection, forcing_In_AB,
# Line 281  C     groundAtK1  :: put the surface(k=1 Line 283  C     groundAtK1  :: put the surface(k=1
283        LOGICAL useConstantF        LOGICAL useConstantF
284        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
285        LOGICAL useSphereF        LOGICAL useSphereF
286          LOGICAL useCDscheme
287        LOGICAL useEnergyConservingCoriolis        LOGICAL useEnergyConservingCoriolis
288        LOGICAL useJamartWetPoints        LOGICAL useJamartWetPoints
289        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
# Line 350  C     f0        :: Reference coriolis pa Line 353  C     f0        :: Reference coriolis pa
353  C                 ( Southern edge f for beta plane )  C                 ( Southern edge f for beta plane )
354  C     beta      :: df/dy ( s^-1.m^-1 )  C     beta      :: df/dy ( s^-1.m^-1 )
355  C     omega     :: Angular velocity ( rad/s )  C     omega     :: Angular velocity ( rad/s )
356    C     rotationPeriod :: Rotation period (s) (= 2.pi/omega)
357  C     viscAh    :: Eddy viscosity coeff. for mixing of  C     viscAh    :: Eddy viscosity coeff. for mixing of
358  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
359  C     viscAz    :: Eddy viscosity coeff. for mixing of  C     viscAz    :: Eddy viscosity coeff. for mixing of
# Line 468  C      --"-"--  Quadratic  ( linear: 1/s Line 472  C      --"-"--  Quadratic  ( linear: 1/s
472       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
473       & diagFreq, taveFreq, tave_lastIter, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
474       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
475       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega, rotationPeriod,
476       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
477       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
478       & tauTr1ClimRelax, lambdaTr1ClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax,
# Line 562  C      --"-"--  Quadratic  ( linear: 1/s Line 566  C      --"-"--  Quadratic  ( linear: 1/s
566        _RL cosPower        _RL cosPower
567        _RL cAdjFreq        _RL cAdjFreq
568        _RL omega        _RL omega
569          _RL rotationPeriod
570        _RL tauThetaClimRelax        _RL tauThetaClimRelax
571        _RL lambdaThetaClimRelax        _RL lambdaThetaClimRelax
572        _RL tauSaltClimRelax        _RL tauSaltClimRelax

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.89

  ViewVC Help
Powered by ViewVC 1.1.22