From 27dbe29e724c47ae844bc97e37124f4101e35f75 Mon Sep 17 00:00:00 2001 From: kmdeck Date: Tue, 3 Dec 2024 17:20:56 -0800 Subject: [PATCH] extend tf --- experiments/long_runs/land.jl | 2 +- experiments/long_runs/snowy_land.jl | 2 +- experiments/long_runs/soil.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/long_runs/land.jl b/experiments/long_runs/land.jl index 505c97dbf0..0ccc4a9ff0 100644 --- a/experiments/long_runs/land.jl +++ b/experiments/long_runs/land.jl @@ -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 diff --git a/experiments/long_runs/snowy_land.jl b/experiments/long_runs/snowy_land.jl index 21ebcd8790..2f82aa51c4 100644 --- a/experiments/long_runs/snowy_land.jl +++ b/experiments/long_runs/snowy_land.jl @@ -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 diff --git a/experiments/long_runs/soil.jl b/experiments/long_runs/soil.jl index e778799508..33d38e4a1b 100644 --- a/experiments/long_runs/soil.jl +++ b/experiments/long_runs/soil.jl @@ -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