computes cloud water contents, ilamc, and mvd_c and checks bounds
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| logical, | intent(inout), | dimension(:) | :: | l_qc | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qc1d | ||
| real(kind=wp), | intent(inout), | optional, | dimension(:) | :: | nc1d | |
| real(kind=wp), | intent(inout), | dimension(:) | :: | rc | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nc | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qcten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | ncten | ||
| real(kind=dp), | intent(out), | dimension(:) | :: | ilamc | ||
| real(kind=wp), | intent(out), | dimension(:) | :: | mvd_c |