/[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.200 by dimitri, Wed Apr 11 00:00:47 2007 UTC revision 1.201 by dimitri, Sat Apr 14 18:32:32 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
 C     diffKrBLEQsurf :: same as above at Equator  
571  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
 C     diffKrBLEQdeep :: same as above at Equator  
572  C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979  C     diffKrBL79scl  :: depth scale for arctan fn (m) Bryan and Lewis, 1979
 C     diffKrBLEQscl  :: same as above at Equator  
573  C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979  C     diffKrBL79Ho   :: depth offset for arctan fn (m) Bryan and Lewis, 1979
574  C     diffKrBLEQHo   :: same as above at Equator  C     BL79LatVary    :: polarwise of this latitude diffKrBL79 is applied with
575  C     KbryanLewisLatTransition :: polarwise of this latitude diffKrBL79 is  C                       gradual transition to diffKrBLEQ towards Equator
576  C               applied with gradual transition to diffKrBLEQ towards Equator  C     diffKrBLEQsurf :: same as diffKrBL79surf but at Equator
577    C     diffKrBLEQdeep :: same as diffKrBL79deep but at Equator
578    C     diffKrBLEQscl  :: same as diffKrBL79scl but at Equator
579    C     diffKrBLEQHo   :: same as diffKrBL79Ho but at Equator
580  C     deltaT    :: Default timestep ( s )  C     deltaT    :: Default timestep ( s )
581  C     deltaTClock  :: Timestep used as model "clock". This determines the  C     deltaTClock  :: Timestep used as model "clock". This determines the
582  C                    IO frequencies and is used in tagging output. It can  C                    IO frequencies and is used in tagging output. It can
# Line 677  C                      (i.e. allows conv Line 676  C                      (i.e. allows conv
676       & diffKhT, diffK4T, diffKrNrT,       & diffKhT, diffK4T, diffKrNrT,
677       & diffKhS, diffK4S, diffKrNrS,       & diffKhS, diffK4S, diffKrNrS,
678       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
679         & BL79LatVary,
680       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,
      & KbryanLewisLatTransition,  
681       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
682       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
683       & gravity, recip_Gravity, gBaro,       & gravity, recip_Gravity, gBaro,
# Line 764  C                      (i.e. allows conv Line 763  C                      (i.e. allows conv
763        _RL diffKrBL79deep        _RL diffKrBL79deep
764        _RL diffKrBL79scl        _RL diffKrBL79scl
765        _RL diffKrBL79Ho        _RL diffKrBL79Ho
766          _RL BL79LatVary
767        _RL diffKrBLEQsurf        _RL diffKrBLEQsurf
768        _RL diffKrBLEQdeep        _RL diffKrBLEQdeep
769        _RL diffKrBLEQscl        _RL diffKrBLEQscl
770        _RL diffKrBLEQHo        _RL diffKrBLEQHo
       _RL KbryanLewisLatTransition  
771        _RL delt        _RL delt
772        _RL tauCD        _RL tauCD
773        _RL rCD        _RL rCD

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

  ViewVC Help
Powered by ViewVC 1.1.22