ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
4 stars 12 forks source link

Separate cam_config.py into multiple different python modules #152

Closed nusbaume closed 2 years ago

nusbaume commented 3 years ago

The cam_config.py source code file is starting to grow quite large, and would likely benefit from being split up into multiple separate files. In particular, the various config class descriptors (ConfigGen, ConfigInteger, ConfigString, and ConfigList) could be in their own python module, with cam_config.py containing only the main ConfigCAM class.