pomato.market_model¶
The MarketModel of POMATO, manages data and options to runs the model and returns its results.
The MarketModel interfaces the DataManagement with the MarketModel written in Julia. Its main purpose is to save the relevant data, run the model and collecting the results, which are then returned to the DataManagement.
The MarketModel allows to dynamically change options and re-save data for multiple model runs, making sure all results are saved and correctly processed.
Classes
|
Class to interface the MarketModel in Julia with the python based Data and Grid models. |