computes hail contents and ilamh Intercept parameter from Jensen el al. (2023)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | rho | ||
| logical, | intent(inout), | dimension(:) | :: | l_qh | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qh1d | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | rh | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | nh | ||
| real(kind=wp), | intent(inout), | dimension(:) | :: | qhten | ||
| real(kind=dp), | intent(out), | dimension(:) | :: | ilamh | ||
| real(kind=wp), | intent(in) | :: | dt | |||
| real(kind=wp), | intent(in) | :: | odt |