Creates a mapping data frame of simulation experiments to cases and periods for dynamic GE model analysis.
Usage
dynamic_input_name(
type = "prefix",
base = NULL,
pol = NULL,
base_rerun = NULL,
other = NULL,
pattern = NULL,
increment = 1,
separator = "-",
period_pattern = FALSE,
period_prefix = "yr_",
output = "Input_map"
)
Arguments
- type
Naming pattern
- base
Identifiers for baseline cases
- pol
Identifiers for policy cases
- base_rerun
Identifiers for baseline rerun cases
- other
Identifiers for other case types
- pattern
Pattern to be combined with case identifiers
- increment
Step size for numeric sequences
- separator
Separator between pattern and case identifier
- period_pattern
Creates period ranges between patterns
- period_prefix
Prefix for period names
- output
Name for result variable