Skip to content

Commit

Permalink
Merge pull request #623 from gabriel-abrahao/newmacs1
Browse files Browse the repository at this point in the history
New baseline-dependent MACCs in fullREMIND
  • Loading branch information
gabriel-abrahao authored Jan 29, 2025
2 parents de00339 + d3829c5 commit 0ddd1d4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '42849210'
ValidationKey: '43050380'
AcceptedWarnings:
- Invalid URL: .*
- 'Warning: package ''.*'' was built under R version'
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: 'mrremind: MadRat REMIND Input Data Package'
version: 0.213.0
version: 0.214.0
date-released: '2025-01-29'
abstract: The mrremind packages contains data preprocessing for the REMIND model.
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: mrremind
Title: MadRat REMIND Input Data Package
Version: 0.213.0
Version: 0.214.0
Date: 2025-01-29
Authors@R: c(
person("Lavinia", "Baumstark", , "lavinia@pik-potsdam.de", role = c("aut", "cre")),
Expand Down
2 changes: 2 additions & 0 deletions R/fullREMIND.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ fullREMIND <- function() {
calcOutput("MACCbaseN2O", source = "PBL_2022", round = 5, file = "p_macBaseHarmsen2022.cs4r")
calcOutput("MACCsCH4", source = "ImageMacc", round = 6, file = "p_abatparam_CH4.cs4r")
calcOutput("MACCsN2O", source = "ImageMacc", round = 6, file = "p_abatparam_N2O.cs4r")
calcOutput("MACCsCH4", source = "PBL_MACC_SSP2_2022", round = 6, file = "p_abatparam_SSP22022_CH4.cs4r")
calcOutput("MACCsN2O", source = "PBL_MACC_SSP2_2022", round = 6, file = "p_abatparam_SSP22022_N2O.cs4r")
calcOutput("FGas", round = 6, file = "f_emiFgas.cs4r")
calcOutput("EmiFossilFuelExtr", source = "EDGAR", round = 6, file = "p_emiFossilFuelExtr.cs4r")
calcOutput("EmiFossilFuelExtr", source = "CEDS2024", round = 6, file = "p_emiFossilFuelExtr2020.cs4r")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MadRat REMIND Input Data Package

R package **mrremind**, version **0.213.0**
R package **mrremind**, version **0.214.0**

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

Expand Down Expand Up @@ -39,7 +39,7 @@ In case of questions / problems please contact Lavinia Baumstark <lavinia@pik-po

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

Baumstark L, Rodrigues R, Levesque A, Oeser J, Bertram C, Mouratiadou I, Malik A, Schreyer F, Soergel B, Rottoli M, Mishra A, Dirnaichner A, Pehl M, Giannousakis A, Klein D, Strefler J, Feldhaus L, Brecha R, Rauner S, Dietrich J, Bi S, Benke F, Weigmann P, Richters O, Hasse R, Fuchs S, Mandaroux R, Koch J (2025). "mrremind: MadRat REMIND Input Data Package." Version: 0.213.0, <https://github.com/pik-piam/mrremind>.
Baumstark L, Rodrigues R, Levesque A, Oeser J, Bertram C, Mouratiadou I, Malik A, Schreyer F, Soergel B, Rottoli M, Mishra A, Dirnaichner A, Pehl M, Giannousakis A, Klein D, Strefler J, Feldhaus L, Brecha R, Rauner S, Dietrich J, Bi S, Benke F, Weigmann P, Richters O, Hasse R, Fuchs S, Mandaroux R, Koch J (2025). "mrremind: MadRat REMIND Input Data Package." Version: 0.214.0, <https://github.com/pik-piam/mrremind>.

A BibTeX entry for LaTeX users is

Expand All @@ -50,6 +50,6 @@ A BibTeX entry for LaTeX users is
date = {2025-01-29},
year = {2025},
url = {https://github.com/pik-piam/mrremind},
note = {Version: 0.213.0},
note = {Version: 0.214.0},
}
```
16 changes: 10 additions & 6 deletions man/calcMACCbaseN2O.Rd

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

0 comments on commit 0ddd1d4

Please sign in to comment.