Skip to content

Commit

Permalink
run with 900s dt
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Dec 12, 2024
1 parent 61dbb91 commit 503b836
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/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365 * 2
Δt = 450.0
Δt = 900.0
nelements = (101, 15)
if greet
@info "Run: Global Soil-Canopy-Snow Model"
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 @@ -221,7 +221,7 @@ function setup_and_solve_problem(; greet = false)

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

0 comments on commit 503b836

Please sign in to comment.