.codacy.yml
.gitignore
.pre-commit-config.yaml
.pylintrc
LICENSE
README.md
bandit.yml
mypy.ini
py.typed
setup.cfg
setup.py
test_requirements.txt
.github/workflows/codecov.yml
.github/workflows/ecl2df.yml
ci/jenkins/testkomodo.sh
docs/conf.py
docs/contribution.rst
docs/csv2ecl.rst
docs/ecl2csv.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/introduction.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/images/injectoranalysis.png
docs/usage/images/multibranch-rftanalysis.png
ecl2df/__init__.py
ecl2df/common.py
ecl2df/compdat.py
ecl2df/csv2ecl.py
ecl2df/ecl2csv.py
ecl2df/eclfiles.py
ecl2df/equil.py
ecl2df/faults.py
ecl2df/fipreports.py
ecl2df/grid.py
ecl2df/gruptree.py
ecl2df/inferdims.py
ecl2df/nnc.py
ecl2df/parameters.py
ecl2df/pillars.py
ecl2df/pvt.py
ecl2df/rft.py
ecl2df/satfunc.py
ecl2df/summary.py
ecl2df/svg_color_keyword_names.txt
ecl2df/trans.py
ecl2df/version.py
ecl2df/wcon.py
ecl2df.egg-info/PKG-INFO
ecl2df.egg-info/SOURCES.txt
ecl2df.egg-info/dependency_links.txt
ecl2df.egg-info/entry_points.txt
ecl2df.egg-info/not-zip-safe
ecl2df.egg-info/requires.txt
ecl2df.egg-info/top_level.txt
ecl2df/config_jobs/CSV2ECL
ecl2df/config_jobs/ECL2CSV
ecl2df/hook_implementations/__init__.py
ecl2df/hook_implementations/jobs.py
ecl2df/opmkeywords/COMPDAT
ecl2df/opmkeywords/COMPSEGS
ecl2df/opmkeywords/DENSITY
ecl2df/opmkeywords/EQLDIMS
ecl2df/opmkeywords/EQUIL
ecl2df/opmkeywords/FAULTS
ecl2df/opmkeywords/GRUPNET
ecl2df/opmkeywords/GRUPTREE
ecl2df/opmkeywords/PBVD
ecl2df/opmkeywords/PDVD
ecl2df/opmkeywords/PVDG
ecl2df/opmkeywords/PVDO
ecl2df/opmkeywords/PVTG
ecl2df/opmkeywords/PVTO
ecl2df/opmkeywords/PVTW
ecl2df/opmkeywords/ROCK
ecl2df/opmkeywords/RSVD
ecl2df/opmkeywords/RVVD
ecl2df/opmkeywords/SGFN
ecl2df/opmkeywords/SGOF
ecl2df/opmkeywords/SGWFN
ecl2df/opmkeywords/SLGOF
ecl2df/opmkeywords/SOF2
ecl2df/opmkeywords/SOF3
ecl2df/opmkeywords/SWFN
ecl2df/opmkeywords/SWOF
ecl2df/opmkeywords/TABDIMS
ecl2df/opmkeywords/WCONHIST
ecl2df/opmkeywords/WCONINJE
ecl2df/opmkeywords/WCONINJH
ecl2df/opmkeywords/WCONPROD
ecl2df/opmkeywords/WELOPEN
ecl2df/opmkeywords/WELSEGS
ecl2df/opmkeywords/WELSPECS
ecl2df/opmkeywords/WSEGAICD
ecl2df/opmkeywords/WSEGSICD
ecl2df/opmkeywords/WSEGVALV
ecl2df/opmkeywords/readme
ecl2df/opmkeywords/runmetoupdate.sh
tests/__init__.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_rft.py
tests/test_satfunc.py
tests/test_summary.py
tests/test_trans.py
tests/test_userapi.py
tests/test_wcon.py
tests/test_welopen.py
tests/test_zonemap.py
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.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