Skip to content

Commit

Permalink
Extend long run
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck authored and juliasloan25 committed Sep 6, 2024
1 parent 03be375 commit a5bb614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 14
tf = 60 * 60.0 * 24 * 60 # keep short until it runs! * 365
Δt = 900.0
nelements = (101, 15)
if greet
Expand Down

0 comments on commit a5bb614

Please sign in to comment.