subroutine gfs_suite_stateout_reset::gfs_suite_stateout_reset_run |
( |
integer, intent(in) | im, |
|
|
integer, intent(in) | levs, |
|
|
integer, intent(in) | ntrac, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) | tgrs, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) | ugrs, |
|
|
real(kind=kind_phys), dimension(:,:), intent(in) | vgrs, |
|
|
real(kind=kind_phys), dimension(:,:,:), intent(in) | qgrs, |
|
|
real(kind=kind_phys), dimension(:,:), intent(out) | gt0, |
|
|
real(kind=kind_phys), dimension(:,:), intent(out) | gu0, |
|
|
real(kind=kind_phys), dimension(:,:), intent(out) | gv0, |
|
|
real(kind=kind_phys), dimension(:,:,:), intent(out) | gq0, |
|
|
character(len=*), intent(out) | errmsg, |
|
|
integer, intent(out) | errflg ) |