subscript 1.14.4__tar.gz → 1.14.6__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.6/.github/dependabot.yml +7 -0
- {subscript-1.14.4 → subscript-1.14.6}/.github/workflows/codecov.yml +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/.github/workflows/linting.yml +2 -2
- {subscript-1.14.4 → subscript-1.14.6}/.github/workflows/publish.yml +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/.github/workflows/subscript.yml +14 -2
- subscript-1.14.6/PKG-INFO +116 -0
- {subscript-1.14.4 → subscript-1.14.6}/pyproject.toml +24 -7
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/__init__.py +2 -2
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/casegen_upcars/casegen_upcars.py +4 -4
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/casegen_upcars/model.py +40 -40
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/casegen_upcars/udf.py +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/check_swatinit/check_swatinit.py +2 -3
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/check_swatinit/pillarmodel.py +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/convert_grid_format/convert_grid_format.py +17 -13
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/create_date_files/create_date_files.py +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv2ofmvol/csv2ofmvol.py +14 -14
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv_merge/csv_merge.py +15 -18
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv_stack/csv_stack.py +8 -8
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/eclcompress/eclcompress.py +2 -2
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/ecldiff2roff/ecldiff2roff.py +3 -3
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/field_statistics/field_statistics.py +5 -5
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmuobs/fmuobs.py +8 -7
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmuobs/parsers.py +20 -17
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmuobs/util.py +4 -2
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmuobs/writers.py +6 -12
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/grav_subs_maps/grav_subs_maps.py +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/grav_subs_points/grav_subs_points.py +74 -53
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/interp_relperm/interp_relperm.py +4 -4
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/merge_rft_ertobs/merge_rft_ertobs.py +7 -7
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/ofmvol2csv/ofmvol2csv.py +6 -6
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/pack_sim/pack_sim.py +6 -6
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/params2csv/params2csv.py +7 -6
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/presentvalue/presentvalue.py +6 -8
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/restartthinner/restartthinner.py +1 -1
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/completions.py +6 -5
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/datafile_obj.py +28 -20
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/flux_obj.py +68 -29
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/flux_util.py +19 -6
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/fluxfile_obj.py +33 -16
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/sector2fluxnum.py +3 -3
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/summaryplot/summaryplot.py +14 -12
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sunsch/sunsch.py +13 -13
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sw_model_utilities/sw_model_utilities.py +24 -14
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/version.py +3 -3
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/vfp2csv/vfp2csv.py +2 -2
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/welltest_dpds/welltest_dpds.py +32 -15
- subscript-1.14.6/src/subscript.egg-info/PKG-INFO +116 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript.egg-info/SOURCES.txt +1 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript.egg-info/requires.txt +3 -3
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_casegen_upcars.py +18 -19
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_check_swatinit.py +9 -8
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_check_swatinit_simulators.py +58 -56
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_convert_grid_format.py +2 -3
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_csv2ofmvol.py +12 -11
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_csv_merge.py +10 -9
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_csv_stack.py +23 -21
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_eclcompress.py +34 -34
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_ecldiff2roff.py +5 -11
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_eclinit2roff.py +5 -11
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_field_statistics.py +6 -6
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_fmu_copy_revision.py +28 -28
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_fmuobs.py +14 -18
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_fmuobs_parsers.py +4 -3
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_fmuobs_writers.py +1 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_grav_subs_maps.py +5 -11
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_grav_subs_points.py +8 -14
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_interp_relperm.py +30 -29
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_merge_rft_ertobs.py +7 -14
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_merge_unrst_files.py +8 -9
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_ofmvol2csv.py +11 -8
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_pack_sim.py +26 -24
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_params2csv.py +26 -23
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_presentvalue.py +12 -13
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_prtvol2csv.py +36 -37
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_restartthinner.py +8 -8
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_rmsecl_volumetrics.py +4 -5
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_sector2fluxnum.py +6 -7
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_summaryplot.py +16 -17
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_sunsch.py +22 -32
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_vfp2csv.py +2 -3
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_welltest_dpds.py +8 -9
- {subscript-1.14.4 → subscript-1.14.6}/tests/utils.py +2 -2
- 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.6}/.gitignore +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/LICENSE +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/README.md +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/SECURITY.md +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/ci/testkomodo.sh +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/Makefile +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_static/equinor-logo.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_static/equinor-logo2.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_static/equinor-logo2.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_static/equinor_logo.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_static/equinor_logo_only.jpg +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/_templates/layout.html +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/conf.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/contributing.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/history.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/index.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/make.bat +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/overview.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/bjobsusers.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/casegen_upcars.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/check_swatinit.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/convert_grid_format.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/create_date_files.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/csv2ofmvol.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/csv_merge.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/csv_stack.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/eclcompress.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/ecldiff2roff.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/field_statistics.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/fmu_copy_revision.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/fmuobs.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/grav_subs_maps.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/grav_subs_points.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/Pack_sim_overview.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/Summaryplot-ensemble.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/Summaryplot-ert.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/Summaryplot-normalizeexample.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/Workflow_sector2fluxnum.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/casegen_upcars_geometry.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/check_swatinit_scatter.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/check_swatinit_volplot.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/ecl-swat-initialization.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/make_check_swatinit_images.sh +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/images/resinsight_wells_project_example.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/interp_relperm.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/merge_rft_ertobs.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/merge_unrst_files.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/ofmvol2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/pack_sim.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/params2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/presentvalue.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/prtvol2csv.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/prtvol2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/restartthinner.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/rmsecl_volumetrics.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/sector2fluxnum.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/summaryplot.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/sunsch.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/sw_model_utilities.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/vfp2csv.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/scripts/welltest_dpds.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/docs/usage.rst +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/setup.cfg +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/bjobsusers/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/bjobsusers/bjobsusers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/casegen_upcars/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/casegen_upcars/udf_arg_parser.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/check_swatinit/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/check_swatinit/constants.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/check_swatinit/plotter.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/convert_grid_format/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/create_date_files/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv2ofmvol/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv_merge/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/csv_stack/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/eclcompress/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/eclcompress/allowlist.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/ecldiff2roff/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/field_statistics/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmu_copy_revision/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmu_copy_revision/fmu_copy_revision.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/fmuobs/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/grav_subs_maps/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/grav_subs_points/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/hook_implementations/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/hook_implementations/forward_model_steps.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/interp_relperm/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/duf +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/eclmanual +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/ertwatch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/list_rms_usage +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/nosim +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/legacy/runeclipse +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/merge_rft_ertobs/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/merge_unrst_files/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/merge_unrst_files/merge_unrst_files.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/ofmvol2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/pack_sim/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/params2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/presentvalue/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/prtvol2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/prtvol2csv/prtvol2csv.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/restartthinner/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/rmsecl_volumetrics/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/rmsecl_volumetrics/rmsecl_volumetrics.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sector2fluxnum/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/summaryplot/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sunsch/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sunsch/time_vector.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/sw_model_utilities/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/vfp2csv/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript/welltest_dpds/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript.egg-info/dependency_links.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript.egg-info/entry_points.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/src/subscript.egg-info/top_level.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/__init__.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args0.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args1.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args10.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args11.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args2.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args3.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args4.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args5.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args6.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args7.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args8.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/baseline/test_summaryplotter_mpl_test_cmd_args9.png +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/conftest.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/edit/drogon.trans +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.faults +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.grid +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.multnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.multregt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.perm +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/grid/drogon.poro +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/props/drogon.pvt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/props/drogon.sattab +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/props/drogon.swatinit +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/regions/drogon.eqlnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/regions/drogon.fipnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/regions/drogon.fipzon +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/regions/drogon.pvtnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/regions/drogon.satnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/runspec/drogon.dimens +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/runspec/drogon.eqldims +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/runspec/drogon.gridopts +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/runspec/drogon.regdims +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/runspec/drogon.tabdims +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/55_33-1.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/55_33-1.wells +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/drogon_hist.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/vfp/A-1.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/vfp/A-2.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/vfp/A-3.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/schedule/vfp/A-4.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/solution/drogon.equil +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/solution/drogon.rxvd +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/solution/drogon.thpres +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/include/summary/drogon.summary +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/drogon/eclipse/model/DROGON-0.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.faults +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.grid +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.multflt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.multz +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.perm +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/grid/reek.poro +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/let-sgof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/let-swof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/reek.endpoints +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/reek.pvt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/reek.swatinit +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/sgof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/swof.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/props/swof.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/regions/reek.eqlnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/regions/reek.fipnum +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/schedule/reek_history.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/solution/reek.equil +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/include/summary/reek.smry +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.ECLEND +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.LOG +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.RFT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.SMSPEC +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNSMRY +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/eclipse/model/parameters.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/parameters.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/rms/README +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/rms/reek.rms10.1.3/.master +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/reek/rms/reek.rms11.1.0/.master +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/vfp/GasProd.VFP +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/vfp/pd2.VFP +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.SMSPEC +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.UNSMRY +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_bjobsusers.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_create_date_files.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_docs.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_hook_implementations.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_subscriptlogger.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/test_sw_model_utilities.py +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_casegen_upcars/demo_large_scale.yaml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_casegen_upcars/demo_small_scale.yaml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_casegen_upcars/dump_value.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_casegen_upcars/upcars_eclipse_ref_lg.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_casegen_upcars/upcars_eclipse_ref_ss.tmpl +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_eclcompress/permxyz.grdecl +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/config_example.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/ERTBOX.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/Geogrid.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/files.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_0.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_3.roff +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/ert/model/0readme +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/fmuconfig/output/global_variables.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_field_statistics/rms/output/aps/ERTBOX.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/drogon_wbhp_rft_wct_gor_tracer_4d.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/ert-doc.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/ert-doc.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/ert-doc.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/fmu-ensemble-obs.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/hist_obs_wells.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_fmuobs/ri-obs.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/HIST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/HIST.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/HIST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/global_variables.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/grav_subs_maps.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/grav_subs_points.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/seabed.gri +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_gravity/station_coordinates.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/cfg.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/sgof_base.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/sgof_opt.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/sgof_pes.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/swof_base.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/swof_opt.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_interp_relperm/swof_pes.inc +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/gendata_rft.csv +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4_1.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.obs +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_rft_ertobs/drogon/rft/well_date_rft.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_unrst_files/HIST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_merge_unrst_files/PRED.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_ofmvol2csv/fileA.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_ofmvol2csv/fileB.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_ofmvol2csv/fileC.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_ofmvol2csv/ofm_example.vol +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/0readme.txt +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/DROGON_FIPNUM.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/DROGON_FIPZON.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/DROGON_INACTIVE_FIPNUM.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/DROGON_NO_INITIAL_BALANCE.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_prtvol2csv/DROGON_NO_INITIAL_BALANCE_FLOW.PRT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.FLUX +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/OUT_COARSE.FLUX +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/TEST.DATA +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/TEST.EGRID +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/TEST.INIT +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sector2fluxnum/TEST.UNRST +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/config.yml +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/emptyinit.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/foo1.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/footemplate.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/initwithdates.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/merge2.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/mergeme.sch +0 -0
- {subscript-1.14.4 → subscript-1.14.6}/tests/testdata_sunsch/options3.sch +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
|
|
|
@@ -26,16 +26,24 @@ jobs:
|
|
|
26
26
|
strategy:
|
|
27
27
|
matrix:
|
|
28
28
|
python-version: ["3.11", "3.12", "3.13"]
|
|
29
|
+
pandas-version: [""]
|
|
30
|
+
include:
|
|
31
|
+
- python-version: "3.13"
|
|
32
|
+
pandas-version: ">=2,<3"
|
|
33
|
+
- python-version: "3.13"
|
|
34
|
+
pandas-version: ">=3.0.0"
|
|
35
|
+
exclude:
|
|
36
|
+
- python-version: "3.13"
|
|
37
|
+
pandas-version: ""
|
|
29
38
|
|
|
30
39
|
steps:
|
|
31
|
-
|
|
32
40
|
- name: Install Ubuntu dependencies
|
|
33
41
|
run: |
|
|
34
42
|
sudo apt-get update
|
|
35
43
|
sudo apt-get install libegl1
|
|
36
44
|
|
|
37
45
|
- name: Checkout commit locally
|
|
38
|
-
uses: actions/checkout@
|
|
46
|
+
uses: actions/checkout@v6
|
|
39
47
|
with:
|
|
40
48
|
fetch-depth: 0
|
|
41
49
|
|
|
@@ -63,6 +71,10 @@ jobs:
|
|
|
63
71
|
run: |
|
|
64
72
|
uv pip install ".[tests, docs]"
|
|
65
73
|
|
|
74
|
+
- name: Pin pandas version
|
|
75
|
+
if: matrix.pandas-version
|
|
76
|
+
run: uv pip install "pandas${{ matrix.pandas-version }}"
|
|
77
|
+
|
|
66
78
|
- name: Log OPM-Flow version
|
|
67
79
|
run: |
|
|
68
80
|
flow --version
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: subscript
|
|
3
|
+
Version: 1.14.6
|
|
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>=2
|
|
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<9; 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>=3.1.0.rc1; 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 = [
|
|
@@ -43,7 +43,7 @@ dependencies = [
|
|
|
43
43
|
"matplotlib",
|
|
44
44
|
"numpy",
|
|
45
45
|
"opm>=2023.04",
|
|
46
|
-
"pandas",
|
|
46
|
+
"pandas >= 2",
|
|
47
47
|
"pydantic",
|
|
48
48
|
"pyscal",
|
|
49
49
|
"pyyaml",
|
|
@@ -72,12 +72,12 @@ tests = [
|
|
|
72
72
|
]
|
|
73
73
|
docs = [
|
|
74
74
|
"autoapi",
|
|
75
|
-
"sphinx",
|
|
75
|
+
"sphinx < 9",
|
|
76
76
|
"sphinx-argparse",
|
|
77
77
|
"sphinx-autodoc-typehints",
|
|
78
78
|
"sphinx-copybutton",
|
|
79
79
|
"sphinx-togglebutton",
|
|
80
|
-
"sphinx_rtd_theme",
|
|
80
|
+
"sphinx_rtd_theme >= 3.1.0.rc1",
|
|
81
81
|
]
|
|
82
82
|
|
|
83
83
|
[project.urls]
|
|
@@ -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,7 +196,11 @@ select = [
|
|
|
197
196
|
"RUF", # RUFF specific rules
|
|
198
197
|
"PL", # pylint
|
|
199
198
|
"B", # flake8-bugbear
|
|
199
|
+
"ANN", # flake8-annotations
|
|
200
200
|
]
|
|
201
|
+
|
|
202
|
+
preview = true
|
|
203
|
+
|
|
201
204
|
ignore = [
|
|
202
205
|
"C901", # complex-structure
|
|
203
206
|
"PD013", # pandas-use-of-dot-stack
|
|
@@ -205,8 +208,22 @@ ignore = [
|
|
|
205
208
|
"PLR0912", # too-many-branches
|
|
206
209
|
"PLR2004", # magic-value-comparison
|
|
207
210
|
"PLW2901", # redefined-loop-name
|
|
211
|
+
"PLC2701", # import-private-name
|
|
212
|
+
"PLR0914", # too-many-locals
|
|
213
|
+
"PLR6301", # no-self-use
|
|
214
|
+
"PLR0904", # too-many-public-methods
|
|
215
|
+
"PLR1702", # too-many-nested-blocks
|
|
216
|
+
"RUF067", # non empty init module
|
|
217
|
+
"PLC1901", # compare-to-empty-string
|
|
208
218
|
]
|
|
209
219
|
|
|
220
|
+
[tool.ruff.lint.extend-per-file-ignores]
|
|
221
|
+
"src/subscript/sunsch/time_vector.py" = ["ANN"]
|
|
222
|
+
"src/subscript/casegen_upcars/*" = ["ANN"]
|
|
223
|
+
"src/subscript/field_statistics/*" = ["ANN"]
|
|
224
|
+
"src/subscript/fmu_copy_revision/*" = ["ANN"]
|
|
225
|
+
"tests/*" = ["ANN"]
|
|
226
|
+
|
|
210
227
|
[tool.ruff.lint.isort]
|
|
211
228
|
combine-as-imports = true
|
|
212
229
|
|
|
@@ -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)
|
|
@@ -247,10 +247,10 @@ def main():
|
|
|
247
247
|
throws_j1 = throws_section["j1"]
|
|
248
248
|
throws_j2 = throws_section["j2"]
|
|
249
249
|
throws_dz = throws_section["dz"]
|
|
250
|
-
for
|
|
250
|
+
for i1, i2, j1, j2, dz in zip(
|
|
251
251
|
throws_i1, throws_i2, throws_j1, throws_j2, throws_dz, strict=False
|
|
252
252
|
):
|
|
253
|
-
throws.append([
|
|
253
|
+
throws.append([i1, i2, j1, j2, dz])
|
|
254
254
|
else:
|
|
255
255
|
throws = []
|
|
256
256
|
for throw in parser.throws:
|
|
@@ -548,8 +548,8 @@ def main():
|
|
|
548
548
|
]
|
|
549
549
|
file_list.insert(0, dictionary["GRDECL_file"])
|
|
550
550
|
with open(parser.debug_model, "wb", encoding="utf8") as wfd:
|
|
551
|
-
for
|
|
552
|
-
with open(
|
|
551
|
+
for file in file_list:
|
|
552
|
+
with open(file, "rb") as file_handle:
|
|
553
553
|
shutil.copyfileobj(file_handle, wfd)
|
|
554
554
|
|
|
555
555
|
|
|
@@ -100,15 +100,15 @@ class Model:
|
|
|
100
100
|
elif isinstance(streak_rect[0], list):
|
|
101
101
|
streak_rect = [streak_rect[0]] * len(streak_k)
|
|
102
102
|
else:
|
|
103
|
-
streak_rect
|
|
103
|
+
streak_rect *= len(streak_k)
|
|
104
104
|
else:
|
|
105
105
|
streak_rect = [None] * len(streak_k)
|
|
106
106
|
|
|
107
107
|
prts = [-1] * nz
|
|
108
108
|
if streak_k is not None:
|
|
109
|
-
for idx, (
|
|
110
|
-
if
|
|
111
|
-
if
|
|
109
|
+
for idx, (k, nz_) in enumerate(zip(streak_k, streak_nz, strict=False)):
|
|
110
|
+
if nz_ > 0:
|
|
111
|
+
if k - 1 < 0 or k + nz_ - 1 > nz:
|
|
112
112
|
print(
|
|
113
113
|
TERMINALCOLORS["WARNING"]
|
|
114
114
|
+ f"Warning: Streak #{idx + 1} is outside "
|
|
@@ -116,7 +116,7 @@ class Model:
|
|
|
116
116
|
"The streak will be ignored." + TERMINALCOLORS["ENDC"]
|
|
117
117
|
)
|
|
118
118
|
else:
|
|
119
|
-
prts[
|
|
119
|
+
prts[k - 1 : k + nz_ - 1] = [idx] * nz_
|
|
120
120
|
|
|
121
121
|
layer_nz = []
|
|
122
122
|
layer_dz = []
|
|
@@ -270,26 +270,26 @@ class Model:
|
|
|
270
270
|
self._streak_idx = np.full((self._total_nx, self._total_ny, self._total_nz), -1)
|
|
271
271
|
offset = 0
|
|
272
272
|
streak_idx = -1
|
|
273
|
-
for
|
|
274
|
-
if
|
|
273
|
+
for prt, nz_ in zip(layer_prt, layer_nz, strict=False):
|
|
274
|
+
if prt >= 0:
|
|
275
275
|
# Streak
|
|
276
276
|
streak_idx += 1
|
|
277
|
-
|
|
278
|
-
if
|
|
277
|
+
rect = streak_rect[prt]
|
|
278
|
+
if rect is None or len(rect) == 0:
|
|
279
279
|
box_i1 = 0
|
|
280
280
|
box_i2 = self._total_nx - 1
|
|
281
281
|
box_j1 = 0
|
|
282
282
|
box_j2 = self._total_ny - 1
|
|
283
283
|
else:
|
|
284
|
-
box_i1 = max(0,
|
|
285
|
-
box_i2 = min(self._total_nx - 1,
|
|
286
|
-
box_j1 = max(0,
|
|
287
|
-
box_j2 = min(self._total_ny - 1,
|
|
284
|
+
box_i1 = max(0, rect[0] - 1)
|
|
285
|
+
box_i2 = min(self._total_nx - 1, rect[1] - 1)
|
|
286
|
+
box_j1 = max(0, rect[2] - 1)
|
|
287
|
+
box_j2 = min(self._total_ny - 1, rect[3] - 1)
|
|
288
288
|
self._streak_rect[streak_idx] = [box_i1, box_i2, box_j1, box_j2]
|
|
289
289
|
self._streak_idx[
|
|
290
|
-
box_i1 : box_i2 + 1, box_j1 : box_j2 + 1, offset : offset +
|
|
291
|
-
] =
|
|
292
|
-
offset +=
|
|
290
|
+
box_i1 : box_i2 + 1, box_j1 : box_j2 + 1, offset : offset + nz_
|
|
291
|
+
] = prt
|
|
292
|
+
offset += nz_
|
|
293
293
|
|
|
294
294
|
# Layer Index
|
|
295
295
|
self._layer_idx = np.empty(
|
|
@@ -298,10 +298,10 @@ class Model:
|
|
|
298
298
|
self._layer_dz = np.zeros(self._total_nz)
|
|
299
299
|
# self._layer_nz = layer_nz
|
|
300
300
|
offset = 0
|
|
301
|
-
for idx,
|
|
302
|
-
self._layer_idx[:, :, offset : offset +
|
|
303
|
-
self._layer_dz[offset : offset +
|
|
304
|
-
offset +=
|
|
301
|
+
for idx, layer_nz_ in enumerate(layer_nz):
|
|
302
|
+
self._layer_idx[:, :, offset : offset + layer_nz_] = idx
|
|
303
|
+
self._layer_dz[offset : offset + layer_nz_] = layer_dz[idx]
|
|
304
|
+
offset += layer_nz_
|
|
305
305
|
|
|
306
306
|
self._matrix_props = {
|
|
307
307
|
"PORO": 0.0,
|
|
@@ -407,10 +407,10 @@ Initializing model
|
|
|
407
407
|
(self._total_nx, self._total_ny, self._total_nz), dtype=np.int16
|
|
408
408
|
)
|
|
409
409
|
# Use length instead of number of cells
|
|
410
|
-
for
|
|
411
|
-
fracture_length = max(0.0, min(1.0, self._fracture_length_y[
|
|
410
|
+
for i, idx in enumerate(self._fracture_i):
|
|
411
|
+
fracture_length = max(0.0, min(1.0, self._fracture_length_y[i])) * self._ly
|
|
412
412
|
start_fracture = (
|
|
413
|
-
min(self._fracture_offset_y[
|
|
413
|
+
min(self._fracture_offset_y[i], 1.0 - self._fracture_length_y[i])
|
|
414
414
|
* self._ly
|
|
415
415
|
)
|
|
416
416
|
start_fracture_idx = np.abs(self._y - start_fracture).argmin()
|
|
@@ -418,9 +418,9 @@ Initializing model
|
|
|
418
418
|
self._y - (start_fracture + fracture_length)
|
|
419
419
|
).argmin()
|
|
420
420
|
|
|
421
|
-
fracture_height = max(0.0, min(1.0, self._fracture_height_y[
|
|
421
|
+
fracture_height = max(0.0, min(1.0, self._fracture_height_y[i])) * self._lz
|
|
422
422
|
start_fracture_vert = (
|
|
423
|
-
min(self._fracture_zoffset_y[
|
|
423
|
+
min(self._fracture_zoffset_y[i], 1.0 - self._fracture_height_y[i])
|
|
424
424
|
* self._lz
|
|
425
425
|
)
|
|
426
426
|
start_fracture_k = np.abs(self._z - start_fracture_vert).argmin()
|
|
@@ -432,12 +432,12 @@ Initializing model
|
|
|
432
432
|
idx : idx + self._fracture_cell_count,
|
|
433
433
|
start_fracture_idx:end_fracture_idx,
|
|
434
434
|
start_fracture_k : end_fracture_k + 1,
|
|
435
|
-
] =
|
|
435
|
+
] = i + 1
|
|
436
436
|
|
|
437
|
-
for
|
|
438
|
-
fracture_length = max(0.0, min(1.0, self._fracture_length_x[
|
|
437
|
+
for i, idx in enumerate(self._fracture_j):
|
|
438
|
+
fracture_length = max(0.0, min(1.0, self._fracture_length_x[i])) * self._lx
|
|
439
439
|
start_fracture = (
|
|
440
|
-
min(self._fracture_offset_x[
|
|
440
|
+
min(self._fracture_offset_x[i], 1.0 - self._fracture_length_x[i])
|
|
441
441
|
* self._lx
|
|
442
442
|
)
|
|
443
443
|
start_fracture_idx = np.abs(self._x - start_fracture).argmin()
|
|
@@ -445,9 +445,9 @@ Initializing model
|
|
|
445
445
|
self._x - (start_fracture + fracture_length)
|
|
446
446
|
).argmin()
|
|
447
447
|
|
|
448
|
-
fracture_height = max(0.0, min(1.0, self._fracture_height_x[
|
|
448
|
+
fracture_height = max(0.0, min(1.0, self._fracture_height_x[i])) * self._lz
|
|
449
449
|
start_fracture_vert = (
|
|
450
|
-
min(self._fracture_zoffset_x[
|
|
450
|
+
min(self._fracture_zoffset_x[i], 1.0 - self._fracture_height_x[i])
|
|
451
451
|
* self._lz
|
|
452
452
|
)
|
|
453
453
|
start_fracture_k = np.abs(self._z - start_fracture_vert).argmin()
|
|
@@ -458,7 +458,7 @@ Initializing model
|
|
|
458
458
|
start_fracture_idx:end_fracture_idx,
|
|
459
459
|
idx : idx + self._fracture_cell_count,
|
|
460
460
|
start_fracture_k : end_fracture_k + 1,
|
|
461
|
-
] = -(
|
|
461
|
+
] = -(i + 1)
|
|
462
462
|
|
|
463
463
|
def _build_grid(self):
|
|
464
464
|
"""Create the mesh xv, yv and zv"""
|
|
@@ -796,13 +796,13 @@ Initializing model
|
|
|
796
796
|
print("/", file=buffer_)
|
|
797
797
|
|
|
798
798
|
print("COORD", file=buffer_)
|
|
799
|
-
for
|
|
800
|
-
for
|
|
799
|
+
for i in range(self._xv.shape[0]):
|
|
800
|
+
for j in range(self._xv.shape[1]):
|
|
801
801
|
print(
|
|
802
802
|
"{{x:{0}}} {{y:{0}}} {{z:{0}}} " # noqa: UP032
|
|
803
803
|
"{{x:{0}}} {{y:{0}}} {{z:{0}}}".format(
|
|
804
804
|
self._eclipse_output_float
|
|
805
|
-
).format(x=self._xv[
|
|
805
|
+
).format(x=self._xv[i, j], y=self._yv[i, j], z=0.0),
|
|
806
806
|
file=buffer_,
|
|
807
807
|
)
|
|
808
808
|
print("/", file=buffer_)
|
|
@@ -828,7 +828,7 @@ Initializing model
|
|
|
828
828
|
|
|
829
829
|
def _print_property(self, stream, keyword, array_value):
|
|
830
830
|
props = array_value.reshape(array_value.size, order="f")
|
|
831
|
-
if array_value.dtype.str[1] in
|
|
831
|
+
if array_value.dtype.str[1] in {"i", "u"}:
|
|
832
832
|
value_format = ""
|
|
833
833
|
else:
|
|
834
834
|
value_format = self._eclipse_output_float_compact
|
|
@@ -1017,17 +1017,17 @@ Initializing model
|
|
|
1017
1017
|
)
|
|
1018
1018
|
)
|
|
1019
1019
|
streak_box = []
|
|
1020
|
-
for
|
|
1020
|
+
for k, nz_size, rect in zip(
|
|
1021
1021
|
self._streak_k, self._streak_nz, self._streak_rect, strict=False
|
|
1022
1022
|
):
|
|
1023
|
-
|
|
1023
|
+
k -= 1
|
|
1024
1024
|
box = self.bounded_box(
|
|
1025
1025
|
rect[0] - near_streak_vug_distance_to_streak,
|
|
1026
1026
|
rect[1] + near_streak_vug_distance_to_streak,
|
|
1027
1027
|
rect[2] - near_streak_vug_distance_to_streak,
|
|
1028
1028
|
rect[3] + near_streak_vug_distance_to_streak,
|
|
1029
|
-
|
|
1030
|
-
|
|
1029
|
+
k - near_streak_vug_distance_to_streak,
|
|
1030
|
+
k + nz_size - 1 + near_streak_vug_distance_to_streak,
|
|
1031
1031
|
)
|
|
1032
1032
|
streak_box.append(box)
|
|
1033
1033
|
streak_domain_flag[
|
|
@@ -55,8 +55,7 @@ def main() -> None:
|
|
|
55
55
|
check_applicability(eclfiles)
|
|
56
56
|
|
|
57
57
|
qc_frame = make_qc_gridframe(eclfiles)
|
|
58
|
-
|
|
59
|
-
if args.output != "":
|
|
58
|
+
if args.output:
|
|
60
59
|
logger.info("Exporting CSV to %s", args.output)
|
|
61
60
|
reorder_dframe_for_nonnans(qc_frame).to_csv(args.output, index=False)
|
|
62
61
|
|
|
@@ -65,7 +64,7 @@ def main() -> None:
|
|
|
65
64
|
return
|
|
66
65
|
qc_vols = qc_volumes(qc_frame)
|
|
67
66
|
print(human_report_qc_vols(qc_vols))
|
|
68
|
-
qcsum = qc_vols["SWATINIT_WVOL"] + sum(
|
|
67
|
+
qcsum = qc_vols["SWATINIT_WVOL"] + sum(qc_vols[qc_flag] for qc_flag in QC_FLAGS)
|
|
69
68
|
diff = qc_vols["SWAT_WVOL"] - qcsum
|
|
70
69
|
if not np.isclose(diff, 0, atol=1e-6):
|
|
71
70
|
print(f"Unexplained difference: {diff} Rm3")
|
{subscript-1.14.4 → subscript-1.14.6}/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(
|
|
@@ -125,7 +124,7 @@ def _convert_ecl2roff(
|
|
|
125
124
|
if option: # standardfmu separator
|
|
126
125
|
filesep = "--"
|
|
127
126
|
|
|
128
|
-
if mode in
|
|
127
|
+
if mode in {"grid", "init", "restart"}:
|
|
129
128
|
logger.info("Running GRID conversion...")
|
|
130
129
|
|
|
131
130
|
logger.info("Convert from EGRID to ROFF...")
|
|
@@ -139,7 +138,7 @@ def _convert_ecl2roff(
|
|
|
139
138
|
else:
|
|
140
139
|
raise SystemExit(f"STOP! Invalid mode: <{mode}>")
|
|
141
140
|
|
|
142
|
-
if mode in
|
|
141
|
+
if mode in {"restart", "init"}:
|
|
143
142
|
xtg.say(f"Mode is {mode}")
|
|
144
143
|
logger.info("Running %s conversion...", mode.upper())
|
|
145
144
|
fname, fext = os.path.splitext(filename)
|
|
@@ -163,7 +162,7 @@ def _convert_ecl2roff(
|
|
|
163
162
|
else:
|
|
164
163
|
dates_list = None
|
|
165
164
|
|
|
166
|
-
if fext in
|
|
165
|
+
if fext in {".UNRST", ".INIT", ""}:
|
|
167
166
|
usext = f".{fformat.upper()}"
|
|
168
167
|
myprops = xtgeo.gridproperties_from_file(
|
|
169
168
|
fname + usext,
|
|
@@ -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
|
|