forsys-sp / forsysr

An R implementation of the ForSys program
GNU General Public License v3.0
8 stars 3 forks source link

Create a scenario summary.txt file that is output with every run #82

Open michelledayusfs opened 1 year ago

michelledayusfs commented 1 year ago

This mimics the summary.txt that ForSyX spits out and would document all the run parameters and the run time. This may seem redundant but it ensure this information is stored with outputs for every run, and not depend on the user to name and record their config file or R script and make it clear it is associated with those specific outputs. 4FRI_veinexample_Summary.txt

codyevers commented 1 year ago

The scenario parameters are now written to file in a json format, but lacks the nice formatting and summary stats from the 4FRI example.

codyevers commented 1 year ago

Might be worth making this part of some automated reporting feature...