/[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.269 by jmc, Mon May 6 23:01:50 2013 UTC revision 1.270 by jmc, Tue Jul 30 18:18:28 2013 UTC
# Line 262  C     setCenterDr    :: set cell-Center Line 262  C     setCenterDr    :: set cell-Center
262  C- Momentum params:  C- Momentum params:
263  C     no_slip_sides  :: Impose "no-slip" at lateral boundaries.  C     no_slip_sides  :: Impose "no-slip" at lateral boundaries.
264  C     no_slip_bottom :: Impose "no-slip" at bottom boundary.  C     no_slip_bottom :: Impose "no-slip" at bottom boundary.
265    C     useSmag3D      :: Use isotropic 3-D Smagorinsky
266  C     useFullLeith   :: Set to true to use full Leith viscosity(may be unstable  C     useFullLeith   :: Set to true to use full Leith viscosity(may be unstable
267  C                       on irregular grids)  C                       on irregular grids)
268  C     useStrainTensionVisc:: Set to true to use Strain-Tension viscous terms  C     useStrainTensionVisc:: Set to true to use Strain-Tension viscous terms
# Line 376  C     printDomain     :: controls printi Line 377  C     printDomain     :: controls printi
377       & usingCartesianGrid, usingSphericalPolarGrid, rotateGrid,       & usingCartesianGrid, usingSphericalPolarGrid, rotateGrid,
378       & usingCylindricalGrid, usingCurvilinearGrid, hasWetCSCorners,       & usingCylindricalGrid, usingCurvilinearGrid, hasWetCSCorners,
379       & deepAtmosphere, setInterFDr, setCenterDr,       & deepAtmosphere, setInterFDr, setCenterDr,
380       & no_slip_sides, no_slip_bottom,       & no_slip_sides, no_slip_bottom, useSmag3D,
381       & useFullLeith, useStrainTensionVisc, useAreaViscLength,       & useFullLeith, useStrainTensionVisc, useAreaViscLength,
382       & momViscosity, momAdvection, momForcing,       & momViscosity, momAdvection, momForcing,
383       & momPressureForcing, metricTerms, useNHMTerms,       & momPressureForcing, metricTerms, useNHMTerms,
# Line 428  C     printDomain     :: controls printi Line 429  C     printDomain     :: controls printi
429    
430        LOGICAL no_slip_sides        LOGICAL no_slip_sides
431        LOGICAL no_slip_bottom        LOGICAL no_slip_bottom
432          LOGICAL useSmag3D
433        LOGICAL useFullLeith        LOGICAL useFullLeith
434        LOGICAL useStrainTensionVisc        LOGICAL useStrainTensionVisc
435        LOGICAL useAreaViscLength        LOGICAL useAreaViscLength
# Line 585  C     viscAh     :: Eddy viscosity coeff Line 587  C     viscAh     :: Eddy viscosity coeff
587  C                   momentum laterally ( m^2/s )  C                   momentum laterally ( m^2/s )
588  C     viscAhW    :: Eddy viscosity coeff. for mixing of vertical  C     viscAhW    :: Eddy viscosity coeff. for mixing of vertical
589  C                   momentum laterally, no effect for hydrostatic  C                   momentum laterally, no effect for hydrostatic
590  C                   model, defaults to viscAh if unset ( m^2/s )  C                   model, defaults to viscAhD if unset ( m^2/s )
591  C                   Not used if variable horiz. viscosity is used.  C                   Not used if variable horiz. viscosity is used.
592  C     viscA4     :: Biharmonic viscosity coeff. for mixing of  C     viscA4     :: Biharmonic viscosity coeff. for mixing of
593  C                   momentum laterally ( m^4/s )  C                   momentum laterally ( m^4/s )
594  C     viscA4W    :: Biharmonic viscosity coeff. for mixing of vertical  C     viscA4W    :: Biharmonic viscosity coeff. for mixing of vertical
595  C                   momentum laterally, no effect for hydrostatic  C                   momentum laterally, no effect for hydrostatic
596  C                   model, defaults to viscA4 if unset ( m^2/s )  C                   model, defaults to viscA4D if unset ( m^2/s )
597  C                   Not used if variable horiz. viscosity is used.  C                   Not used if variable horiz. viscosity is used.
598  C     viscAhD    :: Eddy viscosity coeff. for mixing of momentum laterally  C     viscAhD    :: Eddy viscosity coeff. for mixing of momentum laterally
599  C                   (act on Divergence part) ( m^2/s )  C                   (act on Divergence part) ( m^2/s )
# Line 601  C     viscA4D    :: Biharmonic viscosity Line 603  C     viscA4D    :: Biharmonic viscosity
603  C                   (act on Divergence part) ( m^4/s )  C                   (act on Divergence part) ( m^4/s )
604  C     viscA4Z    :: Biharmonic viscosity coeff. for mixing of momentum laterally  C     viscA4Z    :: Biharmonic viscosity coeff. for mixing of momentum laterally
605  C                   (act on Vorticity  part) ( m^4/s )  C                   (act on Vorticity  part) ( m^4/s )
606    C     smag3D_coeff :: Isotropic 3-D Smagorinsky coefficient (-)
607  C     viscC2leith  :: Leith non-dimensional viscosity factor (grad(vort))  C     viscC2leith  :: Leith non-dimensional viscosity factor (grad(vort))
608  C     viscC2leithD :: Modified Leith non-dimensional visc. factor (grad(div))  C     viscC2leithD :: Modified Leith non-dimensional visc. factor (grad(div))
609  C     viscC4leith  :: Leith non-dimensional viscosity factor (grad(vort))  C     viscC4leith  :: Leith non-dimensional viscosity factor (grad(vort))
# Line 747  C     psiEuler      :: Euler angle, rota Line 750  C     psiEuler      :: Euler angle, rota
750       & abEps, alph_AB, beta_AB,       & abEps, alph_AB, beta_AB,
751       & rSphere, recip_rSphere, radius_fromHorizGrid,       & rSphere, recip_rSphere, radius_fromHorizGrid,
752       & f0, beta, fPrime, omega, rotationPeriod,       & f0, beta, fPrime, omega, rotationPeriod,
753       & viscFacAdj, viscAh, viscAhW, viscAhMax,       & viscFacAdj, viscAh, viscAhW, smag3D_coeff,
754       & viscAhGrid, viscAhGridMax, viscAhGridMin,       & viscAhMax, viscAhGrid, viscAhGridMax, viscAhGridMin,
755       & viscC2leith, viscC2leithD,       & viscC2leith, viscC2leithD,
756       & viscC2smag, viscC4smag,       & viscC2smag, viscC4smag,
757       & viscAhD, viscAhZ, viscA4D, viscA4Z,       & viscAhD, viscAhZ, viscA4D, viscA4Z,
# Line 823  C     psiEuler      :: Euler angle, rota Line 826  C     psiEuler      :: Euler angle, rota
826        _RL viscAhW        _RL viscAhW
827        _RL viscAhD        _RL viscAhD
828        _RL viscAhZ        _RL viscAhZ
829          _RL smag3D_coeff
830        _RL viscAhMax        _RL viscAhMax
831        _RL viscAhReMax        _RL viscAhReMax
832        _RL viscAhGrid, viscAhGridMax, viscAhGridMin        _RL viscAhGrid, viscAhGridMax, viscAhGridMin

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

  ViewVC Help
Powered by ViewVC 1.1.22