8000 Issue with extra_template_inputs in WATTS MCNP plugin · Issue #116 · watts-dev/watts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content 8000
Issue with extra_template_inputs in WATTS MCNP plugin #116
Open
@zaknatnt

Description

@zaknatnt

Hello,

I’m trying to use the WATTS MCNP plugin, where I add an extra templated input file to the main input.

Inside the main MCNP input (main.i), I have the following line:

read file=mcnp_template

In WATTS, I configure the plugin like this:
mcnp_plugin = watts.PluginMCNP(
'main.i',
extra_template_inputs=['mcnp_template'],
extra_inputs=[
'tally.i',
'physics.i',
],
executable=exec_mcnp,
show_stdout=True,
show_stderr=True
)
However, I’m encountering an issue — the templated file appears to be missing during execution. The error message is:
Expire parameter is
nonexistent file: mcnp_template

Could you please advise how to correctly include and reference templated input files in this case?

Thank you!

Best regards,
Nataliia

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0