calculates mass and number weighted fall speeds for rain and optionally the substepping required and the top k-level of sedimentation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rhof | ||
| logical, | intent(in), | dimension(:) | :: | l_qr | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rr | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | ilamr | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | vt | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | vtn | ||
| integer, | intent(out), | optional | :: | substeps_sedi | ||
| integer, | intent(out), | optional | :: | ktop_sedi |