/[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.146 by baylor, Thu Mar 10 02:39:55 2005 UTC revision 1.147 by baylor, Thu Mar 10 03:45:11 2005 UTC
# Line 459  C     viscA4Z   :: Biharmonic viscosity Line 459  C     viscA4Z   :: Biharmonic viscosity
459  C                  (act on Vorticity  part) ( m^4/s )  C                  (act on Vorticity  part) ( m^4/s )
460  C     viscC2leith :: Leith non-dimensional viscosity factor (grad(vort))  C     viscC2leith :: Leith non-dimensional viscosity factor (grad(vort))
461  C     viscC2leithD :: Modified Leith non-dimensional viscosity factor (grad(div))  C     viscC2leithD :: Modified Leith non-dimensional viscosity factor (grad(div))
462    C     viscC2smag  :: Smagorinsky non-dimensional viscosity factor
463  C     viscAhMax :: Maximum eddy viscosity coeff. for mixing of  C     viscAhMax :: Maximum eddy viscosity coeff. for mixing of
464  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
465  C     viscAhGridMax:: maximum and minimum harmonic viscosity coefficients ...  C     viscAhGridMax:: maximum and minimum harmonic viscosity coefficients ...
# Line 568  C      --"-"--  Quadratic  ( linear: 1/s Line 569  C      --"-"--  Quadratic  ( linear: 1/s
569       & viscAh, viscAhW, viscAhMax,       & viscAh, viscAhW, viscAhMax,
570       & viscAhGrid, viscAhGridMax, viscAhGridMin,       & viscAhGrid, viscAhGridMax, viscAhGridMin,
571       & viscC2leith, viscC2leithD,       & viscC2leith, viscC2leithD,
572         & viscC2smag,
573       & viscAhD, viscAhZ, viscA4D, viscA4Z,       & viscAhD, viscAhZ, viscA4D, viscA4Z,
574       & viscA4, viscA4W,       & viscA4, viscA4W,
575       & viscA4Max, viscA4Grid, viscA4GridMax, viscA4GridMin,       & viscA4Max, viscA4Grid, viscA4GridMax, viscA4GridMin,
# Line 634  C      --"-"--  Quadratic  ( linear: 1/s Line 636  C      --"-"--  Quadratic  ( linear: 1/s
636        _RL viscAhGridMin        _RL viscAhGridMin
637        _RL viscC2leith        _RL viscC2leith
638        _RL viscC2leithD        _RL viscC2leithD
639          _RL viscC2smag
640        _RL viscAstrain        _RL viscAstrain
641        _RL viscAtension        _RL viscAtension
642        _RL viscAr        _RL viscAr

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

  ViewVC Help
Powered by ViewVC 1.1.22