Symbol | Description | Uses |
qbot | 4 |
File | Line number | Procedure | Code |
./pkg/thsice/thsice_calc_thickn.F | 106 | THSICE_CALC_THICKN |
_RL qbot ! q for new ice at bottom surf (J m-3) |
./pkg/thsice/thsice_calc_thickn.F | 271 | THSICE_CALC_THICKN |
qbot = -cpice *Tf + Lfresh |
./pkg/thsice/thsice_calc_thickn.F | 272 | THSICE_CALC_THICKN |
dhi = -ebot / (qbot * rhoi) |
./pkg/thsice/thsice_calc_thickn.F | 275 | THSICE_CALC_THICKN |
qicen(k) = (hnew(k)*qicen(k)+dhi*qbot) / (hnew(k)+dhi) |