Skip to content

Commit

Permalink
Added a call to diabatic_driver_end
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Mar 13, 2018
1 parent e84f706 commit a209b7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2900,6 +2900,8 @@ subroutine MOM_end(CS)
call tracer_registry_end(CS%tracer_Reg)
call tracer_flow_control_end(CS%tracer_flow_CSp)

if (associated(CS%diabatic_CSp)) call diabatic_driver_end(CS%diabatic_CSp)

if (CS%offline_tracer_mode) call offline_transport_end(CS%offline_CSp)

DEALLOC_(CS%uhtr) ; DEALLOC_(CS%vhtr)
Expand Down

0 comments on commit a209b7a

Please sign in to comment.