-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contribution to OSeMOSYS_pyomo #1
Comments
Hi Mattia - Thanks for putting some work into the Pyomo version of OSeMOSYS. To get your code into the repository you'll have to submit it as a pull request rather than putting the code as an attachment to an issue. Once you've submitted a pull request it can be reviewed and accepted. This also allows us to credit everyone's contributions. |
Hi Taco - Thanks for your advice, I'm new in Github so I didn't know the standard procedure. |
Hello, I am Mattia and I am currently working at my master thesis at 'Politecnico di Torino' using OSeMOSYS; so working with the pyomo code I noticed that in the TotalNewCapacity_2_rule is written: "if model.CapacityOfOneTechnologyUnit != 0:" instead of "if model.CapacityOfOneTechnologyUnit[r, t, y] != 0:". Moreover I have also written the storage equations, storage constraints and storage investments in pyomo environment, so attached to this issue there is also the script updated.
Thanks for all your work developing the open source energy modelling system.
Best regards;
Mattia
OSeMOSYS-Pyomo_2019_10_30.txt
The text was updated successfully, but these errors were encountered: