Fabian Neumann
Fabian Neumann
in `pypsa.stats` - curtailment - market value mv_s = $sum_{t} \lambda_t g_{s,t} / sum_{t,s} g_{s,t}$ - congestion rent - revenue - n.nom_opt() -> pd.Series(index=[component, carrier], values=nom_opt) ask over mailing list
There are some modules where test coverage can improve. Let's target step by step: `io`: - [x] import and export functionality, starts with #229 `components`: - [x] `madd()` - [x]...
It would be useful to have simple frontend plotting functions to display results and input data beyond the `network.plot()`. Like: - [ ] dispatch plot (area chart) - [ ]...
> A by-product question I have is related to the generation of the generators-status.csv file. It turns out this file is generated only when all generators are committable. Is this...
We have had repeated questions about how one could model redispatch with PyPSA, and I think this calls for an example: I think there might be a way based on...
But how about removing the `stats` module? It was only introduced due to counter-testing the linopf module. _Originally posted by @FabianHofmann in https://github.com/PyPSA/PyPSA/issues/230#issuecomment-831124267_ Sounds good! Maybe we could reuse some...
possibly fix line width, line flow only varies arrow size
Closes #200 . ## Changes proposed in this Pull Request - Adds a new wildcard `{weather_year}` to sweep through particular weather years (e.g. `networks/elec{weather_year}_s{simpl}_{clusters}.nc`). In design similar to `{simpl}` wildcard...
Closes #36 (if applicable). ## Changes proposed in this Pull Request - [ ] capital cost for floating offshore wind and connection cost - [ ] investigate suitability of chosen...
Closes # (if applicable). ## Changes proposed in this Pull Request Use the `params:` section in rule definition to keep track of changed settings in `config.yaml`. https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#non-file-parameters-for-rules The goal is...