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 13, 2024
1 parent d623288 commit 34f04bd
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 @@ -638,7 +638,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365
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 34f04bd

Please sign in to comment.