Skip to content

Commit

Permalink
follow up on #686
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Jun 29, 2023
1 parent 89ffa87 commit 9e14334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_powerplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def replace_natural_gas_fueltype(df):
logging.warning(f"No powerplants known in: {', '.join(countries_wo_ppl)}")

substations = n.buses.query("substation_lv")
ppl = ppl.dropna(subset=["lat", "lon"])
ppl = map_country_bus(ppl, substations)

bus_null_b = ppl["bus"].isnull()
Expand Down
1 change: 1 addition & 0 deletions scripts/build_renewable_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@

nprocesses = int(snakemake.threads)
noprogress = snakemake.config["run"].get("disable_progressbar", True)
noprogress = noprogress or not snakemake.config["atlite"]["show_progress"]
params = snakemake.params.renewable[snakemake.wildcards.technology]
resource = params["resource"] # pv panel params / wind turbine params
correction_factor = params.get("correction_factor", 1.0)
Expand Down

0 comments on commit 9e14334

Please sign in to comment.