Davide Fioriti
Davide Fioriti
As we are addressing the retrieve_cost_data, it would be nice to add the "params:" snakemake option into the rule as: ```snakemake params: version: config["costs"]["version"] ``` And update the default tech_data...
Note: current CI passes, but the workflow would not capture scenarios like costs_2040 or costs_2050 unfortunately #1249 should fix that
Thanks for reporting! Just to understand, is this PR ready to review or it has been opened as a work-in-progress?
> > Thanks for reporting! Just to understand, is this PR ready to review or it has been opened as a work-in-progress? > > Hi @davide-f, thanks for asking. This...
Great scouting! if I can add, really a minor thing, the check on n.lines should be enough: ``` if n.lines.empty: return ``` if lines are provided they can't have v_nom...
To address this issue, the recommended approach would be to: 1. create an entry "focus_weights: false" under the clustering, similarly to https://github.com/PyPSA/pypsa-eur/blob/d4bad07cf461c1b60700a3213f5d650b2da64c06/config/config.default.yaml#L855 2. Revise the Snakefile/simplify_network/cluster_network scripts to the new...
@milyas009
Great! :D I'm wondering if this would be greatly placed in a test folder or potentially a validator procedure. what do you think?
Have you tried to enable load_shedding and investigate what sector is most affected?
Thanks @milyas009 :D The content of africa_shape.geojson always depends on the countries selected in the workflow. For example, if you choose TH, then the content will be TH. We agree...