Skip to content

Commit

Permalink
remove write statements for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Oct 19, 2023
1 parent a3b03a5 commit 19a9788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_fms/interpolator/test_interpolator2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ subroutine test_interpolator_no_time_axis(clim_type)
do i=1, npfull
do j=1, nlonlat
do k=1, nlonlat
write(*,*) interp_data(k,j,i,1)
call check_answers(interp_data(k,j,i,1), ozone(k,j,i,1), tol, 'test interpolator_4D_no_time_axis')
end do
end do
Expand Down

0 comments on commit 19a9788

Please sign in to comment.