NCAR / ADF

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

Make a version of basic_info that can be added to and queried internally #226

Open bitterbark opened 1 year ago

bitterbark commented 1 year ago

New feature type

New infrastructure or infrastructure enhancement

What is this new feature?

basic_info is understandably protected from modification. However, there are cases where it would be nice to be able to override settings (eg in a jupyter script) or set something once to a default and then have it available to query (eg hist_num or hist_str). Wondering if a basic_info_plus structure which starts as basic_info, but has set and query capabilities, would work.

Assistance required?

Yes, I will need some assistance before making a PR

Extra info

No response