Skip to content

Commit

Permalink
Merge pull request #79 from FLabG/Update-Input-Data
Browse files Browse the repository at this point in the history
Update input data
  • Loading branch information
arght authored Dec 4, 2024
2 parents eaaae8d + eaaf7a3 commit b0619c3
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 196 deletions.
4 changes: 2 additions & 2 deletions doc/rst/InputData.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Period Scenario Load level Generator Maximum (minimum) power gener
This information can be used for considering scheduled outages or weather-dependent operating capacity.

To force a generator to produce 0 a lower value (e.g., 0.1 MW) strictly > 0, but not 0 (in which case the value will be ignored), must be introduced. This is needed to limit the solar production at night, for example.
It can be used also for upper-bounding and/or lower-bounding the output of any generator (e.g., run-of-the-river hydro, wind).
It can be used also for upper-bounding and/or lower-bounding the output of any generator (e.g., run-of-the-river hydro, wind). If the user introduces a maximum generation value that is lower than the minimum generation value, the model will adjust the minimum generation value to match the maximum.

Internally, all the values below 1e-5 times the maximum system demand of each area will be converted into 0 by the model.

Expand All @@ -476,7 +476,7 @@ Period Scenario Load level Generator Maximum (minimum) power consu
========== ============== ========== ========= ============================================================= ==

To force a ESS to consume 0 a lower value (e.g., 0.1 MW) strictly > 0, but not 0 (in which case the value will be ignored), must be introduced.
It can be used also for upper-bounding and/or lower-bounding the consumption of any ESS (e.g., pumped-hydro storage, battery).
It can be used also for upper-bounding and/or lower-bounding the consumption of any ESS (e.g., pumped-hydro storage, battery). If the user introduces a maximum consumption value that is lower than the minimum consumption value, the model will adjust the minimum consumption value to match the maximum.

Internally, all the values below 1e-5 times the maximum system demand of each area will be converted into 0 by the model.

Expand Down
Loading

0 comments on commit b0619c3

Please sign in to comment.