subroutine gfs_rrtmgp_cloud_mp::cloud_mp_gf |
( |
integer, intent(in) | ncol, |
|
|
integer, intent(in) | nlev, |
|
|
real(kind_phys), dimension(:), intent(in) | lsmask, |
|
|
real(kind_phys), dimension(:,:), intent(in) | t_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lev, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qs_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | relhum, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qci_conv, |
|
|
real(kind_phys), intent(in) | con_ttp, |
|
|
real(kind_phys), intent(in) | con_g, |
|
|
real(kind_phys), intent(in) | alpha0, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_cnv_lwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_cnv_reliq, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_cnv_iwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_cnv_reice, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_cnv_frac ) |