LIQUID_EFFECTIVE_RADIUS Subroutine

subroutine LIQUID_EFFECTIVE_RADIUS(YDERAD, KIDIA, KFDIA, KLON, KLEV, PPRESSURE, PTEMPERATURE, PCLOUD_FRAC, PQ_LIQ, PQ_RAIN, PLAND_FRAC, PCCN_LAND, PCCN_SEA, PRE_UM)

Uses

  • proc~~liquid_effective_radius~~UsesGraph proc~liquid_effective_radius LIQUID_EFFECTIVE_RADIUS module~yomlun~4 YOMLUN proc~liquid_effective_radius->module~yomlun~4 module~yomhook yomhook proc~liquid_effective_radius->module~yomhook module~yoerdu YOERDU proc~liquid_effective_radius->module~yoerdu module~parkind1~2 PARKIND1 proc~liquid_effective_radius->module~parkind1~2 module~yomcst~3 YOMCST proc~liquid_effective_radius->module~yomcst~3 module~yoerad yoerad proc~liquid_effective_radius->module~yoerad module~yomlun~4->module~parkind1~2 module~yomlun_ifsaux YOMLUN_IFSAUX module~yomlun~4->module~yomlun_ifsaux module~yoerdu->module~parkind1~2 module~yomcst~3->module~parkind1~2 module~yomlun_ifsaux->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
type(TERAD), intent(in) :: YDERAD
integer(kind=JPIM), intent(in) :: KIDIA
integer(kind=JPIM), intent(in) :: KFDIA
integer(kind=JPIM), intent(in) :: KLON
integer(kind=JPIM), intent(in) :: KLEV
real(kind=JPRB), intent(in) :: PPRESSURE(KLON,KLEV)
real(kind=JPRB), intent(in) :: PTEMPERATURE(KLON,KLEV)
real(kind=JPRB), intent(in) :: PCLOUD_FRAC(KLON,KLEV)
real(kind=JPRB), intent(in) :: PQ_LIQ(KLON,KLEV)
real(kind=JPRB), intent(in) :: PQ_RAIN(KLON,KLEV)
real(kind=JPRB), intent(in) :: PLAND_FRAC(KLON)
real(kind=JPRB), intent(in) :: PCCN_LAND(KLON)
real(kind=JPRB), intent(in) :: PCCN_SEA(KLON)
real(kind=JPRB), intent(out) :: PRE_UM(KLON,KLEV)

Calls

proc~~liquid_effective_radius~~CallsGraph proc~liquid_effective_radius LIQUID_EFFECTIVE_RADIUS proc~dr_hook dr_hook proc~liquid_effective_radius->proc~dr_hook proc~abor1 ABOR1 proc~liquid_effective_radius->proc~abor1

Called by

proc~~liquid_effective_radius~~CalledByGraph proc~liquid_effective_radius LIQUID_EFFECTIVE_RADIUS proc~radiation_scheme~3 RADIATION_SCHEME proc~radiation_scheme~3->proc~liquid_effective_radius program~ecrad_ifs_driver ecrad_ifs_driver program~ecrad_ifs_driver->proc~radiation_scheme~3 program~ecrad_ifs_driver~2 ecrad_ifs_driver program~ecrad_ifs_driver~2->proc~radiation_scheme~3

Contents