-
Hi, I would like to re-run the output postprocessing without re-running the whole model. In particular, I want to re-generate the cfg$output <- c("output_check", "rds_report", "validation_short",
"extra/disaggregation") Thanks a lot + Cheers, Mika |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Mika, I think just running the rds_report should do the trick for report.mif at least. It should make both report.rds and report.mif files but I noticed that report.rds files are not overwritten if they already exist so might be worthwhile to delete/rename the existing report.rds and report.mif files. validation.mif is copied over from the validation tgz file I think. You would need another validation tgz in case you want to update the validation.mif and extract it from there. |
Beta Was this translation helpful? Give feedback.
-
Hi Mika,
for re-generating the mif/csv file, you only need “ rds_report”
Best,
Florian
… On Mar 25, 2022, at 14:59, Mika Pflüger ***@***.***> wrote:
Hi,
I would like to re-run the output postprocessing without re-running the whole model. In particular, I want to re-generate the .mif files. I can't really figure out how to do it. Should I just run everything listed in config/default.cfg in cfg$output via output.R? Or which of these is the relevant one?
cfg$output <- c("output_check", "rds_report", "validation_short",
"extra/disaggregation")
Thanks a lot + Cheers,
Mika
—
Reply to this email directly, view it on GitHub <#384>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEBDEIQV6ISUEGLZKHDFS5DVBXBC3ANCNFSM5RUHR4WQ>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
Hi Mika,
I think just running the rds_report should do the trick for report.mif at least. It should make both report.rds and report.mif files but I noticed that report.rds files are not overwritten if they already exist so might be worthwhile to delete/rename the existing report.rds and report.mif files. validation.mif is copied over from the validation tgz file I think. You would need another validation tgz in case you want to update the validation.mif and extract it from there.