species: A vector of species, for which a unique case file will be generated.
parameter: A character value specifying the parameter to add deviates to. The argument must match the parameter name exactly.
perc_change: A vector of percents, which will be used to add deviates to the parameter specified in parameter. A percentage must be supplied for every year in the model.
outfile: A character value specifying the case letter and number used to save the file.
dir_out: A character value specifying the directory to save the outfile to.
dir_models: The path where the models are stored, such that file.path(dir_models, species, "om", "ss3.ctl") leads to valid ss3.ctl operating model files.
nyears: The length time-series included in the model. The length of perc_change must equal nyears.
verbose: Useful for debugging to print output to screen. Default is FALSE.