! Computing altitude index for precip flags calculation !PREC_BUG
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | llm | |||
| integer, | intent(in) | :: | Nhydro | |||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,llm) | :: | Ze_out | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,llm) | :: | Ze_non_out | ||
| real(kind=wp), | intent(in), | dimension(Npoints) | :: | land | ||
| real(kind=wp), | intent(in), | dimension(Npoints) | :: | surfelev | ||
| real(kind=wp), | intent(in), | dimension(Npoints) | :: | t2m | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns) | :: | fracPrecipIce | ||
| real(kind=wp), | intent(out), | dimension(Npoints,nCloudsatPrecipClass) | :: | cloudsat_precip_cover | ||
| real(kind=wp), | intent(out), | dimension(Npoints) | :: | cloudsat_pia |