David Baxendale
David Baxendale
If you select the Snapshot All icon, then the plots are all written out but are overwritten, as per: ``` Exported snapshot image to D:\Linux\OPM\Fields\Norne\Model\snapshots\NOR_BASE_A00.png Exported snapshot image to D:\Linux\OPM\Fields\Norne\Model\snapshots\NOR_BASE_A00.png...
I have a series of plots for one well, and I would like to loop over the plots for each well. For example, If I have four plots and 10...
I'm trying to get the number of plots in the project, using this: ``` # Get a list of all plots plots = resinsight.project.plots() print("Found " + str(len(plots)) + "...
I'm trying to create a script to batch print the plots in a project, and I need to get the directory for the summary cases, that is ``` summary_case =...
I'm trying to load historical observed data, but the load keeps on failing  CSV file attached. [SPE10-MOD01-UNSW-RESULTS.csv](https://github.com/OPM/ResInsight/files/9298213/SPE10-MOD01-UNSW-RESULTS.csv)
Changes for the existing cases: - Renaming of include files for clarification and for including additional files. - Renamed `SOLVENT_KRNUMXY.DATA` to `KRNUMXY_SOLVENT.DATA` - The KRNUM cases use the KRNUM-MODEL-SUMMARY.inc file,...
This case files using the latest master build. ``` Current Working Directory /media/sf_D_DRIVE/Linux/OPM/OPM-TESTS-DBX/co2store flow --parameter-file=CO2STORE_GW.param | tee CO2STORE_GW.LOG Running /home/david/OPM/GitHub/opm-simulators/build/bin/flow ===============Saturation Functions Diagnostics=============== System: Water-Gas system. Relative permeability input format:...
I'm attempting to generate some ACTIONX test for multi-segment wells and as part of this journey I noticed that the following Model03 tests all fail. ``` 3A_WSEGSICD_MODEL3.DATA 3C_WSEGAICD_MODEL3.DATA 4_NUMAQ_MODEL3.DATA ```...
After removing the `COORDSYS` keyword from several tests, 29 of the 32 tests run (I have not verified the actual results). ACTIONX_WTMULT fails with the message `WTMULT: keyword not supported`,...
There appears to be an inconsistency with the generation of relative permeability curves using the aforementioned keywords. If I use pyscl and the pyscal example to generate the relative permeability...