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

Small fixes #313

Closed justin-richling closed 1 month ago

justin-richling commented 2 months ago

Update the config yaml files for updated example CAM cases and history files.

    There are now 4 example coupled cases in: /glade/campaign/cgd/amp/amwg/ADF_test_cases:     - 3 recent cases with h0a history files     - 1 semi-recent case with old h0 history files

    Each with 10 years of data

    Additionally, update paths for Derecho scratch locations and update hist_str argument to default to cam.h0a.

In tape_recorder.py, add check for scenario where no test case data is available and exit script if so.

Closes #289