-
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_v10.0-ref after #2103 #2111
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
…string or dictionary. (#1799)
…pport extra-tropical cyclone tracks not verified against BEST tracks.
* Updating compile script and associated config files for met-10.0.0 * Removing old config files * install_met_env.het * Updated orion file * Added stampede2 config file * Adding modulefiles for various machines
Bugfix 1801 main_v10.0 plot_tcmpr
* Recommended updates to clarify the use of projects and milestones for bugfixes. * Making details consistent across all issue templates.
…?id=99964) clarify the description of the obs_thresh option.
Adding text for GitHub Discussions
…de moves north to south
…id_latlon_to_laton Bugfix 1817 met v10.0 point2grid latlon to laton
…ile_list_parsing Bugfix 1508 met_v10.0 tc_gen file list parsing
* Per #1879, in Ensemble-Stat, only call add_grib_code() when point verification data is provided. * Per #1879, in the VarInfoGrib::add_grib_code() try doing a table lookup using the user-specified GRIB1 values first and then the default values second. Also, make the error message about no matches much more verbose.
Updated all template to include the addition of new alert labels
…on file for correct rendering
…tead of only the filename so that the function can tell whether or not the file exists. (#1953) Co-authored-by: Julie Prestopnik <[email protected]>
Merging changes per review approval from @CPKalb, who technically does not have write access for the MET repo.
Co-authored-by: Howard Soh <[email protected]>
…or main_v10.0 is failing on seneca, mostly because of the changes to the functionality of the ncdiff utility.
…r_type Bugfix #2102 main_v10.0 initialize modified_hdr_typ
22 tasks
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
PR #2103 for issue #2102 updates ioda2nc to correctly initialize the modified_hdr_typ variable. The NB for main_v10.0 failed on seneca on 20220330 because of this fix.
Here's the OLD data:
Here's the NEW corrected data:
Updating main_v10.0-ref to get past this fix.