Skip to content

Commit

Permalink
increase length
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Sep 10, 2024
1 parent 7cdcf3e commit 1651269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
artifact_paths: "land_longrun_gpu/*png"
agents:
slurm_gpus: 1
slurm_time: 03:00:00
slurm_time: 08:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"

Expand Down
2 changes: 1 addition & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ end
function setup_and_solve_problem(; greet = false)

t0 = 0.0
tf = 60 * 60.0 * 24 * 130
tf = 60 * 60.0 * 24 * 340
Δt = 900.0
nelements = (101, 15)
if greet
Expand Down

0 comments on commit 1651269

Please sign in to comment.