tsherwen / AC_tools

Module for working with global/regional Chemical Transport Model (CTM) output and observations
MIT License
13 stars 10 forks source link

Allow for a list of variables to be read in as a dictionary instead of GC_var approach #112

Open tsherwen opened 2 years ago

tsherwen commented 2 years ago

Allow for a list of variables to be read in as a dictionary instead of the current (e.g. AC.GC_var()) approach.

Currently, variables are stored in an inline list/dict in variables.py, but this would be cleaner if stored in a yml file.

tsherwen commented 2 years ago

Done a test implementation for 3 functions in variables.py using a YAML read. Generally working fine.

Issues to fix: