Skip to content

Commit

Permalink
fix: add diag_send_complete call for diag_manager update (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 authored Feb 13, 2024
1 parent f4782c2 commit d15c35a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions full/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ program coupler_main
! does not modify either Ocean or Ice_ocean_boundary
call flux_ocean_from_ice_stocks(Ocean_state, Ocean, Ice_ocean_boundary)

call fms_diag_send_complete(Time_step_cpld)
Time_ocean = Time_ocean + Time_step_cpld
Time = Time_ocean

Expand Down

0 comments on commit d15c35a

Please sign in to comment.