Skip to content

Commit

Permalink
fix med simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Nov 23, 2024
1 parent 3145e78 commit e1ed35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/mediterranean_simulation_with_ecco_restoring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ run!(ocean)
ocean.Δt = 3minutes
ocean.stop_iteration = Inf
ocean.stop_time = 100days
model = ocean.model

ocean.output_writers[:surface_fields] = JLD2OutputWriter(model, merge(model.velocities, model.tracers);
indices = (:, :, Nz),
Expand Down

0 comments on commit e1ed35f

Please sign in to comment.