-
Notifications
You must be signed in to change notification settings - Fork 53
Merge develop into main for v1.13.0 release #1077
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Switch from WOA18 to WOA23
For now, these are at the same locations as SOSE transects
Add a task that plots WOA23 transects
…e-frazil Fix land ice frazil in ocean conservation task
The comparison grid name is confusing and redundant.
…itles Remove the comparison grid name from sea ice gallery groups
Add `regionNames` coordinate to NetCDF output with "standard" region names
Set `decode_timedelta=False` to avoid future warnings in `xarray.open_dataset()` calls
Add FRIS comparison grid
Fix inset bounds
Instead of computing the BSF using a least-squares solve based on the transport between vertices, the new approach inverts a Poisson equation for the BSF based on the (vertically integrated) vorticity. I have proven that this produces more accurate results. The vertically integrated vorticity computed from the streamfunciton is within machine precision of the original vertically integrated vorticity. The velocity produced by the streamfunciton has errors that are on the order of 1e-3 compared with the original vertically integrated velocity (likely caused by the field not being perfectly divergence free).
This requires a new section to be defined for each plot that doesn't use the default offset. This new section also allows (in fact requires) a new colorbar/colormap to be defined.
Fix barotropic streamfunction calculation
…-configs Update Arctic and add North Atlantic BSF config options
At least for python 3.10, we cannot supplly a path as part of the filename. In general, we do not want to do this anyway, and instead want to use the full package path.
Fix `importlib.resources` calls for colormap data
Add missing colormaps
Update to v1.13.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.