Dear Forum,
Recently I've been working with some python scripts for telemac post-processing, and in that process I want to code a simple script to organize, store, and plot some metadata (to share in technical reports and coworkers) based on telemac's log that is printed in the terminal.
1) is there a way to store the log after each run?
In the temp folder created by telemac seems to be a log for each worker in a parallel run, I want the one that is printed in the terminal without any os-dependent commands (e.g. cat or bash syntax in Linux).
2) AFAIK in the future release there will be some major changes to the python scripts to create a consistent python API for telemac, is this true?
or maybe I got too excited and misunderstood the notes in the trunk...
3)Are there any plans to include an API wrapper for the run scripts that could make possible to access variables in "real-time execution" to live plot e.g. private variables or something like CFL, iteration, residuals? If this is in a near feature, using that API would be more efficient and interesting than parsing a TXT file!
Ahead in this road, I also want to create something like
VIDEO :pyfoam's live residual plots with some tuning for our personal needs, and definitly want to make use of every bundled tool at my disposal!
Thank you!
regards,
José D.