COSP_CLDFRAC_NOPHASE Subroutine

public subroutine COSP_CLDFRAC_NOPHASE(Npoints, Ncolumns, Nlevels, Ncat, x, ATB, pplay, S_att, S_cld, S_cld_att, undef, lidarcld, cldlayer)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
integer, intent(in) :: Ncat
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,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

Called by

proc~~cosp_cldfrac_nophase~2~~CalledByGraph proc~cosp_cldfrac_nophase~2 COSP_CLDFRAC_NOPHASE proc~lidar_column~2 lidar_column proc~lidar_column~2->proc~cosp_cldfrac_nophase~2

Contents