/[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.127 by heimbach, Fri Sep 17 22:57:11 2004 UTC revision 1.128 by mlosch, Fri Oct 1 16:15:29 2004 UTC
# Line 415  C     omega     :: Angular velocity ( ra Line 415  C     omega     :: Angular velocity ( ra
415  C     rotationPeriod :: Rotation period (s) (= 2.pi/omega)  C     rotationPeriod :: Rotation period (s) (= 2.pi/omega)
416  C     viscAh    :: Eddy viscosity coeff. for mixing of  C     viscAh    :: Eddy viscosity coeff. for mixing of
417  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
418    C     viscAhW   :: Eddy viscosity coeff. for mixing of vertical
419    C                 momentum laterally, no effect for hydrostatic
420    C                 model, defaults to viscAh if unset ( m^2/s )
421  C     viscAr    :: Eddy viscosity coeff. for mixing of  C     viscAr    :: Eddy viscosity coeff. for mixing of
422  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
423  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
# Line 522  C      --"-"--  Quadratic  ( linear: 1/s Line 525  C      --"-"--  Quadratic  ( linear: 1/s
525       & abeps, startTime,       & abeps, startTime,
526       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
527       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
528       & viscAh,  viscAhMax, viscAhGrid, viscC2leith,       & viscAh, viscAhW, viscAhMax, viscAhGrid, viscC2leith,
529       & viscA4,  viscA4Max, viscA4Grid, viscC4leith,       & viscA4,  viscA4Max, viscA4Grid, viscC4leith,
530       & viscAr, viscAstrain, viscAtension,       & viscAr, viscAstrain, viscAtension,
531       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
# Line 578  C      --"-"--  Quadratic  ( linear: 1/s Line 581  C      --"-"--  Quadratic  ( linear: 1/s
581        _RL hFacSup        _RL hFacSup
582        _RL beta        _RL beta
583        _RL viscAh        _RL viscAh
584          _RL viscAhW
585        _RL viscAhMax        _RL viscAhMax
586        _RL viscAhGrid        _RL viscAhGrid
587        _RL viscC2leith        _RL viscC2leith

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

  ViewVC Help
Powered by ViewVC 1.1.22