cloudth Subroutine

public subroutine cloudth(ngrid, klev, ind2, ztv, po, zqta, fraca, qcloud, ctot, zpspsk, paprs, pplay, ztla, zthl, ratqs, zqs, t, cloudth_sth, cloudth_senv, cloudth_sigmath, cloudth_sigmaenv)

Uses

  • proc~~cloudth~2~~UsesGraph proc~cloudth~2 cloudth module~lmdz_lscp_ini lmdz_lscp_ini proc~cloudth~2->module~lmdz_lscp_ini module~yoethf_mod_h yoethf_mod_h proc~cloudth~2->module~yoethf_mod_h module~yomcst_mod_h yomcst_mod_h proc~cloudth~2->module~yomcst_mod_h

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Arguments

Type IntentOptional Attributes Name
integer :: ngrid
integer :: klev
integer :: ind2
real :: ztv(ngrid,klev)
real :: po(ngrid)
real :: zqta(ngrid,klev)
real :: fraca(ngrid,klev+1)
real :: qcloud(ngrid)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

real :: ctot(ngrid,klev)
real :: zpspsk(ngrid,klev)
real :: paprs(ngrid,klev+1)
real :: pplay(ngrid,klev)
real :: ztla(ngrid,klev)
real :: zthl(ngrid,klev)
real :: ratqs(ngrid,klev)
real :: zqs(ngrid)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

real :: t(ngrid,klev)
real, intent(out), dimension(ngrid,klev) :: cloudth_sth
real, intent(out), dimension(ngrid,klev) :: cloudth_senv
real, intent(out), dimension(ngrid,klev) :: cloudth_sigmath
real, intent(out), dimension(ngrid,klev) :: cloudth_sigmaenv

Calls

proc~~cloudth~2~~CallsGraph proc~cloudth~2 cloudth proc~cloudth_vert~2 cloudth_vert proc~cloudth~2->proc~cloudth_vert~2

Contents