Skip to content

Commit

Permalink
run for 6 months
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Feb 6, 2025
1 parent c572329 commit 59009fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,6 @@ steps:
env:
CLIMACOMMS_DEVICE: "CUDA"

- label: ":seedling: Soil-Canopy"
command:
- julia --color=yes --project=.buildkite experiments/long_runs/land.jl
artifact_paths: "land_longrun_gpu/*pdf"
agents:
slurm_gpus: 1
slurm_time: 15:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"

- label: ":sunglasses: California regional simulation"
command:
- julia --color=yes --project=.buildkite experiments/long_runs/land_region.jl
artifact_paths: "california_longrun_gpu/*pdf"
agents:
slurm_gpus: 1
slurm_time: 00:30:00
env:
CLIMACOMMS_DEVICE: "CUDA"

- label: "Soil"
command:
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
Expand All @@ -74,13 +54,3 @@ steps:
slurm_time: 15:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"

- label: "Global bucket simulation"
command:
- julia --color=yes --project=.buildkite experiments/long_runs/bucket.jl
artifact_paths: "bucket_longrun_gpu/*pdf"
agents:
slurm_gpus: 1
slurm_time: 00:30:00
env:
CLIMACOMMS_DEVICE: "CUDA"
2 changes: 1 addition & 1 deletion experiments/long_runs/land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function setup_and_solve_problem(; greet = false)
hours = 60minutes # hours in seconds
days = 24hours # days in seconds
years = 366days # years in seconds - 366 to make sure we capture at least full years
tf = 2years # 2 years in seconds
tf = 190days # 2 years in seconds
Δt = 450.0
nelements = (101, 15)
if greet
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 @@ -234,7 +234,7 @@ function setup_and_solve_problem(; greet = false)
hours = 60minutes # hours in seconds
days = 24hours # days in seconds
years = 366days # years in seconds - 366 to make sure we capture at least full years
tf = 2years # 2 years in seconds
tf = 190days # 2 years in seconds
Δt = 450.0
nelements = (101, 15)
if greet
Expand Down

0 comments on commit 59009fa

Please sign in to comment.