| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | Nlevels | |||
| integer, | intent(in) | :: | Ncat | |||
| integer, | intent(in) | :: | Nphase | |||
| real(kind=wp), | intent(in), | dimension(Npoints,Nlevels) | :: | tmp | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | x | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | ATB | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | ATBperp | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Nlevels) | :: | pplay | ||
| real(kind=wp), | intent(in) | :: | S_att | |||
| real(kind=wp), | intent(in) | :: | S_cld | |||
| real(kind=wp), | intent(in) | :: | S_cld_att | |||
| real(kind=wp), | intent(in) | :: | undef | |||
| real(kind=wp), | intent(out), | dimension(Npoints,Nlevels) | :: | lidarcld | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Ncat) | :: | cldlayer | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Nlevels,Nphase) | :: | lidarcldphase | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Ncat,Nphase) | :: | cldlayerphase | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Ntemp,5) | :: | lidarcldtemp |