Energy Planning Optimization

Hey,

Im currently starting my MEng thesis in chemical engineering with my focus on Energy Planning optimization for developing countries.
Im developing software to provide guidance for policy makers.
My supervisor is using python but I’m thinking about writing mine in julia.

What are some good resources for learning and directions I could go down.

Thank you,
L

Take a look at https://github.com/GenXProject/GenX - there’s a brief overview by one of the main developers in this Twitter thread: https://twitter.com/jessejenkins/status/1402338134747140103

1 Like

If you’re planning to use mathematical optimization, Julia and JuMP are great for this, and there is a wealth of experience and packages to draw on.

Some starters:

Packages:

“Energy planning optimization” is a bit broad, so if you had more specifics on what you were planning to do, others might have more specific advice.

2 Likes

Here is the full description of the scope I’m trying to achieve.

https://sustainabledevelopment.un.org/partnership/?p=38428

Thanks all for the support. It makes a difference!

There were a few energy related talks at the recent JuMP-dev workshop:

As well as tools like

https://github.com/YoungFaithful/CapacityExpansion.jl

The EPOC Winter workshop also discussed a variety of Julia tools for modeling low carbon transitions

3 Likes