From de20b65343d22294162c1b04e0381cf778174a77 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Sat, 16 Mar 2024 17:26:44 -0400 Subject: [PATCH] Minor fixed multistage docs --- docs/src/Model_Concept_Overview/model_notation.md | 4 ++-- docs/src/User_Guide/multi_stage_input.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/Model_Concept_Overview/model_notation.md b/docs/src/Model_Concept_Overview/model_notation.md index 95d16370a7..e54ed64eca 100644 --- a/docs/src/Model_Concept_Overview/model_notation.md +++ b/docs/src/Model_Concept_Overview/model_notation.md @@ -136,7 +136,7 @@ $\mathcal{W} \subseteq \mathcal{G}$ | where $\mathcal{W}$ set of hydroelectric g |$\zeta_{y,z,t}$ | Number of shutdown decisions, of the generation cluster $y$ in zone $z$ at time $t$| |$\mathcal{Q}_{o,n} \in \mathbb{R}_+$ | Inventory of storage of type $o$ at the beginning of input period $n$ \[MWh]| |$\Delta\mathcal{Q}_{o,m} \in \mathbb{R}$ | Excess storage inventory built up during representative period $m$ \[MWh]| -|$ON^{+}_{l,t} \in \{0,1\} $ | Binary variable to activate positive flows on line $l$ in time $t$| +|$ON^{+}_{l,t} \in {0,1}$ | Binary variable to activate positive flows on line $l$ in time $t$| |$TransON^{+}_{l,t} \in \mathbb{R}_+$ | Variable defining maximum positive flow in line $l$ in time $t$ \[MW\]| |$\Theta^{CRM}_{y,z,t} \in \mathbb{R}_+$ | "Virtual" energy discharged by a storage resource that contributes to the capacity reserve margin for technology $y$ at time step $t$ in zone $z$ - only applicable for storage resources with activated capacity reserve margin policies, $y \in \mathcal{O}$ \[MWh]| |$\Pi^{CRM}_{y,z,t} \in \mathbb{R}_+$ | "Virtual" energy withdrawn by a storage resource from the grid by technology $y$ at time step $t$ in zone $z$ - only applicable for storage resources with activated capacity reserve margin policies, $y \in \mathcal{O}$ \[MWh]| @@ -266,6 +266,6 @@ $\mathcal{W} \subseteq \mathcal{G}$ | where $\mathcal{W}$ set of hydroelectric g |$\mu_{p,z}^{\mathcal{ESR}}$ | share of total demand in each model zone $z \in \mathcal{ESR}^{p}$ that must be served by qualifying renewable energy resources $y \in \mathcal{G}^{ESR}_{p}$| |$f(n)$ | Mapping each modeled period $n \in \mathcal{N}$ to corresponding representative period $w \in \mathcal{W}$| |$\eta_{y}^{electrolyzer}$ | Efficiency of the electrolyzer $y$ in megawatt-hours (MWh) of electricity per metric tonne of hydrogen produced \[MWh/t\] (optional parameter)| -|$\$^{hydrogen}_y$ | Price of hydrogen per metric tonne for electrolyzer $y$ \[\$/t\] (optional parameter)| +|$ $^{hydrogen}_y$ | Price of hydrogen per metric tonne for electrolyzer $y$ \[\$/t\] (optional parameter)| |$\mathcal{Min kt}_y$ | Minimum annual quantity of hydrogen that must be produced by electrolyzer $y$ in kilotonnes \[kt\] (optional parameter)| --- diff --git a/docs/src/User_Guide/multi_stage_input.md b/docs/src/User_Guide/multi_stage_input.md index 6d9d9fca3f..5deab91774 100644 --- a/docs/src/User_Guide/multi_stage_input.md +++ b/docs/src/User_Guide/multi_stage_input.md @@ -16,10 +16,10 @@ The table below summarizes the key differences in the two model setups. ### Additional inputs needed for multi-stage modeling #### Input data files -Instead of one set of input files, there is one directory of input files that needs to be provided for each planning period or stage (e.g., “Inputs/Inputs_p1/” for the first period “Inputs/Inputs_p2/” for the second period, etc.). Below we list the additional parameters that must be provided in the corresponding stage-specific input files to instantiate a multi-stage planning problem. +Instead of one set of input files, there is one directory of input files that needs to be provided for each planning period or stage (e.g., “inputs/inputs\_p1/” for the first period “inputs/inputs\_p2/” for the second period, etc.). Below we list the additional parameters that must be provided in the corresponding stage-specific input files to instantiate a multi-stage planning problem. -| | **Resource .csv files** | +| | **Resource_multistage_data.csv files** | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------| | Min\_Retired\_Cap\_MW | Minimum capacity in MW that must retire in this planning stage. Note that for the co-located VRE-STOR module, this value represents the grid connection component. | | Min\_Retired\_Energy\_Cap\_MW | Minimum energy capacity in MW that must retire in this planning stage. Note that for the co-located VRE-STOR module, this value represents the storage component. | @@ -28,7 +28,7 @@ Instead of one set of input files, there is one directory of input files that ne | Capital\_Recovery\_Period | The technology-specific period in years over which initial capital costs must be recovered. Note that for the co-located VRE-STOR module, this value represents the grid connection component. | | WACC | The technology-specific weighted average cost of capital. Note that for the co-located VRE-STOR module, this value represents the grid connection component. | -| | **Vre_stor.csv (if activated)** | +| | **co-located VRE-STOR resources only** | |:------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------| |Min\_Retired\_Cap\_Inverter\_MW |Minimum inverter capacity in MW AC that must retire in this plannig stage. | |Min\_Retired\_Cap\_Solar\_MW |Minimum solar PV capacity in MW DC that must retire in this plannig stage. |