sums tendencies for each hydrometeor category and temperature and moisture
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | temp | ||
| integer, | intent(in), | dimension(:) | :: | idx | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | lvap | ||
| real(kind=wp), | intent(in), | dimension(:) | :: | ocp | ||
| type(ty_tend), | intent(in) | :: | tend | |||
| real(kind=wp), | intent(inout), | dimension(:) | :: | tten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qvten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qcten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | ncten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qiten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | niten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qsten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qrten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nrten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qgten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | ngten | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qbten |