Direct Air Capture (DAC)
Understanding the Direct Air Capture (DAC) Module
Direct Air Capture (DAC) module simulates energy consumption, emissions, and carbon sequestration of direct air capture devices for each modeled year. Demand and emission values from this module can be found in the "Direct Air Capture" economic sector in the model results. Reduction in carbon emissions from running DAC devices can be also be seen in the overall GHG inventory totals.
Multiple DAC technologies are simulated, allowing for each technology to have its own characteristics. A DACTech set stores the different types of DAC technologies which are listed in the table below.
|
No. |
DACTech Descriptor |
DACTech Key |
|
1 |
KOH-Ca Looping |
KOHLoop |
|
2 |
KOH BPMED |
KOHBPMED |
|
3 |
Solid Sorbent |
SSorbent |
|
4 |
MgO Ambient Weathering |
AmbientW |
|
5 |
Liquid H2 |
LiquidH2 |
|
6 |
Liquid NG |
LiquidNG |
|
7 |
Solid H2 |
SolidH2 |
|
8 |
Solid NG |
SolidNG |
Code for the DAC module is contained in Engine\DirectAirCapture.jl. Input data required for operating the DAC module is input through a Julia script file, Calibration\CarbonRemoval.jl. Inputs vary by type of DAC technology and include the following:
- Device lifetimes and construction delay
- Capital, variable, and O&M costs by technology
- Utilization factors
- Energy usage fractions and energy efficiency by technology
- Default available technologies (DACMSM0 = 0.0)
- Sequestration fractions and energy penalties by technology
- Capture carbon transportation prices
Several options are available for the user to indicate which DAC methodology to use, indicated by a model switch (DACSw). Depending on which option (DACSw) the user selects, additional input data (beyond the default data entered in CarbonRemoval.jl) are required to activate the DAC equations.
The table below summarizes the various DAC options and the inputs required for each:
|
Options for DAC Methodology |
Value of DACSw |
Additional Input Data Required |
|
Exogenous DAC |
DACSw = 0 |
|
|
DAC used to meet emissions goal |
DACSw = 1 |
|
|
DAC used to meet emissions goal or produce to an exogenous level (whichever is higher) |
DACSw = 2 |
|
|
DAC meets national Goal, with production split by exogenous weights |
DACSw = 3 |
|
|
DAC response to Carbon Price |
DACSw = 4 |
|
DAC devices are then initiated for each modeled year as needed specified by the options above. The technologies are selected using consumer choice theory given the cost related inputs, fuel prices, and the technologies available for use (indicated by a non-price factor of 0 DACMSM0 = 0.0 in CarbonRemoval.jl). Devices are initiated and constructed after a specified construction delay.
Annual energy usage, emissions produced and amount of carbon captured is estimated by the model. Outputs for the sector energy usage, emissions, investments, and other data are written to the DirectAirCapture supply sector for output and review. Total GHG inventories in the model output are adjusted by the net emissions from DirectAirCapture.
Enabling Direct Air Capture
To enable Direct Air Capture (DAC) in ENERGY 2100, create a policy file that:
- Sets the value of DACSw to indicate which DAC methodology you want to initiate; and
- Adds the input data required for that option (see table above).
To modify available technologies:
- Use Select statements to select the technologies to activate, and set the DAC market share non-price factor equal to 0 (DACMSM0 = 0)
- Use Select statements to select the technologies to deactivate, and set the DAC market share non-price factor equal to -10 (DACTech = -10).
|
|
🕮 |
Example
|