getRunsMIFGDX: Copy fulldata.gdx and mif files from a suite of runs into one...

Description Usage Arguments Value Author(s) Examples

View source: R/getRunsMIFGDX.R

Description

Copy fulldata.gdx and mif files from a suite of runs into one folder. This function creates the folder "./data/" in your working directory if such folder does not exist. It will furthermore create a subfolder with the experiment name where the gdx and mif-files will be copied to. Care: If this subfolder is already existing, old files in this subfolder will be overwritten!

Usage

1
getRunsMIFGDX(output.folder, experiment)

Arguments

output.folder

a vector with the paths to REMIND output folders of the desired runs

experiment

name of this experiment (suite of runs)

Value

no return, function creates data folder and copies output files into it

Author(s)

Felix Schreyer

Examples

1
2
3
4
## Not run: copyMIFGDX(c("Z:/Modeling/REMIND/output/BAU_2019-12-03_14.30.56/",
                       "Z:/Modeling/REMIND/output/NDC_2019-12-03_15.20.53/"),
                     experiment = "NewFeature_03_12_19")
## End(Not run)

pik-piam/remind documentation built on Sept. 9, 2021, 1:09 p.m.