From 60441ddfdd29d4811b87d21e9cfd63bae8bf95d8 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Mon, 20 May 2024 11:52:23 +0200 Subject: [PATCH] pre-commit formatting [no ci] --- scripts/time_aggregation.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/time_aggregation.py b/scripts/time_aggregation.py index d7d07212..a8ad7aaa 100644 --- a/scripts/time_aggregation.py +++ b/scripts/time_aggregation.py @@ -20,9 +20,12 @@ Relevant Settings Inputs ------ -- ``networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc``: the network whose snapshots are to be aggregated -- ``resources/hourly_heat_demand_total_elec_s{simpl}_{clusters}.nc``: the total hourly heat demand -- ``resources/solar_thermal_total_elec_s{simpl}_{clusters}.nc``: the total hourly solar thermal generation +- ``networks/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc``: the network whose + snapshots are to be aggregated +- ``resources/hourly_heat_demand_total_elec_s{simpl}_{clusters}.nc``: the total + hourly heat demand +- ``resources/solar_thermal_total_elec_s{simpl}_{clusters}.nc``: the total + hourly solar thermal generation Outputs ------- @@ -31,7 +34,10 @@ Outputs Description ----------- -Computes a time aggregation scheme for the given network, in the form of a CSV file with the snapshot weightings, indexed by the new subset of snapshots. This rule only computes said aggregation scheme; aggregation of time-varying network data is done in ``prepare_sector_network.py``. +Computes a time aggregation scheme for the given network, in the form of a CSV +file with the snapshot weightings, indexed by the new subset of snapshots. This +rule only computes said aggregation scheme; aggregation of time-varying network +data is done in ``prepare_sector_network.py``. """