thermcell_tke_transport Subroutine

public subroutine thermcell_tke_transport(ngrid, nlay, ptimestep, fm0, entr0, rg, pplev, therm_tke_max)

Uses

  • proc~~thermcell_tke_transport~~UsesGraph proc~thermcell_tke_transport thermcell_tke_transport module~lmdz_thermcell_ini lmdz_thermcell_ini proc~thermcell_tke_transport->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

! nrlmd le 16/09/2010 !

! fin nrlmd le 10/04/2012

Arguments

Type IntentOptional Attributes Name
integer :: ngrid
integer :: nlay
real, intent(in) :: ptimestep
real, intent(in), dimension(ngrid,nlay+1) :: fm0
real, intent(in), dimension(ngrid,nlay) :: entr0
real, intent(in) :: rg
real, intent(in), dimension(ngrid,nlay+1) :: pplev
real, intent(out), dimension(ngrid,nlay) :: therm_tke_max

Called by

proc~~thermcell_tke_transport~~CalledByGraph proc~thermcell_tke_transport thermcell_tke_transport proc~thermcell_alp thermcell_alp proc~thermcell_alp->proc~thermcell_tke_transport proc~thermcell_alp~2 thermcell_alp proc~thermcell_alp~2->proc~thermcell_tke_transport proc~calltherm calltherm proc~calltherm->proc~thermcell_alp proc~calltherm~2 calltherm proc~calltherm~2->proc~thermcell_alp 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