Symbol Description Uses
bottomDragQuadratic Quadratic bottom-drag coefficient (units of [r]/m) 11



File Line number Procedure Code
./model/inc/PARAMS.h 754 NO PROCEDURE
     & sideDragFactor, bottomDragLinear, bottomDragQuadratic, nh_Am2,
./model/inc/PARAMS.h 883 NO PROCEDURE
      _RL bottomDragQuadratic
./pkg/mom_common/mom_u_bottomdrag.F 93 MOM_U_BOTTOMDRAG
     &    *bottomDragQuadratic*SQRT(KE(i,j)+KE(i-1,j))*dragFac
./pkg/mom_common/mom_v_bottomdrag.F 100 MOM_V_BOTTOMDRAG
     &    *bottomDragQuadratic*SQRT(KE(i,j)+KE(i,j-1))*dragFac
./pkg/mom_fluxform/mom_fluxform.F 243 MOM_FLUXFORM
     &    .OR. bottomDragQuadratic.NE.0.
./pkg/mom_vecinv/mom_vecinv.F 209 MOM_VECINV
     &    .OR. bottomDragQuadratic.NE.0.
./model/src/config_summary.F 153 CONFIG_SUMMARY
      CALL WRITE_0D_RL( bottomDragQuadratic, INDEX_NONE,
./pkg/shelfice/shelfice_readparms.F 79 SHELFICE_READPARMS
      SHELFICEDragQuadratic    = bottomDragQuadratic
./pkg/shelfice/shelfice_v_drag.F 85 SHELFICE_V_DRAG
     &    *bottomDragQuadratic*sqrt(KE(i,j)+KE(i,j-1))
./model/src/ini_parms.F 174 INI_PARMS
     & no_slip_bottom, bottomDragLinear, bottomDragQuadratic,
./model/src/set_defaults.F 118 SET_DEFAULTS
      bottomDragQuadratic = 0.