thermcell_plume_5B Subroutine

public subroutine thermcell_plume_5B(itap, ngrid, nlay, ptimestep, ztv, zthl, po, zl, rhobarz, zlev, pplev, pphi, zpspsk, alim_star, alim_star_tot, lalim, f0, detr_star, entr_star, f_star, csc, ztva, ztla, zqla, zqta, zha, zw2, w_est, ztva_est, zqsatth, lmix, lmix_bis, linter, lev_out, lunout1, igout)

Uses

  • proc~~thermcell_plume_5b~~UsesGraph proc~thermcell_plume_5b thermcell_plume_5B module~lmdz_thermcell_qsat lmdz_thermcell_qsat proc~thermcell_plume_5b->module~lmdz_thermcell_qsat module~lmdz_thermcell_ini lmdz_thermcell_ini proc~thermcell_plume_5b->module~lmdz_thermcell_ini module~strings_mod strings_mod module~lmdz_thermcell_ini->module~strings_mod iso_fortran_env iso_fortran_env module~strings_mod->iso_fortran_env

Arguments

Type IntentOptional Attributes Name
integer :: itap
integer :: ngrid
integer :: nlay
real :: ptimestep
real :: ztv(ngrid,nlay)
real :: zthl(ngrid,nlay)
real, intent(in) :: po(ngrid,nlay)
real :: zl(ngrid,nlay)
real :: rhobarz(ngrid,nlay)
real :: zlev(ngrid,nlay+1)
real :: pplev(ngrid,nlay+1)
real :: pphi(ngrid,nlay)
real :: zpspsk(ngrid,nlay)
real :: alim_star(ngrid,nlay)
real :: alim_star_tot(ngrid)
integer :: lalim(ngrid)
real :: f0(ngrid)
real :: detr_star(ngrid,nlay)
real :: entr_star(ngrid,nlay)
real :: f_star(ngrid,nlay+1)
real :: csc(ngrid,nlay)
real :: ztva(ngrid,nlay)
real :: ztla(ngrid,nlay)
real :: zqla(ngrid,nlay)
real :: zqta(ngrid,nlay)
real :: zha(ngrid,nlay)
real :: zw2(ngrid,nlay+1)
real :: w_est(ngrid,nlay+1)
real :: ztva_est(ngrid,nlay)
real :: zqsatth(ngrid,nlay)
integer :: lmix(ngrid)
integer :: lmix_bis(ngrid)
real :: linter(ngrid)
integer :: lev_out
integer :: lunout1
integer :: igout

Calls

proc~~thermcell_plume_5b~~CallsGraph proc~thermcell_plume_5b thermcell_plume_5B proc~thermcell_qsat thermcell_qsat proc~thermcell_plume_5b->proc~thermcell_qsat

Called by

proc~~thermcell_plume_5b~~CalledByGraph proc~thermcell_plume_5b thermcell_plume_5B proc~thermcell_main thermcell_main proc~thermcell_main->proc~thermcell_plume_5b proc~thermcell_main~2 thermcell_main proc~thermcell_main~2->proc~thermcell_plume_5b proc~calltherm calltherm proc~calltherm->proc~thermcell_main proc~calltherm~2 calltherm proc~calltherm~2->proc~thermcell_main proc~physiq physiq proc~physiq->proc~calltherm proc~physiq~2 physiq proc~physiq~2->proc~calltherm 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