calcules mass weighted fall speeds for snow 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_qs | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rs | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | prr_sml | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | smob | ||
| real(kind=dp), | intent(in), | dimension(:) | :: | smoc | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rr | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | vtrr | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | vt | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | vtboost | ||
| integer, | intent(out), | optional | :: | substeps_sedi | ||
| integer, | intent(out), | optional | :: | ktop_sedi |