Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save model output summary to file #16

Open
sicasley opened this issue Jul 4, 2019 · 0 comments
Open

Save model output summary to file #16

sicasley opened this issue Jul 4, 2019 · 0 comments

Comments

@sicasley
Copy link
Contributor

sicasley commented Jul 4, 2019

OOB error gets displayed on screen when running wetland_model(), but there is no lasting record of this. In addition to saving diagnostics (#11), it would be useful to save a summary of the model output - which includes OOB error - to file for reference. This can be achieved by running

> print(model.out)

To save this output to file, for example:

> sink("./output/20190703-130403/20190703-130403_model_results.txt")
> print(model.out)
> sink()

Look at incorporating this as part of wetland_model().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant