Generate the first PNG#

Plot satnum on one plane of the SPE11C model (this version of the model has 27 cells along the y axis, then we pick the middle slice).

Command#

plopm -i examples/SPE11C -v satnum -s ,14,

Result#

SATNUM plotted on one model plane

How it works#

plopm -i

Selects the simulation case.

plopm -v

Selects the quantity to plot.

plopm -s

Selects the plane at j=14.

A PNG is written to the current directory because plopm -m defaults to png and plopm -o defaults to the current directory.

Try this#

Plot a summary variable:

plopm -i examples/SPE11C -v fgmip

Next#

Continue with Select variables and restart steps, or see the Examples gallery for complete recipes.