-
Notifications
You must be signed in to change notification settings - Fork 24
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 develop-ref after #2567 and #2569 #2579
Merged
Merged
Conversation
This file contains 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
Contributor
…rance score equation in Appendix C is slightly incorrect. Updating to make it consistent with equation 8 in Gneiting et al 2005.
Co-authored-by: John Halley Gotway <[email protected]>
…Updated associated WCOSS2 config files
1. Fix typo: MET-11.0.1 upgrade instructions should be MET-11.1.0. 2. Add note to update instructions about setting MET_PYTHON_BIN_EXE. 3. Use code-block formatting in config_options.rst to get rid of unexpected indent warning when building the docs.
MET_PYTHON should be the location containing the bin, include, lib and share directories for Python; Removing "/bin" from MET_PYTHON value
The structural changes in the last official release removed the met subdirectory.
Added python -m pip install -r docs/requirements.txt
Bugfix #2482 develop time slicing yyyymmdd
…uted by importing
…setting Feature #2401 sonarqube_branch_setting
…on_elv #2493 updates lat/lon/elv if SiteName is changed
* testing dropdown menu * testing dropdown menu take 2 * testing dropdown menu take 3 no header * testing dropdown menu take 4 * testing dropdown menu take 5 * testing dropdown menu take 6 * File IO section * File IO section updates * adding dropdowns BEFORE pcp-combine * adding dropdowns BEFORE tc-stat * adding dropdowns BEFORE utilities * first pass at all dropdowns * adding some more dropdowns. Making sure the new spacing is under 79 characters per line. Exceptions to this include, code blocks, web addresses or headers * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <[email protected]> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <[email protected]> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <[email protected]> * changed all references of BUFRLIB_v10.2.3 to BUFRLIB_v11.3.0. * Removed the line Are you using NetCDF version 3.4 or version 4? Currently, only NetCDF version 3.6 can be used with MET. because that is not true. * adding troubleshooting dropdowns * 79 character limit per line * removing 31.3 & 31.4 dropdown menus --------- Co-authored-by: jprestop <[email protected]>
…aplane Feature #2525 fill value at dataplane
…ted the log messages
…er/MET into feature_2521_sonarqube_code_smell
Feature #2521 sonarqube code smell
Co-authored-by: John Halley Gotway <[email protected]> Co-authored-by: Dave Albo <[email protected]>
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.
#2567 adds a new PostScript output file from plot_data_plane for reading LAEA GRIB2 data.
#2569 changes the output generated by multi-variate MODE.
Created by @JohnHalleyGotway