computes rain water contents, ilamr, and mvd_r and checks bounds
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| logical, | intent(inout), | dimension(:) | :: | l_qr | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qr1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nr1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | rr | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nr | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qrten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nrten | ||
| real(kind=dp), | intent(out), | dimension(:) | :: | ilamr | ||
| real(kind=wp), | intent(out), | dimension(:) | :: | mvd_r |