Skip to content
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

Open
Mattia-Allione opened this issue Nov 3, 2019 · 2 comments
Open

Contribution to OSeMOSYS_pyomo #1

Mattia-Allione opened this issue Nov 3, 2019 · 2 comments

Comments

@Mattia-Allione
Copy link
Contributor

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

@tniet
Copy link

tniet commented Nov 12, 2019

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.
Cheers,
Taco..

@Mattia-Allione
Copy link
Contributor Author

Hi Taco - Thanks for your advice, I'm new in Github so I didn't know the standard procedure.
Cheers,
Mattia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants