subroutine, public cu_gf_driver_post::cu_gf_driver_post_run |
( |
integer, intent(in) |
im, |
|
|
integer, intent(in) |
km, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
t, |
|
|
real(kind_phys), dimension(:,:), intent(in) |
q, |
|
|
real(kind_phys), dimension(:,:), intent(out) |
prevst, |
|
|
real(kind_phys), dimension(:,:), intent(out) |
prevsq, |
|
|
integer, dimension(:), intent(in) |
cactiv, |
|
|
integer, dimension(:), intent(in) |
cactiv_m, |
|
|
real(kind_phys), dimension(:), intent(out) |
conv_act, |
|
|
real(kind_phys), dimension(:), intent(out) |
conv_act_m, |
|
|
real(kind_phys), intent(in) |
dt, |
|
|
real(kind_phys), dimension(:), intent(in) |
garea, |
|
|
real(kind_phys), dimension(:), intent(in) |
raincv, |
|
|
real(kind_phys), dimension(:), intent(in) |
maxupmf, |
|
|
real(kind_phys), dimension(:,:), intent(inout) |
refl_10cm, |
|
|
character(len=*), intent(out) |
errmsg, |
|
|
integer, intent(out) |
errflg |
|
) |
| |