Skip to content

Commit

Permalink
decrease longrun dts to 450s
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Sep 25, 2024
1 parent e6c817d commit 054a561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 7 # keep short until it runs! * 365
Δt = 900.0
Δt = 450.0
nelements = (101, 15)
if greet
@info "Run: Global Soil-Canopy Model"
Expand Down
2 changes: 1 addition & 1 deletion experiments/long_runs/land_region.jl
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365
Δt = 900.0
Δt = 450.0
nelements = (10, 10, 15)
if greet
@info "Run: Regional Soil-Canopy Model"
Expand Down

0 comments on commit 054a561

Please sign in to comment.