/[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.201 by dimitri, Sat Apr 14 18:32:32 2007 UTC revision 1.202 by jmc, Fri Jun 1 21:12:37 2007 UTC
# Line 646  C                b) use model surface (l Line 646  C                b) use model surface (l
646  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.
647  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
648  C                          ( g*rho if horiz in m and vertical in Pa ).  C                          ( g*rho if horiz in m and vertical in Pa ).
649  C     Ro_SeaLevel        :: standard position of Sea-Level in "R" coordinate, used as  C     hMixCrit    :: criteria for mixed-layer diagnostic
650  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C     ivdc_kappa  :: implicit vertical diffusivity for convection [m^2/s]
651    C     Ro_SeaLevel :: standard position of Sea-Level in "R" coordinate, used as
652    C                    starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
653  C     sideDragFactor     :: side-drag scaling factor (used only if no_slip_sides)  C     sideDragFactor     :: side-drag scaling factor (used only if no_slip_sides)
654  C                           (default=2: full drag ; =1: gives half-slip BC)  C                           (default=2: full drag ; =1: gives half-slip BC)
655  C     bottomDragLinear    :: Linear    bottom-drag coefficient (units of [r]/s)  C     bottomDragLinear    :: Linear    bottom-drag coefficient (units of [r]/s)
# Line 696  C                      (i.e. allows conv Line 698  C                      (i.e. allows conv
698       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,
699       & hFacMinDr, hFacMinDp,       & hFacMinDr, hFacMinDp,
700       & horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
701       & ivdc_kappa, Ro_SeaLevel,       & ivdc_kappa, hMixCriteria, Ro_SeaLevel,
702       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,
703       & smoothAbsFuncRange,       & smoothAbsFuncRange,
704       & tCylIn, tCylOut       & tCylIn, tCylOut
# Line 820  C                      (i.e. allows conv Line 822  C                      (i.e. allows conv
822        _RL horiVertRatio        _RL horiVertRatio
823        _RL recip_horiVertRatio        _RL recip_horiVertRatio
824        _RL ivdc_kappa        _RL ivdc_kappa
825          _RL hMixCriteria
826        _RL Ro_SeaLevel        _RL Ro_SeaLevel
827        _RL sideDragFactor        _RL sideDragFactor
828        _RL bottomDragLinear        _RL bottomDragLinear

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

  ViewVC Help
Powered by ViewVC 1.1.22