Skip to content

Commit

Permalink
Eliminated debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Oct 26, 2023
1 parent 71a54e0 commit 53befdf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/fv_grid_tools.F90
Original file line number Diff line number Diff line change
Expand Up @@ -778,11 +778,6 @@ subroutine init_grid(Atm, grid_name, grid_file, npx, npy, npz, ndims, nregions,
n, grid_local(:,:,1), grid_local(:,:,2))
enddo
grid(is:ie+1,js:je+1,:) = grid_local(:,:,:)
do j = js, je+1
do i = is, ie+1
write(*,*) tile, i,j, grid_local(i,j,:) * (180/pi)
end do
end do
deallocate(grid_local)
endif
end if
Expand Down

0 comments on commit 53befdf

Please sign in to comment.