-
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 main_v11.0-ref after #2500 #2502
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
* Updating compile_MET_all.sh for a newer version of NetCDF (4.7.4) * Updating config files * Updating modulefiles
Bugfix 2383 aeronetv3
…in_v11.0 #2387 Do not increase n_file_obs when n_derived_obs is increased
Co-authored-by: MET Tools Test Account <[email protected]>
…ic_main_v11.0 Feature #2218 main_v11.0 polar stereographic
Updating Python version to be 3.8 for Read the Docs
Remove pdf from builds
Switch back to Python 3.7 to see if that resolves failed check.
Co-authored-by: Howard Soh <[email protected]>
Co-authored-by: Howard Soh <[email protected]>
…rance score equation in Appendix C is slightly incorrect. Updating the main_v11.0 branch to make it consistent with equation 8 in Gneiting et al 2005.
…b64 dir instead of a lib dir; Updated related config files
MET_PYTHON should be the location containing the bin, include, lib and share directories for Python; Removing "/bin" from MET_PYTHON value
…dd_main_v11.0 Bugfix #2482 main_v11.0 time slicing yyyymmdd
Bugfix 2493 aeronet3 lat lon elv
* Updated release notes for 11.0.2 bugfix release * Updating date and version * Update docs/Users_Guide/release-notes.rst Co-authored-by: John Halley Gotway <[email protected]> * Update docs/Users_Guide/release-notes.rst Co-authored-by: John Halley Gotway <[email protected]> --------- Co-authored-by: John Halley Gotway <[email protected]>
* Updated release notes for 11.0.2 bugfix release * Updating date and version * Update docs/Users_Guide/release-notes.rst Co-authored-by: John Halley Gotway <[email protected]> * Update docs/Users_Guide/release-notes.rst Co-authored-by: John Halley Gotway <[email protected]> * Update date, and version number in new location --------- Co-authored-by: John Halley Gotway <[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.
Expected Differences
This PR explains the differences flagged by the nightly build in seneca:/d1/projects/MET/MET_regression/main_v11.0/NB20230403.
PR #2500 (re-)created the 11.0.2 release. Updating main_v11.0 to get past the differences flagged in the MTD and SEEPS output caused by the version difference.
Flags the following diffs:
All of these diffs flagged are in the output of the MTD tool and SEEPS. Those are the output types that the existing PERL testing logic does not know how to handle. So if a simple file diff command doesn't suffice, then it's flagged as a difference.
This is part of what needs to be fixed by the MET test logic overhaul and transition from PERL to python.
Updating main_v11.0-ref to get past these expected differences.