Different inputs and ensembles#

Compare cases and ensembles.

Compare summary quantities from two simulations.

plopm -i 'spe11b/SPE11B spe11b_larger_inj/SPE11B' -v 'fgmip,fgmip / 1E6,RGMDS:5' -yl '[kg]  [Kt]  [kg]' -tu w -fs 10,5 -c r,b -ls 'solid,dashed' -t 'Field gas mass in place  Converted to kilotonnes  Dissolved CO$_2$ in facies 5' -fz 14 -sg 2,2 -rdl 1 -ll empty,empty,empty,center -fn comparison
../_images/comparison.png

Subtract one case from another.

plopm -i spe11b_larger_inj/SPE11B -v sgas -r 3 -di spe11b/SPE11B -hide 0,0,0,1
../_images/sgas_diff.png

Format the difference map.

plopm -i spe11b_larger_inj/SPE11B -v sgas -r 3 -di spe11b/SPE11B -hide 0,0,0,1 -c tab20c_r -cl '[0,0.8]' -cbn 9 -cbf 0.1 -fn formated
../_images/sgas_diff_edit.png

Use plopm -ens for ensemble statistics.

../_images/ensemble.png

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_different_files_and_ensembles.sh

Back to the examples gallery