Hello world#

Create maps, summary plots, and cell time series.

Run the default command from the examples directory.

plopm -i SPE11B
../_images/spe11b_satnum_%2A%2C1%2C%2A_t5.png

Plot gas saturation at restart step 4.

plopm -i SPE11B -v sgas -r 4 -cbn 3 -c cubehelix -cbt '[0, middle, 0.9]'
../_images/spe11b_sgas_i%2C1%2Ck_t4.png

Plot field gas in place.

plopm -i SPE11B -v fgip -c b -ls dotted -fz 12 -fs 5,5 -lw 4 -tu dates
../_images/fgip.png

Plot pressure increase at three cells.

plopm -i 'SPE11B SPE11B SPE11B' -v 'pressure - 0pressure' -s '1,1,1 41,1,29 83,1,58' -llb 'Top left corner  Middle  Right lower corner' -yl 'Pressure increase at the sensor locations [bar]' -yf .0f -xnt 11 -tu dates
../_images/spe11b_pressure-0pressure.png

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_hello_world.sh

Back to the examples gallery