Skip to content

Commit

Permalink
Update time_step_ocean_sea_ice_model.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Jan 6, 2025
1 parent 53a33c2 commit 062f6c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/OceanSeaIceModels/time_step_ocean_sea_ice_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,15 @@ function time_step!(coupled_model::OceanSeaIceModel, Δt; callbacks=[], compute_
time_step!(sea_ice)
end

@info "Time-stepping the atmosphere"
# Time step the atmosphere
# TODO: allow different time-steps for atmosphere and ocean
time_step!(atmosphere)

@info "Time-stepping the Ocean"
# TODO after ice time-step:
# - Adjust ocean heat flux if the ice completely melts?
ocean.Δt = Δt
time_step!(ocean)

@info "Computing Fluxes"
# TODO:
# - Store fractional ice-free / ice-covered _time_ for more
# accurate flux computation?
Expand Down

0 comments on commit 062f6c0

Please sign in to comment.