Skip to content

Commit

Permalink
Remove spurious test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Aug 19, 2024
1 parent b3ac3e9 commit 16b53ac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/physics/cam/gw_drag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 16b53ac

Please sign in to comment.