Skip to content

Commit

Permalink
clean up debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA committed Dec 4, 2024
1 parent f88bf42 commit ad772e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sorc/ncep_post.fd/COLLECT_LOC.f
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ SUBROUTINE COLLECT_LOC ( A, B )
deallocate(buff)
deallocate(rbufs)

tb=mpi_wtime()
if(me .eq. 0) print 109,' GWVX COLLECT TIME ',im,jm,tb-ta
109 format(a,2i10,f20.10)
end
Expand All @@ -110,7 +109,6 @@ SUBROUTINE COLLECT_ALL ( A, B )
real, dimension(im,jm), intent(out) :: b
integer ierr,n
real, allocatable :: rbufs(:)
real*8 tb,ta
ta=mpi_wtime()
allocate(buff(im*jm))
jj=( jexa(me)-jsxa(me)+1) * (iexa(me)-isxa(me)+1)
Expand Down

0 comments on commit ad772e3

Please sign in to comment.