Skip to content

Commit

Permalink
The bug fix for a printout of a out of boundary array. (#239)
Browse files Browse the repository at this point in the history
* The bug fix for a printout of a out of boundary array.

* Tweaking the printout line.
  • Loading branch information
WenMeng-NOAA authored Dec 11, 2020
1 parent a5fe7f2 commit 54c360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/ncep_post.fd/INITPOST_GFS_NEMS_MPIIO.f
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,8 @@ SUBROUTINE INITPOST_GFS_NEMS_MPIIO(iostatusAER)
pint(i,j,l) = pint(i,j,l-1) + dpres(i,j,l-1)
enddo
enddo
if (me == 0) print*,'sample model pint,pmid' ,ii,jj,l &
,pint(ii,jj,l),pmid(ii,jj,l)
if (me == 0) print*,'sample model pint' ,ii,jj,l &
,pint(ii,jj,l)
end do
endif

Expand Down

0 comments on commit 54c360a

Please sign in to comment.