Skip to content

Commit

Permalink
missed replacing current_Timestep with nc
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 committed Jul 2, 2024
1 parent 37c4f1a commit a13d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ program coupler_main
if (do_chksum) call coupler_chksum_obj%get_ocean_chksums('update_ocean_model-', nc)
! update_ocean_model since fluxes don't change here
if (do_ocean) call coupler_update_ocean_model(Ocean, Ocean_state, Ice_ocean_boundary,&
Time_ocean, Time_step_cpld, current_timestep, coupler_chksum_obj)
Time_ocean, Time_step_cpld, nc, coupler_chksum_obj)
end if

! Get stocks from "Ice_ocean_boundary" and add them to Ocean stocks.
Expand Down

0 comments on commit a13d239

Please sign in to comment.