COSP_CLDFRAC Subroutine

public subroutine COSP_CLDFRAC(Npoints, Ncolumns, Nlevels, Ncat, Nphase, tmp, x, ATB, ATBperp, pplay, S_att, S_cld, S_cld_att, undef, lidarcld, cldlayer, lidarcldphase, cldlayerphase, lidarcldtemp)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nlevels
integer, intent(in) :: Ncat
integer, intent(in) :: Nphase
real(kind=wp), intent(in), dimension(Npoints,Nlevels) :: tmp
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,Ncolumns,Nlevels) :: ATBperp
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
real(kind=wp), intent(out), dimension(Npoints,Nlevels,Nphase) :: lidarcldphase
real(kind=wp), intent(out), dimension(Npoints,Ncat,Nphase) :: cldlayerphase
real(kind=wp), intent(out), dimension(Npoints,Ntemp,5) :: lidarcldtemp

Called by

proc~~cosp_cldfrac~4~~CalledByGraph proc~cosp_cldfrac~4 COSP_CLDFRAC proc~lidar_column~2 lidar_column proc~lidar_column~2->proc~cosp_cldfrac~4

Contents