histprecip_postcld Subroutine

public subroutine histprecip_postcld(klon, dtime, iftop, paprsdn, paprsup, pplay, ctot_vol, ptconv, zdqsdT_raw, zt, zq, zoliq, zoliql, zoliqi, zcond, zfice, zmqc, rneb, znebprecipclr, znebprecipcld, zneb, tot_zneb, zrho_up, zvelo_up, zrfl, zrflclr, zrflcld, zifl, ziflclr, ziflcld, zradocond, zradoice, dqrauto, dqsauto)

Uses

  • proc~~histprecip_postcld~~UsesGraph proc~histprecip_postcld histprecip_postcld module~lmdz_lscp_ini lmdz_lscp_ini proc~histprecip_postcld->module~lmdz_lscp_ini module~lmdz_lscp_tools~2 lmdz_lscp_tools proc~histprecip_postcld->module~lmdz_lscp_tools~2

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
real, intent(in) :: dtime
logical, intent(in) :: iftop
real, intent(in), DIMENSION(klon) :: paprsdn
real, intent(in), DIMENSION(klon) :: paprsup
real, intent(in), DIMENSION(klon) :: pplay
real, intent(in), DIMENSION(klon) :: ctot_vol
logical, intent(in), DIMENSION(klon) :: ptconv
real, intent(in), DIMENSION(klon) :: zdqsdT_raw
real, intent(inout), DIMENSION(klon) :: zt
real, intent(inout), DIMENSION(klon) :: zq
real, intent(inout), DIMENSION(klon) :: zoliq
real, intent(inout), DIMENSION(klon) :: zoliql
real, intent(inout), DIMENSION(klon) :: zoliqi
real, intent(inout), DIMENSION(klon) :: zcond
real, intent(in), DIMENSION(klon) :: zfice
real, intent(in), DIMENSION(klon) :: zmqc
real, intent(in), DIMENSION(klon) :: rneb
real, intent(inout), DIMENSION(klon) :: znebprecipclr
real, intent(inout), DIMENSION(klon) :: znebprecipcld
real, intent(inout), DIMENSION(klon) :: zneb
real, intent(inout), DIMENSION(klon) :: tot_zneb
real, intent(inout), DIMENSION(klon) :: zrho_up
real, intent(inout), DIMENSION(klon) :: zvelo_up
real, intent(inout), DIMENSION(klon) :: zrfl
real, intent(inout), DIMENSION(klon) :: zrflclr
real, intent(inout), DIMENSION(klon) :: zrflcld
real, intent(inout), DIMENSION(klon) :: zifl
real, intent(inout), DIMENSION(klon) :: ziflclr
real, intent(inout), DIMENSION(klon) :: ziflcld
real, intent(out), DIMENSION(klon) :: zradocond
real, intent(out), DIMENSION(klon) :: zradoice
real, intent(out), DIMENSION(klon) :: dqrauto
real, intent(out), DIMENSION(klon) :: dqsauto

Calls

proc~~histprecip_postcld~~CallsGraph proc~histprecip_postcld histprecip_postcld proc~fallice_velocity FALLICE_VELOCITY proc~histprecip_postcld->proc~fallice_velocity

Called by

proc~~histprecip_postcld~~CalledByGraph proc~histprecip_postcld histprecip_postcld proc~lscp lscp proc~lscp->proc~histprecip_postcld proc~lscp~2 lscp proc~lscp~2->proc~histprecip_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