subroutine gfs_gwd_generic_post::gfs_gwd_generic_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, |
|
|
logical, intent(in) |
flag_for_gwd_generic_tend, |
|
|
real(kind=kind_phys), dimension(:,:,:), intent(inout) |
dtend, |
|
|
integer, dimension(:,:), intent(in) |
dtidx, |
|
|
integer, intent(in) |
index_of_temperature, |
|
|
integer, intent(in) |
index_of_x_wind, |
|
|
integer, intent(in) |
index_of_y_wind, |
|
|
integer, intent(in) |
index_of_process_orographic_gwd, |
|
|
character(len=*), intent(out) |
errmsg, |
|
|
integer, intent(out) |
errflg |
|
) |
| |