feat: add HMS grid output and cap intra-worker thread fan-out#6
Merged
HenryGeorgist merged 1 commit intoUSACE-Cloud-Compute:mainfrom Apr 15, 2026
Merged
Conversation
- New create-grid-file action emits <catalog_id>/catalog.grid in the legacy verbose HMS schema for HMS 4.x compatibility. Storm centers are projected to HEC's Albers SHG frame. - Rename output subdir dss/ -> data/ so grid DSS paths read naturally. - Cap OMP/OpenBLAS/MKL/NumExpr thread counts to 1 per worker so memory scales with worker count only, not workers x cpu_count. - Set explicit docker-compose image tag (storm-cloud-plugin:latest).
b3f773d to
9755047
Compare
| { "name": "download-inputs", "type": "utils", "description": "Download geometries", "attributes": {}, "stores": [], "inputs": [], "outputs": [] }, | ||
| { "name": "process-storms", "type": "run", "description": "Create STAC storm catalog", "attributes": {}, "stores": [], "inputs": [], "outputs": [] }, | ||
| { "name": "convert-to-dss", "type": "extract", "description": "Convert Zarr to HEC-DSS", "attributes": {}, "stores": [], "inputs": [], "outputs": [] }, | ||
| { "name": "create-grid-file", "type": "run", "description": "Emit HEC-HMS Grid Manager file", "attributes": {}, "stores": [], "inputs": [], "outputs": [] }, |
HenryGeorgist
approved these changes
Apr 15, 2026
Collaborator
HenryGeorgist
left a comment
There was a problem hiding this comment.
looks great, will test tonight
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.
Tested by adding the 'catalog.grid' (renamed to match the project's name) and 'data/*.dss' files into an HEC-HMS project, and verified that the grids showed up in the UI.