| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in), | dimension(:,:) | :: | hgt_matrix | ||
| real(kind=8), | intent(out), | dimension(:,:) | :: | t_matrix | ||
| real(kind=8), | intent(out), | dimension(:,:) | :: | p_matrix | ||
| real(kind=8), | intent(out), | dimension(:,:) | :: | rh_matrix | ||
| real(kind=8), | intent(in), | dimension(:,:) | :: | env_hgt_matrix | ||
| real(kind=8), | intent(in), | dimension(:,:) | :: | env_t_matrix | ||
| real(kind=8), | intent(in), | dimension(:,:) | :: | env_p_matrix | ||
| real(kind=8), | intent(in), | dimension(:,:) | :: | env_rh_matrix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(inout), | dimension(:,:) | :: | hgt_matrix | ||
| real(kind=8), | intent(inout), | dimension(:,:,:) | :: | hm_matrix | ||
| real(kind=8), | intent(inout), | dimension(:,:) | :: | p_matrix | ||
| real(kind=8), | intent(inout), | dimension(:,:) | :: | t_matrix | ||
| real(kind=8), | intent(inout), | dimension(:,:) | :: | rh_matrix | ||
| integer, | intent(in) | :: | sfc_radar | |||
| logical, | intent(out) | :: | hgt_reversed |