subroutine gwdps_post::gwdps_post_run |
( |
logical, intent(in) |
lssav, |
|
|
logical, intent(in) |
ldiag3d, |
|
|
real(kind=kind_phys), intent(in) |
dtf, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
dusfcg, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
dvsfcg, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) |
dudt, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) |
dvdt, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) |
dtdt, |
|
|
real(kind=kind_phys), dimension(:), intent(inout) |
dugwd, |
|
|
real(kind=kind_phys), dimension(:), intent(inout) |
dvgwd, |
|
|
real(kind=kind_phys), dimension(:,:), intent(inout) |
du3dt, |
|
|
real(kind=kind_phys), dimension(:,:), intent(inout) |
dv3dt, |
|
|
real(kind=kind_phys), dimension(:,:), intent(inout) |
dt3dt, |
|
|
character(len=*), intent(out) |
errmsg, |
|
|
integer, intent(out) |
errflg |
|
) |
| |