Skip to content

Commit

Permalink
restore Ariadne condition for emissions reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mellamoSimon committed Feb 6, 2024
1 parent bb45503 commit c092a6d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '223889229'
ValidationKey: '223908988'
AcceptedWarnings:
- 'Warning: package ''.*'' was built under R version'
- 'Warning: namespace ''.*'' is not available and has been replaced'
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'remind2: The REMIND R package (2nd generation)'
version: 1.133.1
version: 1.133.2
date-released: '2024-02-06'
abstract: Contains the REMIND-specific routines for data and model output manipulation.
authors:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: remind2
Title: The REMIND R package (2nd generation)
Version: 1.133.1
Version: 1.133.2
Date: 2024-02-06
Authors@R: c(
person("Renato", "Rodrigues", , "[email protected]", role = c("aut", "cre")),
Expand Down
10 changes: 6 additions & 4 deletions R/reportEmi.R
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,6 @@ reportEmi <- function(gdx, output = NULL, regionSubsetList = NULL, t = c(seq(200
}




# calculate total energy supply and demand co2 emissions
out <- mbind(out,

Expand Down Expand Up @@ -1121,7 +1119,9 @@ if (!is.null(vm_plasticsCarbon)) {
- (1 - p_share_CCS) * (-vm_emiCdrTeDetail[, , "dac"])
# deduce co2 captured by industrial processes which is not stored but used for CCU (synfuels)
# -> gets accounted in industrial process emissions
- vm_emiIndCCS[, , "co2cement_process"]*(1-p_share_CCS)) * GtC_2_MtCO2,
- vm_emiIndCCS[, , "co2cement_process"]*(1-p_share_CCS)
# fixme: missing/wrong emissions
) * GtC_2_MtCO2,
"Emi|CO2|+|Energy (Mt CO2/yr)"))

### 2.2 Non-energy CO2 emissions ----
Expand Down Expand Up @@ -2559,6 +2559,8 @@ if (!is.null(vm_plasticsCarbon)) {

# (Note: The non-energy use variables are so far only available for REMIND-EU runs and industry fixed_shares)
# TODO: add non-energy use variables for all regionmappings and sector realizations
# fixme: test re-introduce condition:
if (is.null(vm_demFENonEnergySector) && (module2realisation["industry", 2] == "fixed_shares")) {

# Note: Non-energy use emissions should not be confused with process emissions. Non-energy use emissions are emissions/carbon flow of FE carriers which are used as feedstocks in industry.
if ("FE|Non-energy Use|Industry (EJ/yr)" %in% getNames(output) &&
Expand Down Expand Up @@ -2681,7 +2683,7 @@ if (!is.null(vm_plasticsCarbon)) {
out <- mbind(out, out.wNonEn)

}

}
# add global values
out <- mbind(out, dimSums(out, dim = 1))
# add other region aggregations
Expand Down
1 change: 1 addition & 0 deletions R/reportFE.R
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,7 @@ reportFE <- function(gdx, regionSubsetList = NULL,
out[,,"FE|Non-energy Use|Industry|Solids|+|Fossil (EJ/yr)"],
"FE|w/o Bunkers|w/o Non-energy Use|Solids|Fossil (EJ/yr)"))
}
### end of "### temporary (!) industry non-energy use reporting" for Ariadne

# in case the current non-energy use implementation creates negative values, set them to 0
if (any(out < 0)) {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The REMIND R package (2nd generation)

R package **remind2**, version **1.133.1**
R package **remind2**, version **1.133.2**

[![CRAN status](https://www.r-pkg.org/badges/version/remind2)](https://cran.r-project.org/package=remind2) [![R build status](https://github.com/pik-piam/remind2/workflows/check/badge.svg)](https://github.com/pik-piam/remind2/actions) [![codecov](https://codecov.io/gh/pik-piam/remind2/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/remind2) [![r-universe](https://pik-piam.r-universe.dev/badges/remind2)](https://pik-piam.r-universe.dev/builds)

Expand Down Expand Up @@ -49,7 +49,7 @@ In case of questions / problems please contact Renato Rodrigues <renato.rodrigue

To cite package **remind2** in publications use:

Rodrigues R, Baumstark L, Benke F, Dietrich J, Dirnaichner A, Duerrwaechter J, Führlich P, Giannousakis A, Hasse R, Hilaire J, Klein D, Koch J, Kowalczyk K, Levesque A, Malik A, Merfort A, Merfort L, Morena-Leiva S, Pehl M, Pietzcker R, Rauner S, Richters O, Rottoli M, Schötz C, Schreyer F, Siala K, Sörgel B, Spahr M, Strefler J, Verpoort P, Weigmann P (2024). _remind2: The REMIND R package (2nd generation)_. R package version 1.133.1, <https://github.com/pik-piam/remind2>.
Rodrigues R, Baumstark L, Benke F, Dietrich J, Dirnaichner A, Duerrwaechter J, Führlich P, Giannousakis A, Hasse R, Hilaire J, Klein D, Koch J, Kowalczyk K, Levesque A, Malik A, Merfort A, Merfort L, Morena-Leiva S, Pehl M, Pietzcker R, Rauner S, Richters O, Rottoli M, Schötz C, Schreyer F, Siala K, Sörgel B, Spahr M, Strefler J, Verpoort P, Weigmann P (2024). _remind2: The REMIND R package (2nd generation)_. R package version 1.133.2, <URL: https://github.com/pik-piam/remind2>.

A BibTeX entry for LaTeX users is

Expand All @@ -58,7 +58,7 @@ A BibTeX entry for LaTeX users is
title = {remind2: The REMIND R package (2nd generation)},
author = {Renato Rodrigues and Lavinia Baumstark and Falk Benke and Jan Philipp Dietrich and Alois Dirnaichner and Jakob Duerrwaechter and Pascal Führlich and Anastasis Giannousakis and Robin Hasse and Jérome Hilaire and David Klein and Johannes Koch and Katarzyna Kowalczyk and Antoine Levesque and Aman Malik and Anne Merfort and Leon Merfort and Simón Morena-Leiva and Michaja Pehl and Robert Pietzcker and Sebastian Rauner and Oliver Richters and Marianna Rottoli and Christof Schötz and Felix Schreyer and Kais Siala and Björn Sörgel and Mike Spahr and Jessica Strefler and Philipp Verpoort and Pascal Weigmann},
year = {2024},
note = {R package version 1.133.1},
note = {R package version 1.133.2},
url = {https://github.com/pik-piam/remind2},
}
```
1 change: 1 addition & 0 deletions man/remind2-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c092a6d

Please sign in to comment.