subroutine module_bl_mynn::moisture_check |
( |
integer, intent(in) | kte, |
|
|
real(kind_phys), intent(in) | delt, |
|
|
real(kind_phys), dimension(kte), intent(in) | dp, |
|
|
real(kind_phys), dimension(kte), intent(in) | exner, |
|
|
real(kind_phys), dimension(kte), intent(inout) | qv, |
|
|
real(kind_phys), dimension(kte), intent(inout) | qc, |
|
|
real(kind_phys), dimension(kte), intent(inout) | qi, |
|
|
real(kind_phys), dimension(kte), intent(inout) | qs, |
|
|
real(kind_phys), dimension(kte), intent(inout) | th, |
|
|
real(kind_phys), dimension(kte), intent(inout) | dqv, |
|
|
real(kind_phys), dimension(kte), intent(inout) | dqc, |
|
|
real(kind_phys), dimension(kte), intent(inout) | dqi, |
|
|
real(kind_phys), dimension(kte), intent(inout) | dqs, |
|
|
real(kind_phys), dimension(kte), intent(inout) | dth ) |