| Symbol | Description | Uses |
| qbot | 4 |
| File | Line number | Procedure | Code |
| ./pkg/thsice/thsice_calc_thickn.F | 147 | THSICE_CALC_THICKN |
_RL qbot ! enthalpy for new ice at bottom surf (J/kg) |
| ./pkg/thsice/thsice_calc_thickn.F | 340 | THSICE_CALC_THICKN |
qbot = -cpice *Tf + Lfresh |
| ./pkg/thsice/thsice_calc_thickn.F | 341 | THSICE_CALC_THICKN |
dhi = -ebot / (qbot * rhoi) |
| ./pkg/thsice/thsice_calc_thickn.F | 344 | THSICE_CALC_THICKN |
qicen(k) = (hnew(k)*qicen(k)+dhi*qbot) / (hnew(k)+dhi) |