plopm.core.plopm module
Postprocessing visualization tool for OPM Flow geological models
- plopm.core.plopm.check_cmdargs(cmdargs: Namespace) None
Validate command-line arguments and incompatible operations.
- Parameters:
cmdargs – Parsed arguments returned by
load_parser().- Raises:
SystemExit – If an argument is invalid or an incompatible combination is requested.
- plopm.core.plopm.load_parser(argv: list[str] | None = None) Namespace
CLI arguments
- plopm.core.plopm.main(argv: list[str] | None = None) None
Main function for the plopm executable