thermcell_plume_6A Subroutine

public subroutine thermcell_plume_6A(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_6a~~UsesGraph proc~thermcell_plume_6a thermcell_plume_6A module~lmdz_thermcell_alim lmdz_thermcell_alim proc~thermcell_plume_6a->module~lmdz_thermcell_alim module~lmdz_thermcell_ini lmdz_thermcell_ini proc~thermcell_plume_6a->module~lmdz_thermcell_ini module~lmdz_thermcell_qsat lmdz_thermcell_qsat proc~thermcell_plume_6a->module~lmdz_thermcell_qsat module~strings_mod strings_mod module~lmdz_thermcell_ini->module~strings_mod iso_fortran_env iso_fortran_env module~strings_mod->iso_fortran_env

!!!!! fact_epsilon=0.002

Arguments

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

Calls

proc~~thermcell_plume_6a~~CallsGraph proc~thermcell_plume_6a thermcell_plume_6A proc~thermcell_alim thermcell_alim proc~thermcell_plume_6a->proc~thermcell_alim proc~thermcell_qsat thermcell_qsat proc~thermcell_plume_6a->proc~thermcell_qsat

Called by

proc~~thermcell_plume_6a~~CalledByGraph proc~thermcell_plume_6a thermcell_plume_6A proc~thermcell_main thermcell_main proc~thermcell_main->proc~thermcell_plume_6a proc~thermcell_main~2 thermcell_main proc~thermcell_main~2->proc~thermcell_plume_6a 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