poprecip_fracupdate Subroutine

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

Uses

  • proc~~poprecip_fracupdate~~UsesGraph proc~poprecip_fracupdate poprecip_fracupdate module~lmdz_lscp_ini lmdz_lscp_ini proc~poprecip_fracupdate->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~~CalledByGraph proc~poprecip_fracupdate poprecip_fracupdate proc~poprecip_precld poprecip_precld proc~poprecip_precld->proc~poprecip_fracupdate proc~poprecip_postcld poprecip_postcld proc~poprecip_postcld->proc~poprecip_fracupdate proc~lscp lscp proc~lscp->proc~poprecip_precld proc~lscp->proc~poprecip_postcld proc~lscp~2 lscp proc~lscp~2->proc~poprecip_precld proc~lscp~2->proc~poprecip_postcld proc~physiq physiq proc~physiq->proc~lscp proc~physiq~2 physiq proc~physiq~2->proc~lscp 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