-
Notifications
You must be signed in to change notification settings - Fork 119
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
[develop] Fix plotting bug. #529
[develop] Fix plotting bug. #529
Conversation
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.
@danielabdi-noaa Thanks for addressing the plotting task issue so quickly! I have been able to run the grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional_plot
test on Jet and Hera without issue. Do you think it would be a good idea to add this test to one of the fundamental test suites to ensure that this doesn't happen again?
@MichaelLueken Good idea. I think the |
@danielabdi-noaa Could we remove the non-plotting test from |
@MichaelLueken Yes, as it turns out the GNU fundamental test on hera also had that test case so I changed both to test |
@danielabdi-noaa Great! I have gone ahead and submitted the Jenkins tests. |
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.
The plotting runs without a glitch on Jet and AWS!
DESCRIPTION OF CHANGES:
Fixes issue #527. The fix is applied to
setup.py
by updating the dictionary value ofPOST_OUTPUT_DOMAIN_NAME
to be lowercase. Currently an uppercase name is writtern tovar_defns.sh
which is what is causing the problem. It was also possible to fix it by modifying the plotting scripts not to change cases, but I think grib file names with all lowercase letters is desirable so I decided to changesetup.py
instead.Type of change
TESTS CONDUCTED:
grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp_regional_plot
DEPENDENCIES:
DOCUMENTATION:
ISSUE:
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):