calculates mass weighted fall speeds for hail and optionally the substepping required and the top k-level of sedimentation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rhof | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | visco | ||
| logical, | intent(in), | dimension(:) | :: | l_qh | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rh | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | ilamh | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | vt | ||
| integer, | intent(out), | optional | :: | substeps_sedi | ||
| integer, | intent(out), | optional | :: | ktop_sedi | ||
| real(kind=wp), | intent(in) | :: | dt |