Add workflow for computing sizing field (cell width) for the unified MPAS mesh#561
Draft
xylar wants to merge 8 commits intoE3SM-Project:mainfrom
Draft
Add workflow for computing sizing field (cell width) for the unified MPAS mesh#561xylar wants to merge 8 commits intoE3SM-Project:mainfrom
xylar wants to merge 8 commits intoE3SM-Project:mainfrom
Conversation
d150e88 to
076f708
Compare
Collaborator
Author
cb48f5f to
8cfdab8
Compare
This workflow extracts a signed distance function and ocean/land mask from a combined topography dataset on a lat-lon grid. Supported resolutions are 1/4, 1/8, 1/16 and 1/32 degree. It supports three different approaches to the land-ocean interface in Antarctica: 1. coastline at the calving front (main supported case for now) 2. coastline at the grounding (future meshes with ice-shelf cavities) ; and 3. coastline at zero bedrock elevation (potential future meshes with wetting-and-drying). The ocean region is flood-filled from the north pole to ensure that it is contiguous. It uses critical passages and blockages to ensure that the floodfill includes or excludes the same regions as we want in the final ocean mesh.
bb03244 to
4b36554
Compare
Add the unified spherical river workflow used to prepare HydroRIVERS data for mesh generation and analysis. - add unified-mesh river configuration and shared defaults under polaris.mesh.spherical.unified - add source, lat-lon, task, step, and visualization plumbing for preparing and inspecting river products - integrate coastline-aware rasterization and shared HydroRIVERS archiving for the retained network - add base-mesh river conditioning so downstream mesh workflows can consume clipped and simplified river products
4b36554 to
8bfd3a1
Compare
Add and update tests that cover the new river workflow behavior, including archive handling and unified spherical river processing.
This includes moving the coastline docs into a unified mesh section.
Implement a config-driven sizing-field workflow for unified spherical meshes. - move sizing-field configuration into the unified mesh package and discover mesh-specific settings from the unified mesh configs - add the unified sizing-field task, build step, cell-width consumer, and visualization support so the workflow is wired end to end - compose ocean, land, river, and coastline controls into a shared sizing-field product for downstream mesh generation - add unified mesh family handling so specialized workflows such as the Southern Ocean mesh can reuse shared background-generation logic while default meshes stay generic
Add and update focused tests for the unified sizing-field workflow, including mesh-family coverage and recent fixes to the sizing-field composition behavior.
8bfd3a1 to
d408d84
Compare
5 tasks
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
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.



(Description coming soon...)
Checklist
api.md) has any new or modified class, method and/or functions listedTestingcomment in the PR documents testing used to verify the changes