/[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.199 by dimitri, Thu Apr 5 22:51:48 2007 UTC revision 1.200 by dimitri, Wed Apr 11 00:00:47 2007 UTC
# Line 568  C                 for mixing of salt ver Line 568  C                 for mixing of salt ver
568  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of  C     diffK4S   :: Biharmonic diffusion coeff. for mixing of
569  C                 salt laterally ( m^4/s )  C                 salt laterally ( m^4/s )
570  C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979  C     diffKrBL79surf :: T/S surface diffusivity (m^2/s) Bryan and Lewis, 1979
571    C     diffKrBLEQsurf :: same as above at Equator
572  C     diffKrBL79deep :: T/S deep diffusivity (m^2/s) Bryan and Lewis, 1979  C     diffKrBL79deep :: T/S deep diffusivity (m^2/s) Bryan and Lewis, 1979
573    C     diffKrBLEQdeep :: same as above at Equator
574  C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979  C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979
575    C     diffKrBLEQscl  :: same as above at Equator
576  C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979  C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979
577    C     diffKrBLEQHo   :: same as above at Equator
578    C     KbryanLewisLatTransition :: polarwise of this latitude diffKrBL79 is
579    C               applied with gradual transition to diffKrBLEQ towards Equator
580    
581  C     deltaT    :: Default timestep ( s )  C     deltaT    :: Default timestep ( s )
582  C     deltaTClock  :: Timestep used as model "clock". This determines the  C     deltaTClock  :: Timestep used as model "clock". This determines the
583  C                    IO frequencies and is used in tagging output. It can  C                    IO frequencies and is used in tagging output. It can
# Line 670  C                      (i.e. allows conv Line 677  C                      (i.e. allows conv
677       & diffKhT, diffK4T, diffKrNrT,       & diffKhT, diffK4T, diffKrNrT,
678       & diffKhS, diffK4S, diffKrNrS,       & diffKhS, diffK4S, diffKrNrS,
679       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
680         & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,
681         & KbryanLewisLatTransition,
682       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
683       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
684       & gravity, recip_Gravity, gBaro,       & gravity, recip_Gravity, gBaro,
# Line 755  C                      (i.e. allows conv Line 764  C                      (i.e. allows conv
764        _RL diffKrBL79deep        _RL diffKrBL79deep
765        _RL diffKrBL79scl        _RL diffKrBL79scl
766        _RL diffKrBL79Ho        _RL diffKrBL79Ho
767          _RL diffKrBLEQsurf
768          _RL diffKrBLEQdeep
769          _RL diffKrBLEQscl
770          _RL diffKrBLEQHo
771          _RL KbryanLewisLatTransition
772        _RL delt        _RL delt
773        _RL tauCD        _RL tauCD
774        _RL rCD        _RL rCD

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200

  ViewVC Help
Powered by ViewVC 1.1.22