Skip to content

Commit

Permalink
comment out debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA committed Jan 6, 2025
1 parent 355af8f commit 4675c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sorc/ncep_post.fd/UPP_PHYSICS.f
Original file line number Diff line number Diff line change
Expand Up @@ -4964,9 +4964,9 @@ subroutine calchipsi (uwnd,vwnd,chi,psi)
exit
endif
enddo ! end of jjk loop for chi
tc=mpi_wtime()
901 format(a,2f10.3)
if(me .eq. 0)print 901,'relax times, psi and chi',tb-ta,tc-tb
! tc=mpi_wtime()
!901 format(a,2f10.3)
! if(me .eq. 0)print 901,'relax times, psi and chi',tb-ta,tc-tb
!
deallocate (wrk1, wrk2, wrk3, cosl, iw, ie)
!
Expand Down

0 comments on commit 4675c4b

Please sign in to comment.