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#
How it works#
plopm -sSelects layers 1 through 120.
plopm -aggApplies the pore-volume-weighted mean. Other methods include
min,max,sum,mean,harmonic,arithmetic,first, andlast.
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.