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

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

  ViewVC Help
Powered by ViewVC 1.1.22