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

Update dependencies and add ocean mask #808

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

kmdeck
Copy link
Member

@kmdeck kmdeck commented Oct 2, 2024

Purpose

  • add ocean mask (for plotting only!)
  • up ClimaAnalysis to 0.5.9
  • this updates the other dependencies also

To-do

Future PR: move long_run/bucket.jl to experiments/standalone/Bucket/ in place of bucket_era5.jl
At the same time, use ClimaDiagnostics for all standalone bucket runs and compare diagnostics, not output state to CSV.
Replace plotting with ClimaAnalysis

Content


  • I have read and checked the items on the review checklist.

@@ -400,9 +400,9 @@ if device_suffix == "cpu"
titles = ["W", "σS", "T_sfc"]
for (f, n) in zip(fields, titles)
fig = Figure(size = (1000, 1000))
ax = Axis(fig[1, 1])
ax = Axis(fig[1, 1], title = n)
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to make this change to get this to pass, Gabriele.

Copy link
Member

Choose a reason for hiding this comment

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

Let me look into this

@kmdeck
Copy link
Member Author

kmdeck commented Oct 3, 2024

@juliasloan25 the long_run/bucket.jl script runs here, so maybe we can merge this first, and then your PR?

Copy link
Member

@juliasloan25 juliasloan25 left a comment

Choose a reason for hiding this comment

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

This looks good to me! The longrun plots still look good. We might want to make a note (in the commit or PR description) that the ocean mask is just used for plotting.

We'll also need to update to ClimaCore v0.14.18 after it's released later today, but I'm happy to do that as part of #675

@kmdeck kmdeck merged commit f780e36 into main Oct 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants