Symbol Description Uses
Fbot oceanic heat flux used to melt/form ice [W/m2] 16



File Line number Procedure Code
./pkg/thsice/thsice_calc_thickn.F 1030 THSICE_CALC_THICKN
     &         flx2oc(I,J),Fbot(i,j),(etope(i,j)+ebote(i,j))/dt
./pkg/thsice/thsice_calc_thickn.F 1099 THSICE_CALC_THICKN
         fzMlOc(i,j) = fzMlOc(i,j) - Fbot(i,j)*iceMask(i,j)
./pkg/thsice/thsice_calc_thickn.F 174 THSICE_CALC_THICKN
      _RL Fbot   (1-Olx:sNx+Olx,1-Oly:sNy+Oly)
./pkg/thsice/thsice_calc_thickn.F 276 THSICE_CALC_THICKN
        Fbot   (i,j) = 0. _d 0
./pkg/thsice/thsice_calc_thickn.F 362 THSICE_CALC_THICKN
          Fbot(i,j) = fzMlOc(i,j)
./pkg/thsice/thsice_calc_thickn.F 365 THSICE_CALC_THICKN
           Fbot(i,j) = enFrcFrz(i,j)*fzMlOc(i,j)
./pkg/thsice/thsice_calc_thickn.F 369 THSICE_CALC_THICKN
            Fbot(i,j) = 0. _d 0
./pkg/thsice/thsice_calc_thickn.F 372 THSICE_CALC_THICKN
            Fbot(i,j) = (1. _d 0 - fracEnFreez)*fzMlOc(i,j)
./pkg/thsice/thsice_calc_thickn.F 387 THSICE_CALC_THICKN
          Fbot(i,j) = cpchr*(tFrz(i,j)-tOce(i,j))*ustar
./pkg/thsice/thsice_calc_thickn.F 389 THSICE_CALC_THICKN
          Fbot(i,j) = max(Fbot(i,j),fzMlOc(i,j))
./pkg/thsice/thsice_calc_thickn.F 390 THSICE_CALC_THICKN
          Fbot(i,j) = min(Fbot(i,j),0. _d 0)
./pkg/thsice/thsice_calc_thickn.F 400 THSICE_CALC_THICKN
     &        frwAtm(i,j),fzMlOc(i,j),Fbot(i,j)
./pkg/thsice/thsice_calc_thickn.F 462 THSICE_CALC_THICKN
         ebot(i,j) = (flxCnB(i,j)-Fbot(i,j)) * dt
./pkg/thsice/thsice_calc_thickn.F 998 THSICE_CALC_THICKN
     &        + (Fbot(i,j)+(esurp(i,j)+etop(i,j)+ebot(i,j))/dt)