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~~CalledByGraph proc~cloudsat_precipoccurence cloudsat_precipOccurence proc~quickbeam_column quickbeam_column proc~quickbeam_column->proc~cloudsat_precipoccurence proc~cosp_simulator COSP_SIMULATOR proc~cosp_simulator->proc~quickbeam_column proc~cosp_simulator~2 COSP_SIMULATOR proc~cosp_simulator~2->proc~quickbeam_column proc~lmdz_cosp_interface lmdz_cosp_interface proc~lmdz_cosp_interface->proc~cosp_simulator proc~lmdz_cosp_interface~2 lmdz_cosp_interface proc~lmdz_cosp_interface~2->proc~cosp_simulator proc~physiq physiq proc~physiq->proc~lmdz_cosp_interface proc~physiq~2 physiq proc~physiq~2->proc~lmdz_cosp_interface proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents