From 53befdfbdac6ab46344abccff2329636406e2937 Mon Sep 17 00:00:00 2001 From: Tom Clune Date: Thu, 26 Oct 2023 11:18:43 -0400 Subject: [PATCH] Eliminated debug print. --- tools/fv_grid_tools.F90 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/fv_grid_tools.F90 b/tools/fv_grid_tools.F90 index 58554e3c8..0e4d1c6bb 100644 --- a/tools/fv_grid_tools.F90 +++ b/tools/fv_grid_tools.F90 @@ -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