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
* units and connecting variables
* fix doc page
* catch if annual_input_energy is 0
* remove base class
* fix oae test
* failing doc test
* fix value call
* final touchs
Copy file name to clipboardExpand all lines: docs/technology_models/co2.md
+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
@@ -1,14 +1,14 @@
1
1
# Marine Carbon Dioxide Capture Models
2
2
Marine carbon dioxide (CO₂) capture technologies aim to remove CO₂ from the ocean or enhance the ocean’s natural capacity to store atmospheric CO₂. These approaches provide additional pathways for managing carbon in the marine environment and can complement land-based strategies for resource management and ocean health.
3
3
4
-
This section provides an overview of the marine carbon dioxide capture models integrated into H2Integrate. The models are adapted from and maintained in NREL's [MarineCarbonManagement Repository](https://github.com/Nrel/MarineCarbonManagement) and have been integrated here for ease of scenario analysis and system-level optimization.
4
+
This section provides an overview of the marine carbon dioxide capture models integrated into H2Integrate. The models are adapted from and maintained in NLR's [MarineCarbonManagement Repository](https://github.com/NatLabRockies/MarineCarbonManagement) and have been integrated here for ease of scenario analysis and system-level optimization.
5
5
6
6
7
7
## Direct Ocean Capture (DOC) Model
8
8
9
9
Direct Ocean Capture extracts dissolved CO₂ directly from seawater using engineered processes. By reducing the concentration of dissolved inorganic carbon, the ocean naturally reabsorbs an equivalent amount of atmospheric CO₂. The resultant CO₂ can then be used for downstream processes and conversion or storage.
10
10
11
-
The DOC model is built on electrodialysis-based separation and includes both performance and cost components, allowing users to explore a wide range of system configurations, operational scenarios, and infrastructure options. It is designed for process design, optimization, and cost evaluation of marine carbon capture systems and is integrated from NREL's [MarineCarbonManagement Repository](https://github.com/Nrel/MarineCarbonManagement). Additional information about this specific model can be found in [Niffenegger et al.](https://doi.org/10.3390/cleantechnol7030052)
11
+
The DOC models, `DOCPerformanceModel` and `DOCCostModel`, are built on electrodialysis-based separation and includes both performance and cost components, allowing users to explore a wide range of system configurations, operational scenarios, and infrastructure options. It is designed for process design, optimization, and cost evaluation of marine carbon capture systems and is integrated from NLR's [MarineCarbonManagement Repository](https://github.com/NatLabRockies/MarineCarbonManagement). Additional information about this specific model can be found in [Niffenegger et al.](https://doi.org/10.3390/cleantechnol7030052)
12
12
13
13
### Why Use This Model
14
14
- Evaluate technology performance — quantify system throughput, process efficiencies, and resource usage under different operating conditions.
@@ -55,7 +55,7 @@ The Ocean Alkalinity Enhancement (OAE) Model simulates the process of increasing
55
55
This model estimates the CO₂ absorption potential of the ocean after the OAE process. CO₂ is not a usable downstream product.
56
56
```
57
57
58
-
The OAE model is adapted from NREL’s MarineCarbonManagement Repository and includes both performance and cost components, as well as a financial model enabling users to explore a variety of system designs, operational strategies, and infrastructure setups. Additional information about this specific model can be found in [Niffenegger et al.](https://doi.org/10.3390/cleantechnol8010012)
58
+
The OAE models, `OAEPerformanceModel` and `OAECostModel`, are adapted from NLR’s MarineCarbonManagement Repository and includes both performance and cost components, as well as a financial model enabling users to explore a variety of system designs, operational strategies, and infrastructure setups. Additional information about this specific model can be found in [Niffenegger et al.](https://doi.org/10.3390/cleantechnol8010012)
59
59
60
60
### Why Use This Model
61
61
- Assess system performance — determine processing capacity, flow characteristics, and operational profiles.
@@ -95,7 +95,7 @@ Computes capital (CapEx) and operational (OpEx) costs based on plant design and
95
95
- Annual operating cost (USD/year)
96
96
97
97
#### OAE Cost and Financial Model
98
-
Extends the cost model to include financial metrics. Allows calculation of net present value (NPV) and determination of credit values required for financial viability.
98
+
The `OAECostAndFinancialModel` extends the cost model to include financial metrics. Allows calculation of net present value (NPV) and determination of credit values required for financial viability.
-**source_tech**: Name of the technology providing the output
56
56
-**destination_tech**: Name of the technology receiving the input
57
57
-**source_parameter**: The name of the parameter within ``"source_tech"``
58
58
-**destination_parameter**: The name of the parameter within ``"destination_tech"``
59
59
60
+
```{note}
61
+
The `source_parameter` and `destination_parameter` should be input into the array as another array. If it's input as a tuple the model will raise an error.
0 commit comments