-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
Conversation
3e4ea0d
to
612dfba
Compare
I think we need to increase the slurm time in the buildkite pipeline |
@@ -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 |
There was a problem hiding this comment.
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
I re-ran it - here are the plots during the fourth year: Edit: These plots are a little too small to see, but there are small regions of NaNs for all modeled quantities in western Canada, Patagonia, southern Greenland, and coastal Antarctica. @kmdeck and I will investigate the cause of these |
Purpose
run snow land longrun for 20 years