| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(class_param) | :: | hp | ||||
| integer, | intent(in) | :: | nprof | |||
| integer, | intent(in) | :: | ngate | |||
| real | :: | undef | ||||
| real(kind=8), | intent(in), | dimension(nprof,ngate) | :: | hgt_matrix | ||
| real(kind=8), | intent(in), | dimension(hp%nhclass,nprof,ngate) | :: | hm_matrix | ||
| real(kind=8), | intent(inout), | dimension(hp%nhclass,nprof,ngate) | :: | re_matrix | ||
| real(kind=8), | intent(inout), | dimension(hp%nhclass,nprof,ngate) | :: | Np_matrix | ||
| real(kind=8), | intent(in), | dimension(nprof,ngate) | :: | p_matrix | ||
| real(kind=8), | intent(in), | dimension(nprof,ngate) | :: | t_matrix | ||
| real(kind=8), | intent(in), | dimension(nprof,ngate) | :: | rh_matrix | ||
| real(kind=8), | intent(out), | dimension(nprof,ngate) | :: | Ze_non | ||
| real(kind=8), | intent(out), | dimension(nprof,ngate) | :: | Ze_ray | ||
| real(kind=8), | intent(out), | dimension(nprof,ngate) | :: | g_to_vol | ||
| real(kind=8), | intent(out), | dimension(nprof,ngate) | :: | a_to_vol | ||
| real(kind=8), | intent(out), | dimension(nprof,ngate) | :: | dBZe | ||
| real(kind=8), | optional, | dimension(nprof,ngate) | :: | g_to_vol_in | ||
| real(kind=8), | optional, | dimension(nprof,ngate) | :: | g_to_vol_out |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(COSP_GRIDBOX), | intent(inout) | :: | gbx | |||
| type(COSP_SUBGRID), | intent(in) | :: | sgx | |||
| type(COSP_SGHYDRO), | intent(in) | :: | sghydro | |||
| type(COSP_SGRADAR), | intent(inout) | :: | z |