Enable WW3Tools to run across multiple machines#85
Merged
sbanihash merged 19 commits intoNOAA-EMC:developfrom Feb 25, 2026
Merged
Enable WW3Tools to run across multiple machines#85sbanihash merged 19 commits intoNOAA-EMC:developfrom
sbanihash merged 19 commits intoNOAA-EMC:developfrom
Conversation
| MODULE_USE_PATH = "/scratch4/NCEPDEV/marine/Saeideh.Banihashemi/installs/python-modules/" | ||
| MODULE_LOAD = "Ursa_ENV" | ||
| elif MACHINE in ("orion", "hercules"): | ||
| MODULE_USE_PATH = "/work2/noaa/marine/jmeixner/general/modulefiles" |
Collaborator
There was a problem hiding this comment.
orion and hercules probably shouldn't be sharing a module.
Contributor
Author
There was a problem hiding this comment.
It works on Orion and Ursa. After maintenance, I will try Hercules.
Collaborator
There was a problem hiding this comment.
I'm pretty sure i have a specific hercules module, i'll check after maintenance.
Contributor
Author
There was a problem hiding this comment.
The module works on Hercules
sbanihash
reviewed
Feb 5, 2026
sbanihash
reviewed
Feb 5, 2026
sbanihash
reviewed
Feb 5, 2026
hr-eval/makestats_ursa.py
Outdated
Collaborator
There was a problem hiding this comment.
same question about this script.
sbanihash
reviewed
Feb 5, 2026
sbanihash
reviewed
Feb 5, 2026
Contributor
Author
|
@sbanihash This PR is ready for review. TY |
sbanihash
approved these changes
Feb 25, 2026
Collaborator
sbanihash
left a comment
There was a problem hiding this comment.
I would rather have all paths in a config file, but that could be left for another PR. Tests passed. Approving PR
Contributor
Author
|
Thank you @sbanihash! |
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.
Pull Request Summary
This PR extends WW3Tools to support execution on multiple machines by introducing machine-aware configuration and logic. The update improves portability across different HPC systems.
Description
makeprocsatsubmit.pyCombine processed satellite data into monthly:
makecombinemonthly.shNote: script from Jessica
Interpolate model results to satellite track:
makesubmitinterpgfsv16.pyandmakesubmitinterpretrotest.pyCombineSatInterpOut.pyIssue(s) addressed
fixes #83
Commit Message
Enable WW3Tools to run across multiple machines
Check list
Testing