Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildlibrary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ValidationKey: '22925485'
ValidationKey: '22955016'
AutocreateReadme: yes
AutocreateCITATION: yes
AcceptedWarnings:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'mrmfa: Input data generation for the REMIND MFA'
version: 1.11.1
date-released: '2026-07-01'
version: 1.11.2
date-released: '2026-07-09'
abstract: The mrmfa packages contains data preprocessing for the REMIND MFA.
authors:
- family-names: Dürrwächter
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: mrmfa
Title: Input data generation for the REMIND MFA
Version: 1.11.1
Date: 2026-07-01
Version: 1.11.2
Date: 2026-07-09
Authors@R: c(
person("Jakob", "Dürrwächter", , "jakobdu@pik-potsdam.de", role = c("aut", "cre")),
person("Bennet", "Weiss", , "bennet.weiss@pik-potsdam.de", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/fullMFA.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fullMFA <- function(rev = 0,

# Static Parameters
# calcOutput("StMaxScrapShare", subtype = "BIR", file = "st_max_scrap_share.cs4r", aggregate = FALSE)
calcOutput("StWorldSteelStaticParameters", subtype = "scrapInBOFrate", file = "st_scrap_in_BOF_rate.cs4r", aggregate = FALSE)
calcOutput("StWorldSteelStaticParameters", subtype = "scrapInBOFrate", file = "st_scrap_in_bof_rate.cs4r", aggregate = FALSE)
calcOutput("StCullenStaticParameters", subtype = "productionLossRate", file = "st_production_loss_rate.cs4r", aggregate = FALSE)
calcOutput("StCullenStaticParameters", subtype = "formingLossRate", file = "st_forming_loss_rate.cs4r", aggregate = FALSE)
calcOutput("StCullenStaticParameters", subtype = "formingYield", file = "st_forming_yield.cs4r", aggregate = FALSE)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Input data generation for the REMIND MFA

R package **mrmfa**, version **1.11.1**
R package **mrmfa**, version **1.11.2**

[![R build status](https://github.com/pik-piam/mrmfa/workflows/check/badge.svg)](https://github.com/pik-piam/mrmfa/actions) [![codecov](https://codecov.io/gh/pik-piam/mrmfa/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/mrmfa)

Expand Down Expand Up @@ -38,17 +38,17 @@ In case of questions / problems please contact Jakob Dürrwächter <jakobdu@pik-

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

Dürrwächter J, Weiss B, Schweiger L, Benke F, Hosak M, Zhang Q (2026). "mrmfa: Input data generation for the REMIND MFA." Version: 1.11.1, <https://github.com/pik-piam/mrmfa>.
Dürrwächter J, Weiss B, Schweiger L, Benke F, Hosak M, Zhang Q (2026). "mrmfa: Input data generation for the REMIND MFA." Version: 1.11.2, <https://github.com/pik-piam/mrmfa>.

A BibTeX entry for LaTeX users is

```latex
@Misc{,
title = {mrmfa: Input data generation for the REMIND MFA},
author = {Jakob Dürrwächter and Bennet Weiss and Leonie Schweiger and Falk Benke and Merlin Jo Hosak and Qianzhi Zhang},
date = {2026-07-01},
date = {2026-07-09},
year = {2026},
url = {https://github.com/pik-piam/mrmfa},
note = {Version: 1.11.1},
note = {Version: 1.11.2},
}
```
2 changes: 1 addition & 1 deletion inst/mrmfa_sources.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@
"st_scrap_exports.cs4r","calcStTrade","WorldSteelDatabase, WorldSteelDigitised",""
"st_indirect_imports.cs4r","calcStTrade","WorldSteelDatabase, WorldSteelDigitised",""
"st_indirect_exports.cs4r","calcStTrade","WorldSteelDatabase, WorldSteelDigitised",""
"st_scrap_in_BOF_rate.cs4r","calcStWorldSteelStaticParameters","WorldSteelParameters",""
"st_scrap_in_bof_rate.cs4r","calcStWorldSteelStaticParameters","WorldSteelParameters",""
Loading