Skip to content

Commit

Permalink
Deallocate eta_av_bc in MOM_end()
Browse files Browse the repository at this point in the history
  • Loading branch information
herrwang0 authored and marshallward committed Jun 6, 2024
1 parent 270ba59 commit b56a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,7 @@ subroutine MOM_end(CS)
if (associated(CS%tv%internal_heat)) deallocate(CS%tv%internal_heat)
if (associated(CS%tv%TempxPmE)) deallocate(CS%tv%TempxPmE)

DEALLOC_(CS%ave_ssh_ibc) ; DEALLOC_(CS%ssh_rint)
DEALLOC_(CS%ave_ssh_ibc) ; DEALLOC_(CS%ssh_rint) ; DEALLOC_(CS%eta_av_bc)

! TODO: debug_truncations deallocation

Expand Down

0 comments on commit b56a640

Please sign in to comment.