openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Allow execution from a different directotry #75

Closed pshriwise closed 2 years ago

pshriwise commented 2 years ago

This adds an option to specify the location of the OpenMC model and execute the plotter from any location. Maybe I'm just lazy, but I've wanted to do this a number of times when I'm comparing two models and don't want to switch back and forth between the directories.

I've also set the verbosity to 1 always here, so we don't get a bunch of Entering cell X messages if the settings file has a non-default verbosity value set.