General options#
The following options control the input configuration, output directory, execution mode, benchmark evaluation, and segmentation thresholds.
Input configuration#
- -i <file>, --input <file>#
TOML configuration file. The default is
input.toml.This option is not used by the
fairandnonemodes.
Output directory#
- -o <directory>, --output <directory>#
Output directory. The default is
output.
Figure generation#
- -f <mode>, --figures <mode>#
Select which benchmark figures to generate.
Accepted values are:
allGenerate all benchmark figures, including the Wasserstein-distance comparisons.
basicGenerate the basic comparison figures without the slower Wasserstein-distance plots. This is the default.
noneDo not generate figures.
Execution mode#
- -m <mode>, --mode <mode>#
Select the pofff workflow to execute.
Accepted values are:
singleGenerate the input files, run OPM Flow, process the benchmark data, and optionally generate figures. This is the default.
filesGenerate the input files without running OPM Flow.
dataGenerate benchmark data from existing simulation results.
everestRun an Everest optimization workflow.
ertRun an ERT ensemble history-matching workflow.
fairGenerate the maintained FAIR benchmark comparisons using the workflow-specific settings.
noneSkip model generation and simulation. Use this mode to postprocess existing benchmark-format results.
Evaluation times#
- -t <hours>, --times <hours>#
Comma-separated positive finite evaluation times in hours.
The default is
0.25. For example:pofff -t 24,48,72,96,120
Experimental realization#
- -e <experiment>, --experiment <experiment>#
Experimental FluidFlower realization used for comparison or history matching.
Accepted values are
C1,C2,C3,C4, andC5. The default isC2.
Minimum gas saturation#
- -s <threshold>, --minimumsaturation <threshold>#
Minimum gas saturation used when segmenting gaseous CO2.
The value must be finite and lie between 0 and 1, inclusive. The default is
1e-2.
Minimum dissolved concentration#
- -c <threshold>, --minimumconcentration <threshold>#
Minimum concentration used when segmenting dissolved CO2.
Accepted values are
5e-2and1e-1. The default is1e-1.
Precomputed Wasserstein distances#
- -u <choice>, --use <choice>#
Control whether precomputed Wasserstein-distance values may be used when available.
Accepted values are:
1Use precomputed values when available. This is the default.
0Recalculate the Wasserstein distances.