IndEcol / RECC-ODYM

The RECC model
MIT License
21 stars 10 forks source link

Include option to update only selected parameters (as specified in co… #67

Closed chauenstein closed 1 year ago

chauenstein commented 1 year ago

…nfig file) and use for all others pickled parameter dict (requires also updated ODYM module ODYM_Function.py)

Resolve #63

Read additional column 'Update-overwrite' for model parameters in ODYM-RECC config file in order to replace only individual parameters and use parameter dictionary from previous runs in ODYM-RECC (reducing computation time significantly) If entry the new column 'Update-overwrite', in the row of the parameter that is supposed to be updated , is set to 'True' (without quotation marks; case sensitive) the data in the parameter dictionary is updated.

(however, no changes to index table allowed, i.e., country selection needs to remain the same as in the run, which created the parameter dictionary)