.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/dependabot.yml
.github/workflows/codecov.yml
.github/workflows/publish.yml
.github/workflows/res2df.yml
.github/workflows/style.yml
.github/workflows/typing.yml
ci/testkomodo.sh
docs/conf.py
docs/contribution.rst
docs/csv2res.rst
docs/glossary.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/res2csv.rst
docs/usage.rst
docs/_static/equinor-logo.png
docs/_static/equinor-logo2.jpg
docs/_static/equinor_logo.jpg
docs/_static/equinor_logo_only.jpg
docs/_templates/layout.html
docs/usage/compdat.csv
docs/usage/compdat.rst
docs/usage/equil-example.csv
docs/usage/equil.rst
docs/usage/fipnum.inc
docs/usage/fipreports-example.csv
docs/usage/fipreports-example.txt
docs/usage/fipreports.rst
docs/usage/grid.csv
docs/usage/grid.rst
docs/usage/gruptree.csv
docs/usage/gruptree.rst
docs/usage/gruptreenet.csv
docs/usage/nnc.csv
docs/usage/nnc.rst
docs/usage/outflow.csv
docs/usage/pillars-dyn1-stacked.csv
docs/usage/pillars-dyn1-unstacked.csv
docs/usage/pillars-example1.csv
docs/usage/pillars.rst
docs/usage/pvt.csv
docs/usage/pvt.rst
docs/usage/rft.rst
docs/usage/rft_columns.csv
docs/usage/satfunc.csv
docs/usage/satfunc.rst
docs/usage/summary.csv
docs/usage/summary.rst
docs/usage/trans-boundaries.csv
docs/usage/trans-group.csv
docs/usage/trans.rst
docs/usage/trans1.csv
docs/usage/wcon.csv
docs/usage/wcon.rst
docs/usage/well_connection_status.csv
docs/usage/wellconnstatus.rst
docs/usage/images/injectoranalysis.png
docs/usage/images/multibranch-rftanalysis.png
src/res2df/__init__.py
src/res2df/__version__.py
src/res2df/common.py
src/res2df/compdat.py
src/res2df/constants.py
src/res2df/csv2res.py
src/res2df/equil.py
src/res2df/faults.py
src/res2df/fipreports.py
src/res2df/grid.py
src/res2df/gruptree.py
src/res2df/inferdims.py
src/res2df/nnc.py
src/res2df/parameters.py
src/res2df/pillars.py
src/res2df/pvt.py
src/res2df/py.typed
src/res2df/res2csv.py
src/res2df/res2csvlogger.py
src/res2df/resdatafiles.py
src/res2df/rft.py
src/res2df/satfunc.py
src/res2df/summary.py
src/res2df/svg_color_keyword_names.txt
src/res2df/trans.py
src/res2df/version.py
src/res2df/wcon.py
src/res2df/wellcompletiondata.py
src/res2df/wellconnstatus.py
src/res2df.egg-info/PKG-INFO
src/res2df.egg-info/SOURCES.txt
src/res2df.egg-info/dependency_links.txt
src/res2df.egg-info/entry_points.txt
src/res2df.egg-info/not-zip-safe
src/res2df.egg-info/requires.txt
src/res2df.egg-info/top_level.txt
src/res2df/hook_implementations/__init__.py
src/res2df/hook_implementations/forward_model_steps.py
src/res2df/opmkeywords/BRANPROP
src/res2df/opmkeywords/COMPDAT
src/res2df/opmkeywords/COMPLUMP
src/res2df/opmkeywords/COMPSEGS
src/res2df/opmkeywords/DENSITY
src/res2df/opmkeywords/EQLDIMS
src/res2df/opmkeywords/EQUIL
src/res2df/opmkeywords/FAULTS
src/res2df/opmkeywords/GRUPNET
src/res2df/opmkeywords/GRUPTREE
src/res2df/opmkeywords/NODEPROP
src/res2df/opmkeywords/PBVD
src/res2df/opmkeywords/PDVD
src/res2df/opmkeywords/PVDG
src/res2df/opmkeywords/PVDO
src/res2df/opmkeywords/PVTG
src/res2df/opmkeywords/PVTO
src/res2df/opmkeywords/PVTW
src/res2df/opmkeywords/ROCK
src/res2df/opmkeywords/RSVD
src/res2df/opmkeywords/RVVD
src/res2df/opmkeywords/SGFN
src/res2df/opmkeywords/SGOF
src/res2df/opmkeywords/SGWFN
src/res2df/opmkeywords/SLGOF
src/res2df/opmkeywords/SOF2
src/res2df/opmkeywords/SOF3
src/res2df/opmkeywords/SWFN
src/res2df/opmkeywords/SWOF
src/res2df/opmkeywords/TABDIMS
src/res2df/opmkeywords/VFPINJ
src/res2df/opmkeywords/VFPPROD
src/res2df/opmkeywords/WCONHIST
src/res2df/opmkeywords/WCONINJE
src/res2df/opmkeywords/WCONINJH
src/res2df/opmkeywords/WCONPROD
src/res2df/opmkeywords/WELOPEN
src/res2df/opmkeywords/WELSEGS
src/res2df/opmkeywords/WELSPECS
src/res2df/opmkeywords/WLIST
src/res2df/opmkeywords/WSEGAICD
src/res2df/opmkeywords/WSEGSICD
src/res2df/opmkeywords/WSEGVALV
src/res2df/opmkeywords/__init__.py
src/res2df/opmkeywords/readme
src/res2df/opmkeywords/runmetoupdate.sh
src/res2df/vfp/__init__.py
src/res2df/vfp/_vfp.py
src/res2df/vfp/_vfpcommon.py
src/res2df/vfp/_vfpdefs.py
src/res2df/vfp/_vfpinj.py
src/res2df/vfp/_vfpprod.py
tests/__init__.py
tests/conftest.py
tests/test_common.py
tests/test_compdat.py
tests/test_equil.py
tests/test_ert_hooks.py
tests/test_faults.py
tests/test_fipreports.py
tests/test_grid.py
tests/test_gruptree.py
tests/test_hook_implementations.py
tests/test_inferdims.py
tests/test_init.py
tests/test_integration.py
tests/test_logging.py
tests/test_nnc.py
tests/test_parameters.py
tests/test_pillars.py
tests/test_pvt.py
tests/test_resdatafiles.py
tests/test_rft.py
tests/test_satfunc.py
tests/test_summary.py
tests/test_summary_restarts.py
tests/test_trans.py
tests/test_userapi.py
tests/test_vfp.py
tests/test_wcon.py
tests/test_wellcompletiondata.py
tests/test_wellconnstatus.py
tests/test_welopen.py
tests/test_wlist.py
tests/test_zonemap.py
tests/data/eightcells/EIGHTCELLS.DATA
tests/data/eightcells/EIGHTCELLS.EGRID
tests/data/eightcells/EIGHTCELLS.INIT
tests/data/eightcells/EIGHTCELLS.INSPEC
tests/data/eightcells/EIGHTCELLS.PRT
tests/data/eightcells/EIGHTCELLS.RFT
tests/data/eightcells/EIGHTCELLS.RSSPEC
tests/data/eightcells/EIGHTCELLS.SMSPEC
tests/data/eightcells/EIGHTCELLS.UNRST
tests/data/eightcells/EIGHTCELLS.UNSMRY
tests/data/eightcells/zones.lyr
tests/data/eightcells/eightcells_duplicated_summary_vector/EIGHTCELLS_DUPES.DATA
tests/data/eightcells/eightcells_duplicated_summary_vector/EIGHTCELLS_DUPES.SMSPEC
tests/data/eightcells/eightcells_duplicated_summary_vector/EIGHTCELLS_DUPES.UNSMRY
tests/data/fipreports/TEST1.PRT
tests/data/reek/eclipse/include/grid/reek.faults
tests/data/reek/eclipse/include/grid/reek.grid
tests/data/reek/eclipse/include/grid/reek.multflt
tests/data/reek/eclipse/include/grid/reek.multz
tests/data/reek/eclipse/include/grid/reek.perm
tests/data/reek/eclipse/include/grid/reek.poro
tests/data/reek/eclipse/include/props/let-sgof.txt
tests/data/reek/eclipse/include/props/let-swof.txt
tests/data/reek/eclipse/include/props/reek.endpoints
tests/data/reek/eclipse/include/props/reek.pvt
tests/data/reek/eclipse/include/props/reek.swatinit
tests/data/reek/eclipse/include/props/sgof.txt
tests/data/reek/eclipse/include/props/swof.inc
tests/data/reek/eclipse/include/props/swof.txt
tests/data/reek/eclipse/include/regions/reek.eqlnum
tests/data/reek/eclipse/include/regions/reek.fipnum
tests/data/reek/eclipse/include/schedule/op6_aicd1_gp.sch
tests/data/reek/eclipse/include/schedule/op6_icd1_gp.sch
tests/data/reek/eclipse/include/schedule/op6_valve1_gp.sch
tests/data/reek/eclipse/include/schedule/reek_history.sch
tests/data/reek/eclipse/include/solution/reek.equil
tests/data/reek/eclipse/include/summary/reek.smry
tests/data/reek/eclipse/model/2_R001_REEK-0-OPMFLOW.PRT
tests/data/reek/eclipse/model/2_R001_REEK-0.DATA
tests/data/reek/eclipse/model/2_R001_REEK-0.ECLEND
tests/data/reek/eclipse/model/2_R001_REEK-0.EGRID
tests/data/reek/eclipse/model/2_R001_REEK-0.INIT
tests/data/reek/eclipse/model/2_R001_REEK-0.LOG
tests/data/reek/eclipse/model/2_R001_REEK-0.PRT
tests/data/reek/eclipse/model/2_R001_REEK-0.RFT
tests/data/reek/eclipse/model/2_R001_REEK-0.SMSPEC
tests/data/reek/eclipse/model/2_R001_REEK-0.UNRST
tests/data/reek/eclipse/model/2_R001_REEK-0.UNSMRY
tests/data/reek/eclipse/model/zones.lyr
tests/data/timesteps/SHORT_STEP.DATA
tests/data/timesteps/SHORT_STEP.SMSPEC
tests/data/timesteps/SHORT_STEP.UNSMRY
tests/data/timesteps/SHORT_STEP_LONG.DATA
tests/data/timesteps/SHORT_STEP_LONG.SMSPEC
tests/data/timesteps/SHORT_STEP_LONG.UNSMRY
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP.DATA
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP.SMSPEC
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP.UNSMRY
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP_LONG.DATA
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP_LONG.SMSPEC
tests/data/timesteps/SHORT_STEP_WITH_TIMESTEP_LONG.UNSMRY