verttransform_ecmwf_cloud Subroutine

public subroutine verttransform_ecmwf_cloud(lcw_tmp, lcwsum_tmp, nxlim, nylim, ctwc_tmp, clwc_tmp, ciwc_tmp, icloudbot_tmp, icloudtop_tmp, lsprec_tmp, convprec_tmp, rho_tmp, tt_tmp, qv_tmp, uvzlev, wzlev)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: lcw_tmp
logical, intent(in) :: lcwsum_tmp
integer, intent(in) :: nxlim
integer, intent(in) :: nylim
real, intent(out) :: ctwc_tmp(0:nxlim,0:nylim)
real, intent(inout) :: clwc_tmp(0:nxlim,0:nylim,nzmax)
real, intent(in) :: ciwc_tmp(0:nxlim,0:nylim,nzmax)
integer, intent(out) :: icloudbot_tmp(0:nxlim,0:nylim)
integer, intent(out) :: icloudtop_tmp(0:nxlim,0:nylim)
real, intent(in) :: lsprec_tmp(0:nxlim,0:nylim,numpf)
real, intent(in) :: convprec_tmp(0:nxlim,0:nylim,numpf)
real, intent(in), dimension(0:nxlim,0:nylim,nzmax) :: rho_tmp
real, intent(in), dimension(0:nxlim,0:nylim,nzmax) :: tt_tmp
real, intent(in), dimension(0:nxlim,0:nylim,nzmax) :: qv_tmp
real, intent(in), dimension(0:nxlim,0:nylim,nzmax) :: uvzlev
real, intent(in), dimension(0:nxlim,0:nylim,nzmax) :: wzlev