-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update GitHub action to run V4 #695
Update GitHub action to run V4 #695
Conversation
@kumdonoaa @JurgenZach-NOAA @AminTorabi-NOAA this is ready for review. It triggered itself and all tests passed. I made some changes to the test config files for LowerColorado (turned off all output parameters). I also updated how the |
read this info from a file (e.g., a .csv file). This will not be needed once this information | ||
is added to the hydrofabric. | ||
""" | ||
rfc_dict = {'rfc_gage_id': {347987: 'KNFC1', 361273: 'IRGC1', 371555: 'HEYO2', 389804: 'CNLO2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this will eventually be an external resource, could we make the temporary fix also an external file and import(e.g., from rfc_lake_gage_crosswalk import rfc_dict
), rather than baking the dictionary into this file? It would be easy for this to linger for a while.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes have been made.
Updates to github action to perform more test runs. In addition to LowerColorado_TX V3, this will now run V4 on NHD, V4 on HYFeatures, and V4 on HYFeatures with all data assimilation turned off.
Additions
test/LowerColorado_TX_v4/test_AnA_V4_HYFeature_noDA.yaml
Removals
Changes
.github/workflows/ubuntu-latest.yml
test/LowerColorado_TX_v4/test_AnA_V4_HYFeature.yaml
dx:
parameter fromlengthkm
tolength_m
.pkl
to.nc
Testing
Screenshots
Notes
Todos
Checklist
Testing checklist
Target Environment support
Accessibility
Other