# NOT RUN {
# load model output into R
replist <- SS_output(dir = "c:/model/")
# get new variance adjustments (
varadjust <- SS_tune_comps(replist, option = "Francis")
print(varadjust)
# write new table to file
SS_varadjust(
dir = replist[["inputs"]][["dir"]], newctlfile = "new_control.ss",
newtable = varadjust, overwrite = FALSE
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab