NCAR / ADF

A unified collection of python scripts used to generate standard plots from CAM outputs.
Creative Commons Attribution 4.0 International
34 stars 29 forks source link

Fix missing comparison tables #300

Closed justin-richling closed 3 months ago

justin-richling commented 3 months ago

If the ADF was re-run then the comparison table gets skipped from website if not cleared out of plot directory. This PR will fix that by only globbing the case tables and ignoring the comparison table.

The reason behind using glob when appending the case table instead of just appending the csv file name to csv_list is that in case that particular table is not created, the glob will miss that and it will reflect appropriately when checking the length of the csv_list and length of case_names