Output folder#
The selected output folder contains generated decks, simulation results, benchmark data, and figures.
The spe11b output folder and compare folder generated by the
Hello world example.#
With pyopmspe11 -f set to 1, files are organized as follows:
deckGenerated OPM Flow input files.
flowOPM Flow simulation results. Use ResInsight or plopm for visualization.
dataDense, sparse, performance, and spatial-performance CSV files in benchmark format.
figuresPNG figures for quick inspection and comparison.
The folders that are created depend on pyopmspe11 -m. Set
pyopmspe11 -f to 0 to write generated files directly in the
selected output folder instead.
Generated OPM Flow files can be modified before rerunning the simulation, for example to add tracers, salinity, or rock compressibility. See the OPM Flow manual.
Tip
After installing dev-requirements.txt, run the complete test suite to
inspect outputs generated with different configurations and command-line
options:
pytest --cov=pyopmspe11 --cov-report term-missing tests/ -n auto