Discussion Overview
The discussion focuses on converting TMESH data from MCNP6, specifically the unformatted binary mdata, into text files using Python. Participants explore various methods and tools for achieving this conversion, including the use of GRIDCONV and other programming approaches.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
Main Points Raised
- One participant expresses difficulty in converting mdata from TMESH in MCNP6 to a text file using Python, mentioning that GRIDCONV is not suitable for automation.
- Another participant suggests checking if a mctal file is generated, as it may contain the needed text data when using TMESH.
- A participant proposes a method for using GRIDCONV in a non-interactive way by automating input through a program, although this is based on an older version of the tool.
- One participant mentions successfully controlling the interactive GRIDCONV using the pexpect library in Python.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the best method for converting mdata to text files, with multiple approaches discussed and no definitive solution established.
Contextual Notes
Some limitations include uncertainty about the correct settings for the Fortran file output and the specific requirements for using GRIDCONV in an automated context.