Plotting script correction of a variable name to a lower-case#8
Merged
natalie-perlin merged 2 commits intoNov 11, 2022
Merged
Conversation
Updating a variable name "Geopotential Height" to "Geopotential height". Lower-case is needed for it to work with a newer Python.
Updating a variable name "Geopotential Height" to "Geopotential height" (lower-case). This is needed to work with newer Python
natalie-perlin
pushed a commit
that referenced
this pull request
Jan 23, 2024
[ss150] Remove Gaea from Jenkinsfile.
natalie-perlin
pushed a commit
that referenced
this pull request
Jun 2, 2024
…ces and turning off output; update FAQ documentation (was 1608); update drag suite intent mods (was 1612) (#1597) * update cdeps * use fv3atm from PR 1612 * Changed UGWP diagnostic variable declaration intents from out to inout * Docs/faqupdate (#8) Co-authored-by: Denise Worthen <denise.worthen@noaa.gov> Co-authored-by: jkbk2004 <jong.kim@noaa.gov> Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
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.
NB: Similar to a PR-468 to a develop branch
DESCRIPTION OF CHANGES:
Running plotting script throws an error when new miniconda/python are used.
The fix is to use the lower-case name of the one of the plotted variables.
The fix originally found and applied by @EdwardSnyder-NOAA , tested by
@BruceKropp-Raytheon . The fix was limited to applying it using "sed" at the time of plotting.
Type of change
TESTS CONDUCTED:
@BruceKropp-Raytheon was performing testing
DEPENDENCIES:
A Code Manager needs to add the following labels to this PR:
CONTRIBUTORS (optional):
@EdwardSnyder-NOAA @BruceKropp-Raytheon @gspetro-NOAA