Skip to content

Change advection defaults #550

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

Merged
merged 2 commits into from
May 30, 2025
Merged

Change advection defaults #550

merged 2 commits into from
May 30, 2025

Conversation

simone-silvestri
Copy link
Collaborator

in main we have centered advection in the vertical. This is mostly just for performance. I think we should use the WENO advection scheme also in the vertical as a default, it is a safer and probably more accurate default.
People that want to experiment with a more performant simulation can manually change the vertical advection.

@simone-silvestri simone-silvestri added the build docs Add this label to built the docs in a PR label May 30, 2025
@simone-silvestri
Copy link
Collaborator Author

This decreases the maximum surface temperature of the near_global_simulation.jl example by about 1 degree in 60 days.

Copy link

codecov bot commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.29%. Comparing base (4ab61a2) to head (0c45b12).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
- Coverage   14.39%   14.29%   -0.10%     
==========================================
  Files          48       48              
  Lines        2814     2812       -2     
==========================================
- Hits          405      402       -3     
- Misses       2409     2410       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@navidcy navidcy self-requested a review May 30, 2025 14:01
@navidcy navidcy merged commit 589ce95 into main May 30, 2025
27 of 30 checks passed
@navidcy navidcy deleted the ss/change-defaults branch May 30, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build docs Add this label to built the docs in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants