Skip to content

Commit

Permalink
Commenting out call to diabatic_driver_end in MOM.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Apr 18, 2018
1 parent dde5a59 commit 43b7968
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 @@ -2901,7 +2901,7 @@ 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 (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 43b7968

Please sign in to comment.