watchCosim - CLI interface

Continuously watches the progress of cosim, and finally saves results as a pandas dataframe.

watchCosim watchDict [options [args]]

watchCosim positional arguments

  • watchDict - name of the dict file containing the watch configuration (will also be part of the result file names). (default: None)

watchCosim options

  • -h, --help - show this help message and exit

  • -c, --converge - watch convergence progress, finally –dump (reading watchDict and .csv, plotting convergence until no changes happen for 5s to any .csv)

  • -d, --dump - dump data (reading watchDict and .csv, creating results/{dataFrameDump, resultsDict})

  • -p, --plot - plot data including –dump (reading watchDict and .csv, creating results/SIMULATIONNAME.png)

  • -q, --quiet - console output will be quiet.

  • -t, --timeline - write all timeline data into resultDict

  • -v, --verbose - console output will be verbose.

  • --latest LATEST - specify the interval of latest n timesteps to be taken into account (default: 0)

  • --log LOG - name of log file. If specified, this will activate logging to file. (default: None)

  • --log-level LOG_LEVEL - log level applied to logging to file. (default: WARNING)

  • --scale SCALE - scale image by factor (default: 1)

  • --skip SKIP - skip the first n timesteps (default: 0)

_________________watchCosim___________________