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
odow
October 29, 2021, 2:47am
3
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!
odow
October 30, 2021, 10:04pm
5
There were a few energy related talks at the recent JuMP-dev workshop:
We are pleased to announce that JuMP-dev 2021 will be co-located with JuliaCon 2021! This year JuliaCon is virtual, and will be held 28-30 July, 2021. Outline The purpose of JuMP-dev is to bring together students, researchers, and practitioners with...
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