Skip to content

Commit

Permalink
Set weather year to 2017 for CTS gas timeseries
Browse files Browse the repository at this point in the history
To temporarily fix task heat_demand_timeseries.export-etrago-cts-heat-profiles
  • Loading branch information
nesnoj committed Feb 1, 2024
1 parent 7348096 commit b59a387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def cts_demand_per_aggregation_level(aggregation_level, scenario):
df_CTS_gas_2011 = df_CTS_gas_2011.asfreq("H")
else:
df_CTS_gas_2011 = temporal.disagg_temporal_gas_CTS(
use_nuts3code=True, year=2019
use_nuts3code=True, year=2017
)
df_CTS_gas_2011.to_csv("CTS_heat_demand_profile_nuts3.csv")

Expand Down

0 comments on commit b59a387

Please sign in to comment.