Skip to content

Commit

Permalink
extend tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Dec 4, 2024
1 parent ccc6009 commit 27dbe29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365
tf = 60 * 60.0 * 24 * 365 * 4
Δt = 450.0
nelements = (101, 15)
if greet
Expand Down
2 changes: 1 addition & 1 deletion experiments/long_runs/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365 * 1
tf = 60 * 60.0 * 24 * 365 * 4
Δt = 450.0
nelements = (101, 15)
if greet
Expand Down
2 changes: 1 addition & 1 deletion experiments/long_runs/soil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365
tf = 60 * 60.0 * 24 * 365 * 4
Δt = 450.0
nelements = (101, 15)
if greet
Expand Down

0 comments on commit 27dbe29

Please sign in to comment.