FMUOBS
Converter for assisted history match observation files.
- Supported file formats:
ERT observation files
YAML observation files (Webviz)
ResInsight observation files (semi-colon separated values)
Any of these formats can be parsed and outputted to any of the other formats, for the subset of observations types supported by each format. Internally the script holds a tabular format that supports all formats, and this can be exported and imported as CSV.
ERT observation file syntax: https://fmu-docs.equinor.com/docs/ert/reference/configuration/observations.html
ResInsight format: https://resinsight.org/import/observeddata/
usage: fmuobs [-h] [--ertobs ERTOBS] [-o YML] [--resinsight RESINSIGHT]
[--csv CSV] [--starttime STARTTIME] [--includedir INCLUDEDIR]
[-v] [--debug] [--version]
inputfile
Positional Arguments
- inputfile
Input file, in any of the supported observation formats
Named Arguments
- --ertobs, --ert
Name of ERT observation file. Use ‘-’ to write to stdout.
- -o, --yml, --yaml
YAML output-file. Use ‘-’ to write to stdout.
- --resinsight, --ri
ResInsight observations output CSV-file. Use ‘-’ to write to stdout.
- --csv
Name of output CSV file. Use ‘-’ to write to stdout.
- --starttime, --startdate
Starttime or startdate to be used for converting DAYS to date(time)s
- --includedir
Path to directory to be used for resolving include filenames when parsing ERT observation files. This path should be set to the directory of the ERT config file, and the include file statements must be relative to this.
- -v, --verbose
Be verbose
Default: False
- --debug
Print debugging messages
Default: False
- --version
show program’s version number and exit