thermcell_dry Subroutine

public subroutine thermcell_dry(ngrid, nlay, zlev, pphi, ztv, alim_star, lalim, lmin, zmax, wmax)

Uses

  • proc~~thermcell_dry~~UsesGraph proc~thermcell_dry thermcell_dry module~lmdz_thermcell_ini lmdz_thermcell_ini proc~thermcell_dry->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, intent(in) :: ngrid
integer, intent(in) :: nlay
real, intent(in), dimension(ngrid,nlay+1) :: zlev
real, intent(in), dimension(ngrid,nlay+1) :: pphi
real, intent(in), dimension(ngrid,nlay+1) :: ztv
real, intent(in), dimension(ngrid,nlay+1) :: alim_star
integer, intent(in), dimension(ngrid) :: lalim
integer :: lmin(ngrid)
real, intent(out), dimension(ngrid) :: zmax
real, intent(out), dimension(ngrid) :: wmax

Called by

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