copy of all base model files, also add a "base_model.txt" file that identifies the model used

accepted_model(base_year, base_model, year)

Arguments

base_year

year of the base model

base_model

name of the base model (folder name)

year

current year

Value

Examples

if (FALSE) { accepted_model(base_year = 2020, base_model = "m18.2b", year = 2021) }