COSP_OPAQ Subroutine

public subroutine COSP_OPAQ(Npoints, Ncolumns, Nlevels, Ntype, tmp, x, S_att, S_cld, undef, lidarcldtype, cldtype, cldtypetemp, cldtypemeanz, cldtypemeanzse, cldthinemis, vgrid_z, surfelev)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
integer, intent(in) :: Ntype
real(kind=wp), intent(in), dimension(Npoints,Nlevels) :: tmp
real(kind=wp), intent(in), dimension(Npoints,Ncolumns,Nlevels) :: x
real(kind=wp), intent(in) :: S_att
real(kind=wp), intent(in) :: S_cld
real(kind=wp), intent(in) :: undef
real(kind=wp), intent(out), dimension(Npoints,Nlevels,Ntype+1) :: lidarcldtype
real(kind=wp), intent(out), dimension(Npoints,Ntype) :: cldtype
real(kind=wp), intent(out), dimension(Npoints,Ntype) :: cldtypetemp
real(kind=wp), intent(out), dimension(Npoints,2) :: cldtypemeanz
real(kind=wp), intent(out), dimension(Npoints,3) :: cldtypemeanzse
real(kind=wp), intent(out), dimension(Npoints) :: cldthinemis
real(kind=wp), intent(in), dimension(Nlevels) :: vgrid_z
real(kind=wp), intent(in), dimension(Npoints) :: surfelev

Called by

proc~~cosp_opaq~4~~CalledByGraph proc~cosp_opaq~4 COSP_OPAQ proc~lidar_column~2 lidar_column proc~lidar_column~2->proc~cosp_opaq~4

Contents