-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update history string objects #316
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I did have a few questions and (hopefully minor) change requests.
The ADF was missing the correct call for baseline history strings, this fix will make sure to grab the correct strings.
@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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great now, thanks @justin-richling!
Bring in changes from PR NCAR#316 Update time fix for old CESM time series files
Clean up the history string objects in
adf_info.py
:clean up naming of history string variables
Make baseline history info more robust; set default if not provided
Give full dictionary of test and baseline case(s) history string lists to adf object
Update
tape_recorder.py
for new history string format:Closes #315