COSP_LIDAR_ONLY_CLOUD Subroutine

public subroutine COSP_LIDAR_ONLY_CLOUD(Npoints, Ncolumns, Nlevels, beta_tot, beta_mol, Ze_tot, lidar_only_freq_cloud, tcc, radar_tcc, radar_tcc2)

Arguments

Type IntentOptional 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

Contents