computes sedimentation fluxes, adds fluxes to tendencies, and updates hydrometeor mass (and number and volume)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(inout), | dimension(:) | :: | xr | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | vt | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | dz1d | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | xten | ||
| real(kind=wp), | intent(in) | :: | limit | |||
| integer, | intent(in) | :: | steps | |||
| integer, | intent(in), | optional | :: | ktop_sedi | ||
| real(kind=wp), | intent(inout), | optional | :: | precip |