Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run snowy land for 20 years #908

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: "snowy_land_longrun_gpu/*png"
agents:
slurm_gpus: 1
slurm_time: 03:30:00
slurm_time: 24:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"

Expand Down
2 changes: 1 addition & 1 deletion experiments/long_runs/snowy_land.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realized that we need to change the plotting! Right now it is assuming that we have one year, and are plotting indices [1,4,7,10] (indices refer to months). But we probably want to plot these in the last year.

We can remake the plots without rerunning the sim by looking here:
Using cached git repo /scratch/clima/slurm-buildkite/climaland-long-runs/2288/climaland-long-runs

Δt = 450.0
nelements = (101, 15)
if greet
Expand Down
Loading