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

Add flexibility for globbing different h-numbers #275

Closed justin-richling closed 7 months ago

justin-richling commented 7 months ago

This will add some flexibility in creating time series files from history files that may have extra time info in history file name, ie if the history file is like: $CASENAME.cam.h3.0033-03-02-10800.nc. Currently the ADF uses glob that would ignore these history files.

Also move where ADF appends case climo years in case the ADF has to update years from what user requested.

@bitterbark Could you check this out and see if it works with your MDTF/ADF tests?