| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | Nlevels | |||
| integer, | intent(in) | :: | Nbins | |||
| real, | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | x | ||
| real, | intent(in) | :: | xmin | |||
| real, | intent(in) | :: | xmax | |||
| real, | intent(in) | :: | bmin | |||
| real, | intent(in) | :: | bwidth |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | Npoints | |||
| integer, | intent(in) | :: | Ncolumns | |||
| integer, | intent(in) | :: | Nlevels | |||
| real, | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | temp_tot | ||
| real, | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | beta_tot | ||
| real, | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | betaperp_tot | ||
| real, | intent(in), | dimension(Npoints,Nlevels) | :: | beta_mol | ||
| real, | intent(in), | dimension(Npoints,Ncolumns,Nlevels) | :: | Ze_tot | ||
| real, | intent(out), | dimension(Npoints,Nlevels) | :: | lidar_only_freq_cloud | ||
| real, | intent(out), | dimension(Npoints) | :: | tcc |