Select variables and restart steps#

Plot a dynamic quantity at a selected simulation step.

Command#

plopm -i examples/SPE11C -v sgas -s ,14, -r 2

Result#

Quantity plotted at restart step 2

How it works#

plopm -v

Selects a static property, dynamic quantity, special variable, or expression.

plopm -r

Selects restart step 2. Use comma-separated values or start:end[:step] to select several steps.

Static properties do not change with restart step. Dynamic quantities such as pressure and saturation normally do.

Try this#

Print the available variables with plopm -lv:

plopm -i examples/SPE11C -lv 1

Next#

Continue with Slice the three-dimensional model. See Input and data selection for the complete input and variable options.