Skip to content

Commit

Permalink
Update single_interface_periodic_tanh_background.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Dec 8, 2024
1 parent c9ddbcf commit 11bf2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/single_interface_periodic_tanh_background.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ save_schedule = 30 # seconds
output_path = joinpath(@__DIR__, "output_periodic")
simulation = SDNS_simulation_setup(sdns, stop_time, save_computed_output!, save_vertical_velocities!;
Δt, save_schedule,
output_path, max_Δt = 5,
overwrite_saved_output = false)
output_path, max_Δt = 5)
## Run
run!(simulation)

Expand Down

0 comments on commit 11bf2a8

Please sign in to comment.