You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this time there are no plans to add a restart file reader into pyPRMS. There are a few challenges when working with the PRMS restart files:
The files are written in a Fortran binary stream format; to read the files you have to know the datatypes of the variables/arrays that are contained in the file and the order they were written in.
The content of the restart file depends on the version of PRMS that was used, the modules that were selected, and the setting of additional flags in the control file (along with additional logic in the PRMS code).
I have an example notebook that can read restart files where a particular set of modules were used (see below). This can give you an idea of how these files can be read. If you have restart files that are produced using different modules this code will either crash or produce garbled results. The notebook does require the control file and parameter file in addition to the restart file(s).
Hi, I am curious if there are plans to add a restart file reader into pyPRMS? If not, do you all know of any resources to parse those files?
The text was updated successfully, but these errors were encountered: