Skip to content

Commit c5eb6bc

Browse files
committed
chore: revise non-dispatchable inputs docs
1 parent 75bcb9b commit c5eb6bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/user_guide/input_files.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ These files describe different components of the power system. While optional, y
8989
* ``sink_lon``, ``sink_lat``: Coordinates for the sink node (needed for map plotting).
9090

9191
* ``hydropower.csv`` / ``hydropower_daily.csv``:
92-
* **Description**: Hourly (``hydropower.csv``) or daily (``hydropower_daily.csv``) timeseries of maximum available hydropower generation (e.g., in MW) for each hydro unit. `Do not provide` both for the same unit.
92+
* **Description**: Hourly (``hydropower.csv``) or daily (``hydropower_daily.csv``) timeseries of maximum available hydropower energy in MWh for each hydro unit. `Do not provide` both for the same unit.
9393
* **Format**: Uses a two-level column header. Level 1: Unit name. Level 2: Node name where the unit connects. Rows correspond to hours or days.
9494

9595
* ``solar.csv``:
96-
* **Description**: Hourly timeseries of maximum available solar power generation (e.g., in MW) for each solar unit.
96+
* **Description**: Hourly timeseries of maximum available solar energy in MWh for each solar unit.
9797
* **Format**: Two-level column header (Level 1: Unit name, Level 2: Node name). Rows correspond to hours.
9898

9999
* ``wind.csv``:
100-
* **Description**: Hourly timeseries of maximum available wind power generation (e.g., in MW) for each wind unit.
100+
* **Description**: Hourly timeseries of maximum available wind energy in MWh for each wind unit.
101101
* **Format**: Two-level column header (Level 1: Unit name, Level 2: Node name). Rows correspond to hours.
102102

103103
* ``import.csv``:
104-
* **Description**: Hourly timeseries of maximum available power import (e.g., in MW) for each import source/node.
104+
* **Description**: Hourly timeseries of maximum available import energy in MWh for each import source/node.
105105
* **Format**: Two-level column header (Level 1: Source/Unit name, Level 2: Node name). Rows correspond to hours.
106106

107107
Auto-Generated Inputs (by `PowNet`'s DataProcessor)

0 commit comments

Comments
 (0)