You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/input_files.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,19 +89,19 @@ These files describe different components of the power system. While optional, y
89
89
* ``sink_lon``, ``sink_lat``: Coordinates for the sink node (needed for map plotting).
90
90
91
91
* ``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.
93
93
* **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.
94
94
95
95
* ``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.
97
97
* **Format**: Two-level column header (Level 1: Unit name, Level 2: Node name). Rows correspond to hours.
98
98
99
99
* ``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.
101
101
* **Format**: Two-level column header (Level 1: Unit name, Level 2: Node name). Rows correspond to hours.
102
102
103
103
* ``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.
0 commit comments