computes graupel contents, ilamg, and mvd_g and checks bounds
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| logical, | intent(inout), | dimension(:) | :: | l_qg | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qg1d | ||
| real(kind=wp), | intent(inout), | optional, | dimension(:) | :: | ng1d | |
| real(kind=wp), | intent(inout), | optional, | dimension(:) | :: | qb1d | |
| real(kind=wp), | intent(inout), | dimension(:) | :: | rg | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | ng | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | rb | ||
| integer, | intent(inout), | dimension(:) | :: | idx | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qgten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | ngten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qbten | ||
| real(kind=dp), | intent(out), | dimension(:) | :: | ilamg | ||
| real(kind=wp), | intent(out), | dimension(:) | :: | mvd_g |