-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature request: Add ability to write plots to files, instead of displaying to screen #4
Comments
great idea |
@serbinsh : my current plan is to pack all of the png's into a pdf. I was thinking of using the fpdf package in python, or maybe pdfpages on the matplotlib package. I think I will try the later first, as matplotlib is already a package requirement. |
see #8, should be good to go now. |
@rgknox looking good. fates_brazil_test_summary_table.txt I'm still trying to figure out how to get FATES to leave all of the history files after completion. Right now it deletes all except the last year. In which case I seem to have to run acre while fates is still executing, or is that the idea? |
I also note that if I try to run again I get this
|
it looks like it couldn't find any files? Index -1 is the last index in any allocated array. Or possibly it only found 1 file, and therefore it can't index a scalar? |
@rgknox This error happened after I had already run acre once on the output directory. When I tried running again this error popped up. I also seem to get this error if I try to run acre after the fates-clm run execution is complete |
is it possible there are partially written files being read, or the number
of output files is changing while the script is running?
On Nov 18, 2017 1:08 PM, "Shawn P. Serbin" <[email protected]> wrote:
@rgknox <https://github.com/rgknox> This error happened after I had already
run acre once on the output directory. When I tried running again this
error popped up.
I also seem to get this error if I try to run acre after the fates-clm run
execution is complete
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFnnjGW4MwFJUNFEKWFNjWWukqgQiAf_ks5s30c2gaJpZM4PDg8n>
.
|
this has been implemented |
@rgknox It would be good to set this up to allow for plots to be written to a file not to the screen to avoid any X11 issues when running remotely via SSH.
The text was updated successfully, but these errors were encountered: