Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve data extraction in the RELAP5 plugin #56

Open
zhieejhia93 opened this issue Jul 19, 2022 · 0 comments
Open

Improve data extraction in the RELAP5 plugin #56

zhieejhia93 opened this issue Jul 19, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zhieejhia93
Copy link
Contributor

Currently the RELAP5 plugin converts the plotfl text file into a CSV file and stores the selected data. This process could be problematic for large cases as the conversion process is time and memory consuming.

With the improvement, the plotfl file will no longer need to be converted to CSV. Instead, it will be read directly using PyPost which is a Python library from SNAP that can directly read the plotfl file. The new approach is significantly more efficient and is particularly suitable for large simulation cases.

Given that access to SNAP is restricted, the current plotfl-to-CSV conversion approach will NOT be removed for users without access to SNAP (or PyPost).

@zhieejhia93 zhieejhia93 added the enhancement New feature or request label Jul 19, 2022
@zhieejhia93 zhieejhia93 self-assigned this Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant