-
Notifications
You must be signed in to change notification settings - Fork 38
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 Truth: For dtcenter/MET#2951 #2667
Comments
The testing workflow run triggered by merging dtcenter/MET#2951 into
The differences are only in the variable names, not the data.
Output variable names:
And I used Here's the reason for the diff. For MET version 12.0.0-beta5, the Series-Analysis PSTD output variable names DO NOT include the observation threshold, as seen on this line. I'll note however that the threshold is included for other probabilistic line type outputs (like PCT and PJC). Including it in 2 output types but not all 3 is rather inconsistent. For the updated version of develop, defining all probabilistic output variable names is now handled in a single build_nc_var_name_probabilistic() function. And since that function adds it for all probabilistic line types, we see this difference in the PSTD variable names. I'll note that we do not necessarily have to include the threshold in the variable name. Series-Analysis can only run on a single series of data and do probabilistic vx with a single set of thresholds. So no single Series-Analysis output file would contain multiple variables with different thresholds. In general, we do include threshold information, when applicable, for other output types, like continuous, categorical, and partial sums outputs. So including it for probabilistic outputs is consistent. |
Describe Expected Changes
This change to the Series-Analysis output NetCDF variable names was unanticipated, but acceptable.
Define the Metadata
Title
Assignee
Assign this issue to the author of the pull request that warranted this issue. Optionally assign anyone else who should review the differences in the output.
Milestone and Projects
develop
branch OR select next METplus-Wrappers-X.Y.Z bugfix version if updating truth data for amain_vX.Y
branch.develop
branch, select the METplus-Wrappers-X.Y.Z Development project OR if updating truth for amain_vX.Y
branch, select the Coordinated METplus-X.Y Support projectUpdate Truth Checklist
Include any details of how the review was performed.
help uncover potential explanations. If none of these apply and the
source of the differences cannot be determined, contact the
METplus wrappers lead engineer (@georgemccabe) for assistance.
type: update truth
applied by clicking on the label on this issue. Coordinate with the
author of these issues to ensure all diffs are properly reviewed.
triggered since the workflow that corresponds to this issue was run.
Review the latest run to ensure that there are no diffs that are
unrelated to this issue.
issue that warranted this issue, consider reverting the PR and
re-opening the issue.
backup lead (@jprestop) to let them know that the truth data can
be updated.
This should be handled by a METplus wrappers engineer.
See the instructions to update the truth data
for more info.
The text was updated successfully, but these errors were encountered: