/[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.184 by jmc, Sat Apr 15 15:06:22 2006 UTC revision 1.185 by heimbach, Wed Jun 7 01:55:12 2006 UTC
# Line 611  C                           (default=2: Line 611  C                           (default=2:
611  C     bottomDragLinear    :: Linear    bottom-drag coefficient (units of [r]/s)  C     bottomDragLinear    :: Linear    bottom-drag coefficient (units of [r]/s)
612  C     bottomDragQuadratic :: Quadratic bottom-drag coefficient (units of [r]/m)  C     bottomDragQuadratic :: Quadratic bottom-drag coefficient (units of [r]/m)
613  C               (if using zcoordinate, units becomes linear: m/s, quadratic: [-])  C               (if using zcoordinate, units becomes linear: m/s, quadratic: [-])
614    C     smoothAbsFuncRange :: 1/2 of interval around zero, for which FORTRAN ABS
615    C                           is to be replace by a smoother function
616    C                           (affects myabs, mymin, mymax)
617  C     nh_Am2        :: scales the non-hydrostatic terms and changes internal scales  C     nh_Am2        :: scales the non-hydrostatic terms and changes internal scales
618  C                      (i.e. allows convection at different Rayleigh numbers)  C                      (i.e. allows convection at different Rayleigh numbers)
619        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
# Line 649  C                      (i.e. allows conv Line 652  C                      (i.e. allows conv
652       & horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
653       & ivdc_kappa, Ro_SeaLevel,       & ivdc_kappa, Ro_SeaLevel,
654       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,       & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,
655         & smoothAbsFuncRange,
656       & tCylIn, tCylOut       & tCylIn, tCylOut
657    
658        _RL cg2dTargetResidual        _RL cg2dTargetResidual
# Line 768  C                      (i.e. allows conv Line 772  C                      (i.e. allows conv
772        _RL sideDragFactor        _RL sideDragFactor
773        _RL bottomDragLinear        _RL bottomDragLinear
774        _RL bottomDragQuadratic        _RL bottomDragQuadratic
775          _RL smoothAbsFuncRange
776        _RL nh_Am2        _RL nh_Am2
777        _RL tCylIn        _RL tCylIn
778        _RL tCylOut        _RL tCylOut

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

  ViewVC Help
Powered by ViewVC 1.1.22