subscript 1.14.4__tar.gz → 1.14.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- subscript-1.14.5/.github/dependabot.yml +7 -0
- {subscript-1.14.4 → subscript-1.14.5}/.github/workflows/codecov.yml +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/.github/workflows/linting.yml +2 -2
- {subscript-1.14.4 → subscript-1.14.5}/.github/workflows/publish.yml +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/.github/workflows/subscript.yml +1 -1
- subscript-1.14.5/PKG-INFO +116 -0
- {subscript-1.14.4 → subscript-1.14.5}/pyproject.toml +11 -4
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/__init__.py +2 -2
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/check_swatinit/pillarmodel.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/convert_grid_format/convert_grid_format.py +14 -10
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/create_date_files/create_date_files.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv2ofmvol/csv2ofmvol.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv_merge/csv_merge.py +6 -5
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv_stack/csv_stack.py +5 -5
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/eclcompress/eclcompress.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/ecldiff2roff/ecldiff2roff.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmuobs/fmuobs.py +5 -4
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmuobs/parsers.py +7 -3
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmuobs/util.py +4 -2
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/grav_subs_points/grav_subs_points.py +73 -52
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/ofmvol2csv/ofmvol2csv.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/pack_sim/pack_sim.py +2 -2
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/params2csv/params2csv.py +6 -5
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/restartthinner/restartthinner.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/completions.py +5 -4
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/datafile_obj.py +28 -20
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/flux_obj.py +68 -29
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/flux_util.py +19 -6
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/fluxfile_obj.py +31 -14
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/sector2fluxnum.py +3 -3
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/summaryplot/summaryplot.py +5 -3
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sunsch/sunsch.py +1 -1
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sw_model_utilities/sw_model_utilities.py +21 -11
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/version.py +3 -3
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/vfp2csv/vfp2csv.py +2 -2
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/welltest_dpds/welltest_dpds.py +30 -11
- subscript-1.14.5/src/subscript.egg-info/PKG-INFO +116 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript.egg-info/SOURCES.txt +1 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_grav_subs_points.py +1 -1
- subscript-1.14.4/PKG-INFO +0 -791
- subscript-1.14.4/src/subscript.egg-info/PKG-INFO +0 -791
- {subscript-1.14.4 → subscript-1.14.5}/.gitignore +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/LICENSE +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/README.md +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/SECURITY.md +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/ci/testkomodo.sh +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/Makefile +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_static/equinor-logo.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_static/equinor-logo2.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_static/equinor-logo2.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_static/equinor_logo.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_static/equinor_logo_only.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/_templates/layout.html +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/conf.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/contributing.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/history.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/index.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/make.bat +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/overview.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/bjobsusers.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/casegen_upcars.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/check_swatinit.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/convert_grid_format.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/create_date_files.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/csv2ofmvol.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/csv_merge.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/csv_stack.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/eclcompress.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/ecldiff2roff.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/field_statistics.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/fmu_copy_revision.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/fmuobs.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/grav_subs_maps.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/grav_subs_points.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/Pack_sim_overview.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/Summaryplot-ensemble.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/Summaryplot-ert.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/Summaryplot-normalizeexample.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/Workflow_sector2fluxnum.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/casegen_upcars_geometry.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/check_swatinit_scatter.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/check_swatinit_volplot.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/ecl-swat-initialization.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/make_check_swatinit_images.sh +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/images/resinsight_wells_project_example.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/interp_relperm.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/merge_rft_ertobs.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/merge_unrst_files.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/ofmvol2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/pack_sim.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/params2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/presentvalue.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/prtvol2csv.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/prtvol2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/restartthinner.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/rmsecl_volumetrics.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/sector2fluxnum.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/summaryplot.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/sunsch.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/sw_model_utilities.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/vfp2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/scripts/welltest_dpds.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/docs/usage.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/setup.cfg +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/bjobsusers/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/bjobsusers/bjobsusers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/casegen_upcars/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/casegen_upcars/casegen_upcars.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/casegen_upcars/model.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/casegen_upcars/udf.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/casegen_upcars/udf_arg_parser.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/check_swatinit/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/check_swatinit/check_swatinit.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/check_swatinit/constants.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/check_swatinit/plotter.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/convert_grid_format/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/create_date_files/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv2ofmvol/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv_merge/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/csv_stack/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/eclcompress/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/eclcompress/allowlist.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/ecldiff2roff/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/field_statistics/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/field_statistics/field_statistics.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmu_copy_revision/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmu_copy_revision/fmu_copy_revision.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmuobs/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/fmuobs/writers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/grav_subs_maps/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/grav_subs_maps/grav_subs_maps.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/grav_subs_points/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/hook_implementations/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/hook_implementations/forward_model_steps.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/interp_relperm/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/interp_relperm/interp_relperm.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/duf +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/eclmanual +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/ertwatch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/list_rms_usage +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/nosim +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/legacy/runeclipse +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/merge_rft_ertobs/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/merge_rft_ertobs/merge_rft_ertobs.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/merge_unrst_files/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/merge_unrst_files/merge_unrst_files.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/ofmvol2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/pack_sim/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/params2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/presentvalue/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/presentvalue/presentvalue.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/prtvol2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/prtvol2csv/prtvol2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/restartthinner/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/rmsecl_volumetrics/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/rmsecl_volumetrics/rmsecl_volumetrics.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sector2fluxnum/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/summaryplot/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sunsch/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sunsch/time_vector.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/sw_model_utilities/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/vfp2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript/welltest_dpds/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript.egg-info/dependency_links.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript.egg-info/entry_points.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript.egg-info/requires.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/src/subscript.egg-info/top_level.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args0.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args1.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args10.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args11.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args2.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args3.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args4.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args5.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args6.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args7.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args8.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/baseline/test_summaryplotter_mpl_test_cmd_args9.png +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/conftest.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/edit/drogon.trans +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.faults +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.grid +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.multnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.multregt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.perm +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/grid/drogon.poro +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/props/drogon.pvt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/props/drogon.sattab +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/props/drogon.swatinit +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/regions/drogon.eqlnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/regions/drogon.fipnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/regions/drogon.fipzon +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/regions/drogon.pvtnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/regions/drogon.satnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/runspec/drogon.dimens +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/runspec/drogon.eqldims +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/runspec/drogon.gridopts +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/runspec/drogon.regdims +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/runspec/drogon.tabdims +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/55_33-1.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/55_33-1.wells +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/drogon_hist.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/vfp/A-1.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/vfp/A-2.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/vfp/A-3.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/schedule/vfp/A-4.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/solution/drogon.equil +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/solution/drogon.rxvd +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/solution/drogon.thpres +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/include/summary/drogon.summary +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/drogon/eclipse/model/DROGON-0.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.faults +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.grid +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.multflt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.multz +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.perm +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/grid/reek.poro +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/let-sgof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/let-swof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/reek.endpoints +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/reek.pvt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/reek.swatinit +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/sgof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/swof.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/props/swof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/regions/reek.eqlnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/regions/reek.fipnum +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/schedule/reek_history.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/solution/reek.equil +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/include/summary/reek.smry +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.ECLEND +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.LOG +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.RFT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.SMSPEC +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNSMRY +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/eclipse/model/parameters.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/parameters.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/rms/README +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/rms/reek.rms10.1.3/.master +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/reek/rms/reek.rms11.1.0/.master +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/vfp/GasProd.VFP +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/vfp/pd2.VFP +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.SMSPEC +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.UNSMRY +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_bjobsusers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_casegen_upcars.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_check_swatinit.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_check_swatinit_simulators.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_convert_grid_format.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_create_date_files.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_csv2ofmvol.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_csv_merge.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_csv_stack.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_docs.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_eclcompress.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_ecldiff2roff.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_eclinit2roff.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_field_statistics.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_fmu_copy_revision.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_fmuobs.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_fmuobs_parsers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_fmuobs_writers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_grav_subs_maps.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_hook_implementations.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_interp_relperm.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_merge_rft_ertobs.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_merge_unrst_files.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_ofmvol2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_pack_sim.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_params2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_presentvalue.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_prtvol2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_restartthinner.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_rmsecl_volumetrics.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_sector2fluxnum.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_subscriptlogger.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_summaryplot.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_sunsch.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_sw_model_utilities.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_vfp2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/test_welltest_dpds.py +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_casegen_upcars/demo_large_scale.yaml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_casegen_upcars/demo_small_scale.yaml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_casegen_upcars/dump_value.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_casegen_upcars/upcars_eclipse_ref_lg.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_casegen_upcars/upcars_eclipse_ref_ss.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_eclcompress/permxyz.grdecl +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/config_example.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/ERTBOX.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/Geogrid.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/files.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/ert/model/0readme +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/fmuconfig/output/global_variables.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_field_statistics/rms/output/aps/ERTBOX.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/drogon_wbhp_rft_wct_gor_tracer_4d.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/ert-doc.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/ert-doc.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/ert-doc.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/fmu-ensemble-obs.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/hist_obs_wells.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_fmuobs/ri-obs.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/HIST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/HIST.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/HIST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/global_variables.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/grav_subs_maps.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/grav_subs_points.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/seabed.gri +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_gravity/station_coordinates.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/cfg.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/sgof_base.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/sgof_opt.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/sgof_pes.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/swof_base.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/swof_opt.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_interp_relperm/swof_pes.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/gendata_rft.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4_1.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_rft_ertobs/drogon/rft/well_date_rft.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_unrst_files/HIST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_merge_unrst_files/PRED.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_ofmvol2csv/fileA.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_ofmvol2csv/fileB.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_ofmvol2csv/fileC.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_ofmvol2csv/ofm_example.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/0readme.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/DROGON_FIPNUM.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/DROGON_FIPZON.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/DROGON_INACTIVE_FIPNUM.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/DROGON_NO_INITIAL_BALANCE.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_prtvol2csv/DROGON_NO_INITIAL_BALANCE_FLOW.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.FLUX +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/OUT_COARSE.FLUX +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/TEST.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/TEST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/TEST.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sector2fluxnum/TEST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/config.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/emptyinit.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/foo1.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/footemplate.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/initwithdates.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/merge2.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/mergeme.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/testdata_sunsch/options3.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.5}/tests/utils.py +0 -0
|
@@ -30,12 +30,12 @@ jobs:
|
|
|
30
30
|
|
|
31
31
|
steps:
|
|
32
32
|
- name: Checkout commit locally
|
|
33
|
-
uses: actions/checkout@
|
|
33
|
+
uses: actions/checkout@v6
|
|
34
34
|
with:
|
|
35
35
|
fetch-depth: 0
|
|
36
36
|
|
|
37
37
|
- name: Set up Python ${{ matrix.python-version }}
|
|
38
|
-
uses: actions/setup-python@
|
|
38
|
+
uses: actions/setup-python@v6
|
|
39
39
|
with:
|
|
40
40
|
python-version: ${{ matrix.python-version }}
|
|
41
41
|
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: subscript
|
|
3
|
+
Version: 1.14.5
|
|
4
|
+
Summary: Equinor's collection of subsurface reservoir modelling scripts
|
|
5
|
+
Author-email: Equinor <rnyb@equinor.com>
|
|
6
|
+
License-Expression: GPL-3.0-only
|
|
7
|
+
Project-URL: Homepage, https://github.com/equinor/subscript
|
|
8
|
+
Project-URL: Repository, https://github.com/equinor/subscript
|
|
9
|
+
Project-URL: Documentation, https://equinor.github.io/subscript
|
|
10
|
+
Keywords: energy,subsurface,reservoir,scientific,engineering
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: Topic :: Scientific/Engineering
|
|
14
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
15
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
16
|
+
Classifier: Topic :: Utilities
|
|
17
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Natural Language :: English
|
|
22
|
+
Requires-Python: >=3.11
|
|
23
|
+
Description-Content-Type: text/markdown
|
|
24
|
+
License-File: LICENSE
|
|
25
|
+
Requires-Dist: resdata
|
|
26
|
+
Requires-Dist: res2df
|
|
27
|
+
Requires-Dist: ert>=10.2.0b13
|
|
28
|
+
Requires-Dist: fmu-tools
|
|
29
|
+
Requires-Dist: grid3d_maps
|
|
30
|
+
Requires-Dist: jinja2
|
|
31
|
+
Requires-Dist: matplotlib
|
|
32
|
+
Requires-Dist: numpy
|
|
33
|
+
Requires-Dist: opm>=2023.04
|
|
34
|
+
Requires-Dist: pandas
|
|
35
|
+
Requires-Dist: pydantic
|
|
36
|
+
Requires-Dist: pyscal
|
|
37
|
+
Requires-Dist: pyyaml
|
|
38
|
+
Requires-Dist: scipy
|
|
39
|
+
Requires-Dist: seaborn
|
|
40
|
+
Requires-Dist: xtgeo
|
|
41
|
+
Provides-Extra: tests
|
|
42
|
+
Requires-Dist: mypy; extra == "tests"
|
|
43
|
+
Requires-Dist: pytest; extra == "tests"
|
|
44
|
+
Requires-Dist: pytest-cov; extra == "tests"
|
|
45
|
+
Requires-Dist: pytest-mock; extra == "tests"
|
|
46
|
+
Requires-Dist: pytest-mpl; extra == "tests"
|
|
47
|
+
Requires-Dist: pytest-xdist; extra == "tests"
|
|
48
|
+
Requires-Dist: rstcheck; extra == "tests"
|
|
49
|
+
Requires-Dist: rstcheck-core; extra == "tests"
|
|
50
|
+
Requires-Dist: ruff; extra == "tests"
|
|
51
|
+
Requires-Dist: types-Jinja2; extra == "tests"
|
|
52
|
+
Requires-Dist: types-PyYAML; extra == "tests"
|
|
53
|
+
Requires-Dist: types-python-dateutil; extra == "tests"
|
|
54
|
+
Requires-Dist: pandas-stubs; extra == "tests"
|
|
55
|
+
Requires-Dist: types-seaborn; extra == "tests"
|
|
56
|
+
Requires-Dist: scipy-stubs; extra == "tests"
|
|
57
|
+
Provides-Extra: docs
|
|
58
|
+
Requires-Dist: autoapi; extra == "docs"
|
|
59
|
+
Requires-Dist: sphinx; extra == "docs"
|
|
60
|
+
Requires-Dist: sphinx-argparse; extra == "docs"
|
|
61
|
+
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
62
|
+
Requires-Dist: sphinx-copybutton; extra == "docs"
|
|
63
|
+
Requires-Dist: sphinx-togglebutton; extra == "docs"
|
|
64
|
+
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
|
65
|
+
Dynamic: license-file
|
|
66
|
+
|
|
67
|
+
# subscript
|
|
68
|
+
|
|
69
|
+
[](https://github.com/equinor/subscript/actions/workflows/subscript.yml)
|
|
70
|
+
[](https://codecov.io/gh/equinor/subscript)
|
|
71
|
+

|
|
72
|
+
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
73
|
+
[](https://github.com/astral-sh/ruff)
|
|
74
|
+
|
|
75
|
+
**subscript** is Equinor's collection of scripts used for subsurface reservoir modelling.
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
|
+
## Quick Reference
|
|
80
|
+
|
|
81
|
+
* [**Documentation**](https://equinor.github.io/subscript)
|
|
82
|
+
* [**Installation**](#installation)
|
|
83
|
+
* [**Usage**](#usage)
|
|
84
|
+
* [**Contributing**](https://equinor.github.io/subscript/contributing.html)
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Installation
|
|
89
|
+
|
|
90
|
+
subscript can be installed via pip
|
|
91
|
+
|
|
92
|
+
```sh
|
|
93
|
+
pip install subscript
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Usage
|
|
97
|
+
|
|
98
|
+
As a collection of utilities subscript has many different invocations and
|
|
99
|
+
use cases. A complete overview can be found in the
|
|
100
|
+
[documentation](https://equinor.github.io/subscript)
|
|
101
|
+
for a complete overview.
|
|
102
|
+
|
|
103
|
+
Note that some of these utilities may depend upon commercial third-party
|
|
104
|
+
software.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## Developing & Contributing
|
|
108
|
+
|
|
109
|
+
All contributions are welcome. Please see the
|
|
110
|
+
[Contributing document](https://equinor.github.io/subscript/contributing.html)
|
|
111
|
+
for more details and instructions for getting started.
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## Documentation
|
|
115
|
+
|
|
116
|
+
The documentation can be found at https://equinor.github.io/subscript
|
|
@@ -6,14 +6,15 @@ requires = [
|
|
|
6
6
|
build-backend = "setuptools.build_meta"
|
|
7
7
|
|
|
8
8
|
[tool.setuptools_scm]
|
|
9
|
-
|
|
9
|
+
version_file = "src/subscript/version.py"
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "subscript"
|
|
13
13
|
description = "Equinor's collection of subsurface reservoir modelling scripts"
|
|
14
14
|
readme = "README.md"
|
|
15
15
|
requires-python = ">=3.11"
|
|
16
|
-
license =
|
|
16
|
+
license = "GPL-3.0-only"
|
|
17
|
+
license-files = ["LICENSE"]
|
|
17
18
|
authors = [
|
|
18
19
|
{ name = "Equinor", email = "rnyb@equinor.com" },
|
|
19
20
|
]
|
|
@@ -30,7 +31,6 @@ classifiers = [
|
|
|
30
31
|
"Programming Language :: Python :: 3.12",
|
|
31
32
|
"Programming Language :: Python :: 3.13",
|
|
32
33
|
"Natural Language :: English",
|
|
33
|
-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
34
34
|
]
|
|
35
35
|
dynamic = ["version"]
|
|
36
36
|
dependencies = [
|
|
@@ -149,7 +149,6 @@ module = [
|
|
|
149
149
|
"xtgeo.*",
|
|
150
150
|
"opm.*",
|
|
151
151
|
"resdata.*",
|
|
152
|
-
"res2df.*",
|
|
153
152
|
"ert",
|
|
154
153
|
"grid3d_maps.*",
|
|
155
154
|
"fmu.tools.*",
|
|
@@ -197,6 +196,7 @@ select = [
|
|
|
197
196
|
"RUF", # RUFF specific rules
|
|
198
197
|
"PL", # pylint
|
|
199
198
|
"B", # flake8-bugbear
|
|
199
|
+
"ANN", # flake8-annotations
|
|
200
200
|
]
|
|
201
201
|
ignore = [
|
|
202
202
|
"C901", # complex-structure
|
|
@@ -207,6 +207,13 @@ ignore = [
|
|
|
207
207
|
"PLW2901", # redefined-loop-name
|
|
208
208
|
]
|
|
209
209
|
|
|
210
|
+
[tool.ruff.lint.extend-per-file-ignores]
|
|
211
|
+
"src/subscript/sunsch/time_vector.py" = ["ANN"]
|
|
212
|
+
"src/subscript/casegen_upcars/*" = ["ANN"]
|
|
213
|
+
"src/subscript/field_statistics/*" = ["ANN"]
|
|
214
|
+
"src/subscript/fmu_copy_revision/*" = ["ANN"]
|
|
215
|
+
"tests/*" = ["ANN"]
|
|
216
|
+
|
|
210
217
|
[tool.ruff.lint.isort]
|
|
211
218
|
combine-as-imports = true
|
|
212
219
|
|
|
@@ -9,7 +9,7 @@ except metadata.PackageNotFoundError:
|
|
|
9
9
|
__version__ = "0.0.0"
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
def getLogger(module_name="subscript"):
|
|
12
|
+
def getLogger(module_name: str = "subscript") -> logging.Logger:
|
|
13
13
|
"""Provides a unified logger for subscript scripts.
|
|
14
14
|
|
|
15
15
|
Scripts in subscript are encouraged to use logging.info() instead of
|
|
@@ -40,7 +40,7 @@ def getLogger(module_name="subscript"):
|
|
|
40
40
|
if not module_name:
|
|
41
41
|
return getLogger("subscript")
|
|
42
42
|
|
|
43
|
-
compressed_name = []
|
|
43
|
+
compressed_name: list[str] = []
|
|
44
44
|
for elem in module_name.split("."):
|
|
45
45
|
if len(compressed_name) == 0 or elem != compressed_name[-1]:
|
|
46
46
|
compressed_name.append(elem)
|
{subscript-1.14.4 → subscript-1.14.5}/src/subscript/convert_grid_format/convert_grid_format.py
RENAMED
|
@@ -4,6 +4,7 @@ import argparse
|
|
|
4
4
|
import logging
|
|
5
5
|
import os
|
|
6
6
|
import sys
|
|
7
|
+
from collections.abc import Sequence
|
|
7
8
|
from pathlib import Path
|
|
8
9
|
|
|
9
10
|
import xtgeo
|
|
@@ -88,7 +89,7 @@ def get_parser() -> argparse.ArgumentParser:
|
|
|
88
89
|
return parser
|
|
89
90
|
|
|
90
91
|
|
|
91
|
-
def _do_parse_args(args):
|
|
92
|
+
def _do_parse_args(args: Sequence[str] | None) -> argparse.Namespace:
|
|
92
93
|
"""Parse command line arguments"""
|
|
93
94
|
|
|
94
95
|
if args is None:
|
|
@@ -96,14 +97,12 @@ def _do_parse_args(args):
|
|
|
96
97
|
|
|
97
98
|
parser = get_parser()
|
|
98
99
|
|
|
99
|
-
args = parser.parse_args(args)
|
|
100
|
-
|
|
101
100
|
if len(sys.argv[1:]) < 2:
|
|
102
101
|
parser.print_help()
|
|
103
102
|
print("QUIT")
|
|
104
103
|
sys.exit(0)
|
|
105
104
|
|
|
106
|
-
return args
|
|
105
|
+
return parser.parse_args(args)
|
|
107
106
|
|
|
108
107
|
|
|
109
108
|
def _convert_ecl2roff(
|
|
@@ -182,23 +181,28 @@ def _convert_ecl2roff(
|
|
|
182
181
|
raise SystemExit("Invalid grid extention")
|
|
183
182
|
|
|
184
183
|
|
|
185
|
-
def main(args=None) -> None:
|
|
184
|
+
def main(args: Sequence[str] | None = None) -> None:
|
|
186
185
|
"""Entry-point"""
|
|
187
186
|
|
|
188
187
|
XTGeoDialog.print_xtgeo_header(APPNAME, __version__)
|
|
189
188
|
|
|
190
|
-
|
|
189
|
+
parsed_args = _do_parse_args(args)
|
|
191
190
|
|
|
192
|
-
logger.info(
|
|
191
|
+
logger.info(parsed_args)
|
|
193
192
|
|
|
194
|
-
if
|
|
193
|
+
if parsed_args.conversion not in set(CONVERSIONS):
|
|
195
194
|
raise ValueError(
|
|
196
|
-
f"Illegal conversion <{
|
|
195
|
+
f"Illegal conversion <{parsed_args.conversion}>. Allowed are: {CONVERSIONS}"
|
|
197
196
|
)
|
|
198
197
|
|
|
199
198
|
xtg.say("Running conversion...")
|
|
200
199
|
_convert_ecl2roff(
|
|
201
|
-
|
|
200
|
+
parsed_args.infile,
|
|
201
|
+
parsed_args.mode,
|
|
202
|
+
parsed_args.outfile,
|
|
203
|
+
parsed_args.stdfmu,
|
|
204
|
+
parsed_args.propnames,
|
|
205
|
+
parsed_args.dates,
|
|
202
206
|
)
|
|
203
207
|
|
|
204
208
|
|
|
@@ -5,6 +5,7 @@ import logging
|
|
|
5
5
|
import os
|
|
6
6
|
import re
|
|
7
7
|
import sys
|
|
8
|
+
from typing import Any
|
|
8
9
|
|
|
9
10
|
import ert
|
|
10
11
|
import pandas as pd
|
|
@@ -59,15 +60,15 @@ class CustomFormatter(
|
|
|
59
60
|
class CsvMerge(ert.ErtScript):
|
|
60
61
|
"""A class with a run() function that can be registered as an ERT plugin"""
|
|
61
62
|
|
|
62
|
-
def run(self, *args):
|
|
63
|
+
def run(self, *args: Any) -> None: # noqa: ANN401
|
|
63
64
|
"""Parse with a simplified command line parser, for ERT only,
|
|
64
65
|
call csv_merge_main()"""
|
|
65
66
|
parser = get_ertwf_parser()
|
|
66
|
-
|
|
67
|
+
parsed_args = parser.parse_args(args)
|
|
67
68
|
logger.setLevel(logging.INFO)
|
|
68
|
-
globbedfiles = glob_patterns(
|
|
69
|
+
globbedfiles = glob_patterns(parsed_args.csvfiles)
|
|
69
70
|
csv_merge_main(
|
|
70
|
-
csvfiles=globbedfiles, output=
|
|
71
|
+
csvfiles=globbedfiles, output=parsed_args.output, memoryconservative=True
|
|
71
72
|
)
|
|
72
73
|
|
|
73
74
|
|
|
@@ -319,7 +320,7 @@ def csv_merge_main(
|
|
|
319
320
|
|
|
320
321
|
|
|
321
322
|
@ert.plugin(name="subscript")
|
|
322
|
-
def legacy_ertscript_workflow(config):
|
|
323
|
+
def legacy_ertscript_workflow(config: ert.WorkflowConfigs) -> None:
|
|
323
324
|
"""Hook the CsvMerge class into ERT with the name CSV_MERGE,
|
|
324
325
|
and inject documentation"""
|
|
325
326
|
workflow = config.add_workflow(CsvMerge, "CSV_MERGE")
|
|
@@ -6,7 +6,7 @@ import logging
|
|
|
6
6
|
import re
|
|
7
7
|
import sys
|
|
8
8
|
from re import Pattern
|
|
9
|
-
from typing import cast
|
|
9
|
+
from typing import Any, cast
|
|
10
10
|
|
|
11
11
|
import ert
|
|
12
12
|
import pandas as pd
|
|
@@ -90,12 +90,12 @@ class CsvStack(ert.ErtScript):
|
|
|
90
90
|
"""A class with a run() function that can be registered as an ERT plugin,
|
|
91
91
|
to be used as an ERT workflow (wrapping the command line utility)"""
|
|
92
92
|
|
|
93
|
-
def run(self, *args):
|
|
93
|
+
def run(self, *args: Any) -> None: # noqa: ANN401
|
|
94
94
|
"""Parse with a simplified command line parser, for ERT only,
|
|
95
95
|
calling csv_stack_main()"""
|
|
96
96
|
parser = get_parser()
|
|
97
|
-
|
|
98
|
-
csv_stack_main(
|
|
97
|
+
parsed_args = parser.parse_args(args)
|
|
98
|
+
csv_stack_main(parsed_args, support_magics=False)
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
def get_parser() -> argparse.ArgumentParser:
|
|
@@ -323,7 +323,7 @@ def csv_stack(
|
|
|
323
323
|
|
|
324
324
|
|
|
325
325
|
@ert.plugin(name="subscript")
|
|
326
|
-
def legacy_ertscript_workflow(config) -> None:
|
|
326
|
+
def legacy_ertscript_workflow(config: ert.WorkflowConfigs) -> None:
|
|
327
327
|
"""Hook the CsvStack class into ERT with the name CSV_STACK,
|
|
328
328
|
and inject documentation"""
|
|
329
329
|
workflow = config.add_workflow(CsvStack, "CSV_STACK")
|
|
@@ -429,7 +429,7 @@ def parse_wildcardfile(filename: str) -> list[str]:
|
|
|
429
429
|
return list(filter(len, lines))
|
|
430
430
|
|
|
431
431
|
|
|
432
|
-
def main():
|
|
432
|
+
def main() -> None:
|
|
433
433
|
"""Wrapper for the function main_eclcompress, parsing command line arguments"""
|
|
434
434
|
parser = get_parser()
|
|
435
435
|
args = parser.parse_args()
|
|
@@ -187,7 +187,7 @@ def ecldiff2roff_main(
|
|
|
187
187
|
diffprop.to_file(filename, name=diffpropname)
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
def main():
|
|
190
|
+
def main() -> None:
|
|
191
191
|
"""Main function when called as a command line application.
|
|
192
192
|
|
|
193
193
|
Will get arguments from command line, and wrap around ecldiff2roff_main().
|
|
@@ -7,6 +7,7 @@ import os
|
|
|
7
7
|
import signal
|
|
8
8
|
import sys
|
|
9
9
|
from pathlib import Path
|
|
10
|
+
from typing import Any
|
|
10
11
|
|
|
11
12
|
import ert
|
|
12
13
|
import pandas as pd
|
|
@@ -300,8 +301,8 @@ def fmuobs(
|
|
|
300
301
|
verbose: bool = False,
|
|
301
302
|
debug: bool = False,
|
|
302
303
|
starttime: str | None = None,
|
|
303
|
-
includedir:
|
|
304
|
-
):
|
|
304
|
+
includedir: str | None = None,
|
|
305
|
+
) -> None:
|
|
305
306
|
"""Alternative to main() with named arguments"""
|
|
306
307
|
if verbose or debug:
|
|
307
308
|
if __MAGIC_STDOUT__ in (csv, yml, ertobs):
|
|
@@ -438,7 +439,7 @@ class FmuObs(ert.ErtScript):
|
|
|
438
439
|
interference with the ERT comment characters "--".
|
|
439
440
|
"""
|
|
440
441
|
|
|
441
|
-
def run(self, *args):
|
|
442
|
+
def run(self, *args: Any) -> None: # noqa: ANN401
|
|
442
443
|
"""Pass the ERT workflow arguments on to the same parser as the command
|
|
443
444
|
line."""
|
|
444
445
|
parser = get_parser()
|
|
@@ -447,7 +448,7 @@ class FmuObs(ert.ErtScript):
|
|
|
447
448
|
|
|
448
449
|
|
|
449
450
|
@ert.plugin(name="subscript")
|
|
450
|
-
def legacy_ertscript_workflow(config):
|
|
451
|
+
def legacy_ertscript_workflow(config: ert.WorkflowConfigs) -> None:
|
|
451
452
|
"""A hook for usage of this script in an ERT workflow,
|
|
452
453
|
using the legacy hook format."""
|
|
453
454
|
workflow = config.add_workflow(FmuObs, "FMUOBS")
|
|
@@ -192,7 +192,7 @@ def filter_comments(input_str: str, comment_identifier: str = "--") -> str:
|
|
|
192
192
|
return "\n".join(filter(len, _lines))
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
def fix_dtype(value):
|
|
195
|
+
def fix_dtype(value: str) -> int | float | datetime.datetime | str:
|
|
196
196
|
"""Guess the correct datatype for an incoming value.
|
|
197
197
|
|
|
198
198
|
If parseable as float, return as integer if it is, return float if not.
|
|
@@ -371,7 +371,9 @@ def flatten_observation_unit(
|
|
|
371
371
|
return obs_subunits
|
|
372
372
|
|
|
373
373
|
|
|
374
|
-
def ertobs2df(
|
|
374
|
+
def ertobs2df(
|
|
375
|
+
input_str: str, cwd: str = ".", starttime: str | None = None
|
|
376
|
+
) -> pd.DataFrame:
|
|
375
377
|
"""Parse a string with ERT observations and convert into
|
|
376
378
|
the internal dataframe format.
|
|
377
379
|
|
|
@@ -417,7 +419,9 @@ def ertobs2df(input_str: str, cwd=".", starttime: str | None = None) -> pd.DataF
|
|
|
417
419
|
return compute_date_from_days(pd.DataFrame(obs_list), starttime)
|
|
418
420
|
|
|
419
421
|
|
|
420
|
-
def compute_date_from_days(
|
|
422
|
+
def compute_date_from_days(
|
|
423
|
+
dframe: pd.DataFrame, starttime: str | None = None
|
|
424
|
+
) -> pd.DataFrame:
|
|
421
425
|
"""Fill in DATE cells in a dataframe computed from
|
|
422
426
|
a given starttime and data in DAYS cells.
|
|
423
427
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"""Small utility functions used by fmuobs, parsers and/or writers"""
|
|
2
2
|
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
3
5
|
# Used in yaml file
|
|
4
6
|
CLASS_SHORTNAME = {
|
|
5
7
|
"SUMMARY_OBSERVATION": "smry",
|
|
@@ -14,11 +16,11 @@ ERT_ISO_DATE_FORMAT = "%Y-%m-%d"
|
|
|
14
16
|
ERT_ALT_DATE_FORMAT = "%d.%m.%Y" # Not found in doc, but supported by ERT
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
def lowercase_dictkeys(some_dict):
|
|
19
|
+
def lowercase_dictkeys(some_dict: dict[str, Any]) -> dict[str, Any]:
|
|
18
20
|
"""Convert all keys in a dictionary to lower-case"""
|
|
19
21
|
return {key.lower(): value for key, value in some_dict.items()}
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
def uppercase_dictkeys(some_dict):
|
|
24
|
+
def uppercase_dictkeys(some_dict: dict[str, Any]) -> dict[str, Any]:
|
|
23
25
|
"""Convert all keys in a dictionary to upper-case"""
|
|
24
26
|
return {key.upper(): value for key, value in some_dict.items()}
|