-
Notifications
You must be signed in to change notification settings - Fork 31
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
Enhance multiple case diagnostics #229
base: main
Are you sure you want to change the base?
Enhance multiple case diagnostics #229
Conversation
Add multi-case diagnostics and webpages: - Add multi-case plot section to config yaml - Update all website templates (add new for multi-case) - Update web generation - Add multi-case subplots and all case comp tables - Designate hub for all test cases individual vs baseline ADF analysis
Also fix small error in global latlon for multi-case plots
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.
Great Work Justin! I have lots of small suggestions and questions, but they should all be relatively minor, as the overall structure looked good to me.
The only somewhat large change might be to manage the setting of the case nickname list in adf_info.py
instead of in the various table and plotting scripts. That way any future scripts can use the nicknames directly, instead of having to do their own checking.
Anyways, please let me know if you have any questions or concerns, or need any help with any of my requests. Thanks!
Also fix small bugs: * Move RESTOM to top of AMWG tables * Missing check for len of climo files in regrid_and_vert_interp (fixes part of Issue NCAR#228) * Special plots didn't work with multi-case diags initially
Also clean up `adf_web` and html pages a bit more
Need second set of parenthesis to get correct if comparison
@nusbaume I think I've gotten all your suggestions and a couple more fixes that cropped up. I cleaned up a lot of the |
Add multi-case diagnostics and webpages: