-
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 #2672 and #2675 #2676
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
…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 <jpresto@ucar.edu> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <jpresto@ucar.edu> * Update docs/Users_Guide/appendixA.rst Co-authored-by: jprestop <jpresto@ucar.edu> * 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 <jpresto@ucar.edu>
Co-authored-by: John Halley Gotway <johnhg@ucar.edu> Co-authored-by: Seth Linden <linden@seneca.rap.ucar.edu> Co-authored-by: jprestop <jpresto@ucar.edu> Co-authored-by: Daniel Adriaansen <dadriaan@ucar.edu> Co-authored-by: John and Cindy <halleygotway@Halleys-Mac-mini.local> Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu> Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com> Co-authored-by: hsoh-u <hsoh@ucar.edu> Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu> Co-authored-by: Seth Linden <linden@ucar.edu> Co-authored-by: lisagoodrich <33230218+lisagoodrich@users.noreply.github.com> Co-authored-by: davidalbo <dave@ucar.edu> Co-authored-by: Lisa Goodrich <lisag@ucar.edu> Co-authored-by: metplus-bot <97135045+metplus-bot@users.noreply.github.com> Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jonathan Vigh <jvigh@ucar.edu> Co-authored-by: Tracy Hertneky <39317287+hertneky@users.noreply.github.com> Co-authored-by: David Albo <dave@ucar.edu> Co-authored-by: Dan Adriaansen <dadriaan@ucar.edu> Fix Python environment issue (#2407) fix definitions of G172 and G220 based on comments in NOAA-EMC/NCEPLIBS-w3emc#157. (#2406) fix #2380 develop override (#2382) fix #2408 develop empty config (#2410) fix #2390 develop compile zlib (#2404) fix #2412 develop climo (#2422) fix #2437 develop convert (#2439) fix for develop, for #2437, forgot one reference to the search_parent for a dictionary lookup. fix #2452 develop airnow (#2454) fix #2449 develop pdf (#2464) fix #2402 develop sonarqube (#2468) fix #2426 develop buoy (#2475) fix 2518 dtypes appf docs (#2519) fix 2531 compilation errors (#2533) fix #2531 compilation_errors_configure (#2535) fix 2596 main v11.1 rpath compilation (#2614) fix #2514 main_v11.1 clang (#2628)
The NPO and SPO polylines were removed in MET version 6.1 since they both contain holes. NPO contains the Aleutian Islands and SPO contains Hawaii. The polyline format does not support shapes with holes in them.
* Updates before testing * Updated to work with compile_met_all.sh script * Updated to be 12.0.0 since this is in develop * corrected spelling * Updated instructions, changed tense of wording * Adding period * Reword information about the external libraries --------- Co-authored-by: j-opatz <59586397+j-opatz@users.noreply.github.com>
…needham #2650 Changed the hotsname to needham and token to login
… name from the metadata_map
Feature 2640 ioda2nc dimension
21 tasks
JohnHalleyGotway
changed the title
Update develop-ref after #2675
Update develop-ref after #2672 and #2675
Sep 6, 2023
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.
Issue #2669 led to PR #2672 and #2675 to use the updated METbaseimage v3.0. That version updates from Debian 10 to 12 which switches the GNU compiler from version 8.3.0 to 12.2.0. The updated gfortran compiler produces small diffs in the TC-Pairs output and introduces 40 new derived PBL observations. Updating develop-ref to get past these diffs caused by the updated compiler version.
Created by @JohnHalleyGotway