Skip to content

Commit

Permalink
Merge pull request #20 from CliMA/glw/bug-fix
Browse files Browse the repository at this point in the history
Update ice_ocean_model.jl
  • Loading branch information
glwagner authored Oct 6, 2023
2 parents dea9bf9 + 2579c42 commit 05086bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validation/ice_ocean_model/ice_ocean_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function time_step!(coupled_model::IceOceanModel, Δt; callbacks=nothing)
ice.Δt = Δt
ocean.Δt = Δt

h = ice.model.ice_thickness
fill_halo_regions!(h)

# Initialization
Expand Down

0 comments on commit 05086bb

Please sign in to comment.