-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature 342 tcdiag tcmpr plotter #446
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
…feature_383_tcmpr_doc_test
…g one config file and logging to replace printing to stdout
… file, logging support added to replace print statements
…onfig file and logging to replace print statements
… file and logging to replace print statements
…onfig file and logging replaces printing to stdout
…ned in a single config file
…onfig file and added logging
…ot types defined in a single config file. Also added logging
…ned in a single config file and added logging
… plot for TCDiag data
…ter/METplotpy into feature_342_tcdiag_tcmpr_plotter
…/dtcenter/METplotpy into feature_342_tcdiag_tcmpr_plotter
…ase opacity to enable better visualization of overlapping points
…/dtcenter/METplotpy into feature_342_tcdiag_tcmpr_plotter
…s and a single initialization
…feature_342_tcdiag_tcmpr_plotter
…n to make this more usable for METplus use cases
…feature_342_tcdiag_tcmpr_plotter
… to create directories for output
Closed
26 tasks
hankenstein2
previously approved these changes
May 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran on seneca, tests completed and the plots matched.
Fixing sonar qube complaint
hankenstein2
approved these changes
May 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed a sonar qube complaint
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:
can successfully generate a time-series plot for all lead times, for a single initialization time, for a single storm (Ian) that is consistent with the data. The CIRA scientist has verified the correctness of the plot:
Recommend testing for the reviewer(s) to perform, including the location of input datasets, and any additional instructions:
Generate the plot:
on 'seneca', use the /d1/personal/mwin/miniconda3/envs/mp_analysis_env conda environment
clone the develop version of METdataio
clone the feature_342_tcdiag_tcmpr_plotter version of METplotpy
set up PYTHONPATH:
- PYTHONPATH=$CALCPY:$CALCPY/metcalcpy:$PLOTPY:$PLOTPY/metplotpy:$PLOTPY/metplotpy/plots
Use reformatted data (remove the .txt suffix):
tc_pairs_reformatted_tc_diag.tcst.txt
Use this yaml config file (remove .txt suffix), and change paths to output, log, and input data:
tcmpr_timeseries_plot.yaml.txt
Generate the plot:
Plot should look like this:
NOTE
I have this already set up on 'seneca':
/d1/personal/mwin/feature_342_tcmpr_plots_for_tcdiag/METplotpy/metplotpy/plots/tcmpr_plots
Do these changes include sufficient documentation updates, ensuring that no errors or warnings exist in the build of the documentation? [NA]
Do these changes include sufficient testing updates? [NA]
Will this PR result in changes to the test suite? [No]
If yes, describe the new output and/or changes to the existing output:
Do these changes introduce new SonarQube findings? [Unsure]
If yes, please describe:
Please complete this pull request review by [Earliest convenience, a use case needs this code].
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 METplotpy-X.Y.Z Development project for official releases