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, |
|
|
integer, intent(in) | ntsmoke, |
|
|
integer, intent(in) | ntdust, |
|
|
integer, intent(in) | ntcoarsepm, |
|
|
real(kind_phys), dimension(:,:,:), intent(inout), optional | chem3d, |
|
|
real(kind_phys), dimension(:,:,:), intent(inout) | gq0, |
|
|
character(len=*), intent(out) | errmsg, |
|
|
integer, intent(out) | errflg ) |