EnergyModels.jl
EnergyModels.jl copied to clipboard
Hi, The current package is not compiling due to dependencies not up to date. Are there any plans to upgrade EnergyModels? Thanks
- [x] Build models for a subset of snapshots - [ ] Add a customizable outer function to update time-linkages like storage filling levels or committability stati
We need tests to confirm the produced models are correct and new changes do not change the formulation. Compare how JuMP and PowerSimulations do tests!
Currently, all `addto!` functions which formulate the equations per device, call ```julia T = axis(m, :snapshots) ``` effectively requesting the snapshots coordinate from the NetCDF dataset as an `AxisArrays.Axis`. In...
`StructJuMP` allows to organize and separate the block structure of huge models. In a nutshell one creates variables and constraints on several `StructuredModel` instances, one of which is the master...
There should be a second time coordinate for years, in which investment decisions would be taken. @FabianHofmann Can you describe how lisa's work in the pathway optimization branch did work?...
ParameterJuMP allows defining variables as parameters and then compute dual values for them. Ie if one sets the capacity of a not-extendable generator or line as a parameter one can...
Perhaps with some sort of callback to update some parameters/variables.
- [ ] For adding/removing components as with `add` and `madd` in PyPSA - [ ] Plotting a map of the network (maybe)