Skip to content

Commit

Permalink
rename and improve description of weathering rates
Browse files Browse the repository at this point in the history
  • Loading branch information
tabeado committed Dec 12, 2024
1 parent 267b1b2 commit ededf05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions modules/33_CDR/portfolio/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ s33_costs_fix = 0.0422;
s33_co2_rem_pot = 0.3 * 12/44; !! default for basalt, for Olivine 1.1

*' carbon removal rate: eqs 2+c1 in strefler, amann et al. (2018): wr = grain surface area based WR (10^-10.53 mol m^-2 s^-1) * molar weight of basalt/forsterite (140.7 g/mol) * 3.155^7 s/a * SSA(gs)
s33_co2_rem_rate = 10**(-10.53) * 125 * 3.155*10**7 * 69.18*(cm_gs_ew**(-1.24));
p33_co2_rem_rate("1") = -log(1-s33_co2_rem_rate * 0.94);
p33_co2_rem_rate("2") = -log(1-s33_co2_rem_rate * 0.29);
s33_co2_rem_fraction = 10**(-10.53) * 125 * 3.155*10**7 * 69.18*(cm_gs_ew**(-1.24));
p33_co2_rem_rate("1") = -log(1-s33_co2_rem_fraction * 0.94);
p33_co2_rem_rate("2") = -log(1-s33_co2_rem_fraction * 0.29);

*' JeS FE demand fit from Thorben: SI D in strefler, amann et al. (2018)
p33_fedem("weathering", "feels") = 6.62 * cm_gs_ew**(-1.16);
Expand Down
4 changes: 2 additions & 2 deletions modules/33_CDR/portfolio/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scalars
s33_capture_rate "CO2 capture rate for capturing emissions, e.g., from burning natural gas" / 0.9 /

s33_co2_rem_pot "specific carbon removal potential [Gt C per Gt ground rock]"
s33_co2_rem_rate "carbon removal rate [fraction of annual reduction of total carbon removal potential]"
s33_co2_rem_fraction "fraction of stone weathering per year [fraction of annual reduction of total carbon removal potential], independent of climate grade"
s33_costs_fix "fixed costs for mining, grinding, spreading [T$/Gt stone]"
s33_step "size of bins in v33_weathering_onfield [Gt stone]"
*JeS* GJ/tCO2 = EJ/Gt CO2 = 44/12 EJ/Gt C.
Expand All @@ -22,7 +22,7 @@ s33_OAE_glo_limit "global limit for OAE [tC / a]"
parameters
p33_fedem(all_te,all_enty) "final energy demand of each technology [EJ/GtC] (for EW the unit is [EJ/Gt stone])"
p33_LimRock(all_regi) "regional share of EW limit [fraction], calculated ex ante for a maximal annual amount of 8 Gt rock in D:\projects\CEMICS\paper_technical\supply_curve_transport_remind_regions.m"
p33_co2_rem_rate(rlf) "carbon removal rate [fraction of annual reduction of total carbon removal potential], multiplied with grade factor"
p33_co2_rem_rate(rlf) "stone weathering rate, exponent in exponential decay function (based on percent action of stone weathering and including climate grade)"
p33_EW_upScalingLimit(ttot) "Annual growth rate limit on upscaling of mining & spreading rocks on fields"
p33_EW_shortTermEW_Limit(all_regi) "Limit on 2030 potential for enhanced weathering, defined in Gt rocks, based on % of land on which EW is applied"
;
Expand Down

0 comments on commit ededf05

Please sign in to comment.