watts.PluginGCMAT#
- class watts.PluginGCMAT(template_file, extra_inputs=None, show_stdout=False, show_stderr=False)[source]#
Plugin for running GCMAT
- Parameters:
template_file (
Union[str,bytes,PathLike]) – Template file used to generate the input filesextra_inputs (
Optional[List[Union[str,bytes,PathLike]]]) – Extra (non-templated) input filesshow_stdout (
bool) – Whether to display output from stdout when GCMAT is runshow_stderr (
bool) – Whether to display output from stderr when GCMAT is run
Methods