Hi all,
I'm a student completely new to Temoa trying to run the Temoa model for the first time, and I’ve been following the tutorial videos and GitHub instructions closely, but I’m currently stuck and would greatly appreciate your help.
Here’s what I’ve done so far:
- Installed the temoa-py3 environment using the environment.yml file from the Temoa OEO repository.
- Downloaded the oeo-master folder (the temoa subfolder inside it was initially empty).
- Downloaded the Temoa source code separately and placed it inside the oeo-master/temoa directory so that it includes temoa_model, tools, and related folders
- Renamed the configuration file to config_sample.toml and verified the paths and scenario name inside (screenshot attached).
- Switched to using GLPK as a solver instead of CPLEX, which I don’t have.
- Attempted to run the model using:
- python temoa_model/ --config temoa_model/config_sample and then
- python temoa_model/ --config temoa_model/config_sample.toml
- python -m temoa_model --config config_sample.toml
Despite this, I don’t receive any output. No result folders are generated, and the script finishes silently without any error messages or log files. Is there something I might be missing in the directory setup or run command? Thank you in advance for any guidance you can provide!
Best regards,
Bairavi Mathialagan