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

Update history string objects #316

Closed justin-richling closed 1 month ago

justin-richling commented 1 month ago

Clean up the history string objects in adf_info.py:

Update tape_recorder.py for new history string format:

Closes #315

justin-richling commented 1 month ago

@nusbaume I got your suggestions done, but it looks like we still have some issues with the new history string implementation; the baseline history strings were not being brought over from the yaml file correctly.

I have a quick addition in adf_diag that should take care of this bug, so if you wouldn't mind taking another quick look, thanks!