Symbol Description Uses
rThickC thickness of W-cell 10



File Line number Procedure Code
./pkg/mom_common/mom_w_sidedrag.F 13 MOM_W_SIDEDRAG
     I        rThickC, recip_rThickC,
./pkg/mom_common/mom_w_sidedrag.F 45 MOM_W_SIDEDRAG
      _RL  rThickC (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
./pkg/mom_common/mom_w_sidedrag.F 74 MOM_W_SIDEDRAG
        heightStepW = MAX( 0. _d 0, rThickC(i,j) - rThickC(i-1,j) )
./pkg/mom_common/mom_w_sidedrag.F 75 MOM_W_SIDEDRAG
        heightStepE = MAX( 0. _d 0, rThickC(i,j) - rThickC(i+1,j) )
./pkg/mom_common/mom_w_sidedrag.F 76 MOM_W_SIDEDRAG
        heightStepS = MAX( 0. _d 0, rThickC(i,j) - rThickC(i,j-1) )
./pkg/mom_common/mom_w_sidedrag.F 77 MOM_W_SIDEDRAG
        heightStepN = MAX( 0. _d 0, rThickC(i,j) - rThickC(i,j+1) )