Feature #2570 file_type - #3203
Merged
Merged
Conversation
… file_type for fcst/obs/ens dictionaries. Added support for settings these for EnsembleStat and MTD wrappers. Added GRID_DIAG_FILE_TYPE variable as well
Pull Request Test Coverage Report for Build 21639887700Details
💛 - Coveralls |
JohnHalleyGotway
requested changes
Feb 2, 2026
JohnHalleyGotway
left a comment
Collaborator
There was a problem hiding this comment.
I see that this PR adds support for setting the FILE_TYPE to the configuration of multiple tools. And I also see that all the GHA tests have passed.
But checking the details in glossary.rst, I have some questions. Can you please take a look?
GRID_STAT_OBS_FILE_TYPEis added butOBS_GRID_STAT_FILE_TYPEalready exists.- In MOST wrappers, the file type options are named
{MET-TOOL}_{FCST|OBS}_FILE_TYPE, but the Grid-Stat and Wavelet-Stat wrappers are named{FCST|OBS}_{MET-TOOL}_FILE_TYPE.
> egrep '_FILE_TYPE' glossary.rst | egrep ' FCST_| OBS_'
FCST_GRID_STAT_FILE_TYPE
OBS_GRID_STAT_FILE_TYPE
FCST_WAVELET_STAT_FILE_TYPE
OBS_WAVELET_STAT_FILE_TYPE
Can we make these consistent throughout?
I think we need to deprecate FCST/OBS_GRID_STAT_FILE_TYPE and FCST/OBS_WAVELET_STAT_FILE_TYPE and add GRID_STAT_FCST_FILE_TYPE and WAVELET_STAT_FCST/OBS_FILE_TYPE.
3. I think you added support for GRID_DIAG_FILE_TYPE, but it's missing from glossary.rst.
…o use recommended variable names and added missing item
JohnHalleyGotway
approved these changes
Feb 3, 2026
JohnHalleyGotway
left a comment
Collaborator
There was a problem hiding this comment.
I approve. Thanks for making these changes.
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.
Pull Request Testing
Describe testing already performed for these changes:
Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:
Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [Yes or No]
Do these changes include sufficient testing updates? [Yes or No]
Will this PR result in changes to the test suite? [Yes or No]
If yes, describe the new output and/or changes to the existing output:
Do these changes introduce new SonarQube findings? [Yes or No]
If yes, please describe:
Please complete this pull request review by [Fill in date].
Pull Request Checklist
See the METplus Workflow for details.
Select: Reviewer(s) and Development issue
Select: Milestone as the version that will include these changes
Select: Coordinated METplus-X.Y Support project for bugfix releases or METplus-Wrappers-X.Y.Z Development project for official releases