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
nusbaume
left a comment
There was a problem hiding this comment.
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: