cloudsat_precipOccurence Subroutine

public subroutine cloudsat_precipOccurence(Npoints, Ncolumns, llm, Nhydro, Ze_out, Ze_non_out, land, surfelev, t2m, fracPrecipIce, cloudsat_precip_cover, cloudsat_pia)

! Computing altitude index for precip flags calculation !PREC_BUG

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: Npoints
integer, intent(in) :: Ncolumns
integer, intent(in) :: llm
integer, intent(in) :: Nhydro
real(kind=wp), intent(in), dimension(Npoints,Ncolumns,llm) :: Ze_out
real(kind=wp), intent(in), dimension(Npoints,Ncolumns,llm) :: Ze_non_out
real(kind=wp), intent(in), dimension(Npoints) :: land
real(kind=wp), intent(in), dimension(Npoints) :: surfelev
real(kind=wp), intent(in), dimension(Npoints) :: t2m
real(kind=wp), intent(in), dimension(Npoints,Ncolumns) :: fracPrecipIce
real(kind=wp), intent(out), dimension(Npoints,nCloudsatPrecipClass) :: cloudsat_precip_cover
real(kind=wp), intent(out), dimension(Npoints) :: cloudsat_pia

Called by

proc~~cloudsat_precipoccurence~2~~CalledByGraph proc~cloudsat_precipoccurence~2 cloudsat_precipOccurence proc~quickbeam_column~2 quickbeam_column proc~quickbeam_column~2->proc~cloudsat_precipoccurence~2

Contents