| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| real(kind=wp), | intent(in), | dimension(Npoints) | :: | var | ||
| integer, | intent(in) | :: | Nbins | |||
| real(kind=wp), | intent(in), | dimension(Nbins+1) | :: | bins |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | Nlevels | |||
| real(kind=wp), | intent(in), | dimension(Npoints,Nlevels) | :: | zfull | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Nlevels) | :: | zhalf | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | y | ||
| integer, | intent(in) | :: | Nglevels | |||
| real(kind=wp), | intent(in), | dimension(Nglevels) | :: | newgrid_bot | ||
| real(kind=wp), | intent(in), | dimension(Nglevels) | :: | newgrid_top | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Ncolumns,Nglevels) | :: | r | ||
| logical, | intent(in), | optional | :: | log_units |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | Nlevels | |||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | beta_tot | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Nlevels) | :: | beta_mol | ||
| real(kind=wp), | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | Ze_tot | ||
| real(kind=wp), | intent(out), | dimension(Npoints,Nlevels) | :: | lidar_only_freq_cloud | ||
| real(kind=wp), | intent(out), | dimension(Npoints) | :: | tcc | ||
| real(kind=wp), | intent(out), | dimension(Npoints) | :: | radar_tcc | ||
| real(kind=wp), | intent(out), | dimension(Npoints) | :: | radar_tcc2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(npts) | :: | var1 | ||
| real(kind=wp), | intent(in), | dimension(npts) | :: | var2 | ||
| integer, | intent(in) | :: | npts | |||
| real(kind=wp), | intent(in), | dimension(nbin1+1) | :: | bin1 | ||
| integer, | intent(in) | :: | nbin1 | |||
| real(kind=wp), | intent(in), | dimension(nbin2+1) | :: | bin2 | ||
| integer, | intent(in) | :: | nbin2 | |||
| real(kind=wp), | intent(out), | dimension(nbin1,nbin2) | :: | jointHist |