Skip to content

Commit

Permalink
Un-comment call diabatic_driver_end
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Apr 19, 2018
1 parent 4671c07 commit 9f4ce3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2901,8 +2901,7 @@ subroutine MOM_end(CS)
call tracer_registry_end(CS%tracer_Reg)
call tracer_flow_control_end(CS%tracer_flow_CSp)

! GMM, following call fails on Travis
!if (associated(CS%diabatic_CSp)) call diabatic_driver_end(CS%diabatic_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)

Expand Down

0 comments on commit 9f4ce3a

Please sign in to comment.