thermcell_dtke Subroutine

public subroutine thermcell_dtke(ngrid, nlay, nsrf, ptimestep, fm0, entr0, rg, pplev, tke)

Uses

  • proc~~thermcell_dtke~~UsesGraph proc~thermcell_dtke thermcell_dtke module~print_control_mod print_control_mod proc~thermcell_dtke->module~print_control_mod

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ngrid
integer, intent(in) :: nlay
integer, intent(in) :: nsrf
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(inout) :: tke(ngrid,nlay+1,nsrf)

Called by

proc~~thermcell_dtke~~CalledByGraph proc~thermcell_dtke thermcell_dtke proc~physiq physiq proc~physiq->proc~thermcell_dtke proc~physiq~2 physiq proc~physiq~2->proc~thermcell_dtke 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