poprecip_fracupdate Subroutine

public subroutine poprecip_fracupdate(klon, cldfra, precipfracclr, precipfraccld, rainclr, raincld, snowclr, snowcld)

Uses

  • proc~~poprecip_fracupdate~2~~UsesGraph proc~poprecip_fracupdate~2 poprecip_fracupdate module~lmdz_lscp_ini lmdz_lscp_ini proc~poprecip_fracupdate~2->module~lmdz_lscp_ini

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
real, intent(in), DIMENSION(klon) :: cldfra
real, intent(inout), DIMENSION(klon) :: precipfracclr
real, intent(inout), DIMENSION(klon) :: precipfraccld
real, intent(inout), DIMENSION(klon) :: rainclr
real, intent(inout), DIMENSION(klon) :: raincld
real, intent(inout), DIMENSION(klon) :: snowclr
real, intent(inout), DIMENSION(klon) :: snowcld

Called by

proc~~poprecip_fracupdate~2~~CalledByGraph proc~poprecip_fracupdate~2 poprecip_fracupdate proc~poprecip_precld~2 poprecip_precld proc~poprecip_precld~2->proc~poprecip_fracupdate~2 proc~poprecip_postcld~2 poprecip_postcld proc~poprecip_postcld~2->proc~poprecip_fracupdate~2

Contents