Skip to content

Commit

Permalink
use dt=600s, tf=4years in longruns
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Dec 19, 2024
1 parent 75991d8 commit 800ba96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365 * 2
Δt = 450.0
tf = 60 * 60.0 * 24 * 365 * 4
Δt = 600.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 @@ -396,7 +396,7 @@ function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365
Δt = 450.0
Δt = 600.0
nelements = (10, 10, 15)
if greet
@info "Run: Regional Soil-Canopy-Snow Model"
Expand Down
4 changes: 2 additions & 2 deletions experiments/long_runs/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 365 * 2
Δt = 450.0
tf = 60 * 60.0 * 24 * 365 * 4
Δt = 600.0
nelements = (101, 15)
if greet
@info "Run: Global Soil-Canopy-Snow Model"
Expand Down
4 changes: 2 additions & 2 deletions experiments/long_runs/soil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ end
function setup_and_solve_problem(; greet = false)

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

0 comments on commit 800ba96

Please sign in to comment.