Graphical abstract#
Reproduce the graphical abstract.
The graphical abstract combines an SPE11B summary comparison, a Norne map, and an SPE11C VTK visualization.
The plopm graphical abstract.#
Generate the SPE11B comparison.
plopm -i 'spe11b/SPE11B spe11b_higher_rate/SPE11B_HIGHER_RATE' -v 'fgmip * 1e-6' -c 'r,b' -tu y -xf .0f -lw 2 -llb 'Base case Higher injection rate' -xnt 6 -yl 'Total CO$_2$ mass [Kt]' -fz 18 -t 'Comparing two runs of the SPE11B model'
Generate the Norne map.
git clone https://github.com/OPM/opm-data.git
flow opm-data/norne/NORNE_ATW2013.DATA --enable-dry-run=1
plopm -i opm-data/norne/NORNE_ATW2013 -v permx -clog 1 -rot 65 -s ,,1 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,7600]' -t 'Top view of NORNE' -xu km -yu km -fz 16 -ge 'black,1e-2' -xf .1f -yf .1f -fs 8,8
Generate SPE11C VTK files.
pip install git+https://github.com/OPM/pyopmspe11.git
curl -L -O https://raw.githubusercontent.com/OPM/pyopmspe11/refs/heads/main/examples/spe11c.toml
pyopmspe11 -i spe11c.toml -o spe11c -fz 0
plopm -i spe11c/SPE11C -v satnum,xco2l -vf UInt16,Float16 -r 0,5 -m vtk
Reproduce this example#
Run the complete workflow from the repository root:
. ./tests/scripts/docs_graphical_abstract.sh