Input and workflow#
Select the input, output location, OPM Flow command, and processing stages.
-i/--input_deck_path <INPUT>#
The base name of the toml configuration file or the name of the deck, e.g., 'DROGON.DATA', ('input.toml' by default).
-o/--output_directory <FOLDER>#
The base name of the output folder ('.' by default, i.e., the folder where pycopm is executed).
-f/--flow_command <COMMAND>#
OPM Flow path to executable (e.g., /home/pycopm/build/opm-simulators/bin/flow), or just 'flow' if this was installed via binaries or if the folder where flow is built has been added to your path ('flow' by default).
-m/--execution_mode <MODE>#
Execute a dry run of the input deck to generate the static properties ('prep'), generate only the modified files ('deck'), only exectute a dry run on the generated model ('dry'), 'prep_deck', 'deck_dry', or do all ('all') ('prep_deck' by default).