If PROCESS run fails with error_status=3, then the MFILE cannot be read by PROCESS mfile libraries
Open
@ajpearcey is already working on this.
Since Oct 31, 2025.
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
In GitLab by @ajpearcey on Oct 19, 2022, 09:30
This issue arises when using PROCESS to scan. If an error which stops a PROCESS run with error_status=3 is found, then PROCESS ends without printing the lines at the end
Number_of_scan_points___________________________________________________ (isweep)______________________ 41
Scanning_variable_number________________________________________________ (nsweep)______________________ 20
Often this means many "good/feasible" scan points cannot be read because one "bad" point. This means the plotting tools cannot be used without some very hacky fudges.
In addition, the isweep will not be correct as it will not complete all the requestion scan points.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.