Skip to content

Commit

Permalink
write hist at end of run
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 12, 2018
1 parent c37b9da commit 9733d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/nuopc_driver/MOM_ocean_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ subroutine ocean_model_end(Ocean_sfc, Ocean_state, Time, write_restart)
if (write_restart) then
call ocean_model_save_restart(Ocean_state, Time)
end if
call diag_mediator_end(Time, Ocean_state%diag)
call diag_mediator_end(Time, Ocean_state%diag, end_diag_manager=.true.)
call MOM_end(Ocean_state%MOM_CSp)
if (Ocean_state%use_ice_shelf) call ice_shelf_end(Ocean_state%Ice_shelf_CSp)

Expand Down

0 comments on commit 9733d7d

Please sign in to comment.