From 16b53ac5304c6debcf13e0ee79e10fed9bc1f7b9 Mon Sep 17 00:00:00 2001 From: jatkinson1000 Date: Mon, 5 Aug 2024 08:20:58 -0600 Subject: [PATCH] Remove spurious test code. --- src/physics/cam/gw_drag.F90 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/physics/cam/gw_drag.F90 b/src/physics/cam/gw_drag.F90 index cd4aee8596..49e1c36edb 100644 --- a/src/physics/cam/gw_drag.F90 +++ b/src/physics/cam/gw_drag.F90 @@ -1433,14 +1433,6 @@ subroutine gw_tend(state, pbuf, dt, ptend, cam_in, flx_heat) real(r8) :: zi(state%ncol,pver+1) !------------------------------------------------------------------------ - type(torch_tensor), dimension(1) :: in_tensors - - if (masterproc) then - write(iulog,*) 'Made a torch tensor and loaded a net!' - endif - call torch_tensor_delete(in_tensors(1)) - call torch_module_delete(gw_convect_dp_nn) - ! Make local copy of input state. call physics_state_copy(state, state1)