Project and average quantities#

Average a three-dimensional quantity over a selected range.

Command#

plopm -i examples/SPE11C -v pressure -s ,,1:120 -agg pvmean -r 2

Result#

Quantity averaged over a range of model layers

How it works#

plopm -s

Selects layers 1 through 120.

plopm -agg

Applies the pore-volume-weighted mean. Other methods include min, max, sum, mean, harmonic, arithmetic, first, and last.

Try this#

Replace pvmean with mean to use the arithmetic mean. Keep the variable, restart step, and color limits unchanged when comparing results.

Next#

Continue with Improve figure appearance. See Computation and data transformation for all aggregation and transformation options.