10.5. copro.utils.parse_projection_settings¶
- copro.utils.parse_projection_settings(config, root_dir)[source]¶
This function parses the (various) cfg-files for projections. These cfg-files need to be specified one by one in the PROJ_files section of the cfg-file for the reference run. The function returns then a dictionary with the name of the run and the associated config-object.
- Parameters
config (ConfigParser-object) – object containing the parsed configuration-settings of the model for the reference run.
- Returns
dictionary with name and config-object per specified projection run.
- Return type
dict