accepted_model.Rdcopy of all base model files, adds a "README.md" file that identifies the model used (or appends the current README), predicated on using the 'afscdata::setup_folders()' function, though has an option for other folder structures. Note, this function copies everything over (e.g., retrospectives) and may take a few minutes to complete
accepted_model(base_year, base_model, year, folder = NULL)a 'base' model folder with all of the prior years inputs/outputs
if (FALSE) { # \dontrun{
accepted_model(base_year = 2020, base_model = "m18.2b", year = 2021)
} # }