subscript 1.12.0__tar.gz → 1.13.1__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.12.0 → subscript-1.13.1}/.github/workflows/codecov.yml +2 -2
- {subscript-1.12.0 → subscript-1.13.1}/.github/workflows/publish.yml +2 -2
- {subscript-1.12.0 → subscript-1.13.1}/.github/workflows/subscript.yml +7 -2
- {subscript-1.12.0 → subscript-1.13.1}/PKG-INFO +8 -9
- {subscript-1.12.0 → subscript-1.13.1}/README.md +1 -1
- {subscript-1.12.0 → subscript-1.13.1}/pyproject.toml +5 -7
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/casegen_upcars/casegen_upcars.py +0 -23
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/check_swatinit/check_swatinit.py +3 -13
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv2ofmvol/csv2ofmvol.py +0 -2
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv_merge/csv_merge.py +16 -9
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv_stack/csv_stack.py +11 -12
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/eclcompress/eclcompress.py +0 -26
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ecldiff2roff/ecldiff2roff.py +0 -11
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/field_statistics/field_statistics.py +14 -4
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/grav_subs_maps/grav_subs_maps.py +0 -17
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/grav_subs_points/grav_subs_points.py +2 -31
- subscript-1.13.1/src/subscript/hook_implementations/forward_model_steps.py +863 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/interp_relperm/interp_relperm.py +6 -15
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/merge_unrst_files/merge_unrst_files.py +0 -9
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/params2csv/params2csv.py +0 -19
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/prtvol2csv/prtvol2csv.py +0 -26
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ri_wellmod/ri_wellmod.py +0 -48
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/version.py +2 -2
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/welltest_dpds/welltest_dpds.py +0 -34
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/PKG-INFO +8 -9
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/SOURCES.txt +2 -24
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/entry_points.txt +1 -1
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/requires.txt +2 -4
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_casegen_upcars.py +26 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_check_swatinit_simulators.py +0 -10
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_convert_grid_format.py +24 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_csv2ofmvol.py +1 -10
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_csv_merge.py +1 -9
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_csv_stack.py +4 -13
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_docs.py +0 -1
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_eclcompress.py +40 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_ecldiff2roff.py +21 -0
- subscript-1.13.1/tests/test_eclinit2roff.py +50 -0
- subscript-1.13.1/tests/test_hook_implementations.py +76 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_interp_relperm.py +37 -18
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_merge_rft_ertobs.py +1 -8
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_merge_unrst_files.py +19 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_ofmvol2csv.py +1 -9
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_params2csv.py +6 -15
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_ri_wellmod.py +1 -9
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_welltest_dpds.py +25 -0
- subscript-1.12.0/src/subscript/config_jobs/CASEGEN_UPCARS +0 -10
- subscript-1.12.0/src/subscript/config_jobs/CHECK_SWATINIT +0 -8
- subscript-1.12.0/src/subscript/config_jobs/CSV2OFMVOL +0 -9
- subscript-1.12.0/src/subscript/config_jobs/CSV_STACK +0 -12
- subscript-1.12.0/src/subscript/config_jobs/ECLCOMPRESS +0 -9
- subscript-1.12.0/src/subscript/config_jobs/ECLDIFF2ROFF +0 -8
- subscript-1.12.0/src/subscript/config_jobs/ECLGRID2ROFF +0 -6
- subscript-1.12.0/src/subscript/config_jobs/ECLINIT2ROFF +0 -10
- subscript-1.12.0/src/subscript/config_jobs/ECLRST2ROFF +0 -11
- subscript-1.12.0/src/subscript/config_jobs/GRAV_SUBS_MAPS +0 -9
- subscript-1.12.0/src/subscript/config_jobs/GRAV_SUBS_POINTS +0 -13
- subscript-1.12.0/src/subscript/config_jobs/INTERP_RELPERM +0 -9
- subscript-1.12.0/src/subscript/config_jobs/MERGE_RFT_ERTOBS +0 -11
- subscript-1.12.0/src/subscript/config_jobs/MERGE_UNRST_FILES +0 -11
- subscript-1.12.0/src/subscript/config_jobs/OFMVOL2CSV +0 -9
- subscript-1.12.0/src/subscript/config_jobs/PARAMS2CSV +0 -6
- subscript-1.12.0/src/subscript/config_jobs/PRTVOL2CSV +0 -18
- subscript-1.12.0/src/subscript/config_jobs/RI_WELLMOD +0 -39
- subscript-1.12.0/src/subscript/config_jobs/SUNSCH +0 -6
- subscript-1.12.0/src/subscript/config_jobs/WELLTEST_DPDS +0 -12
- subscript-1.12.0/src/subscript/eclgrid2roff/eclgrid2roff.py +0 -19
- subscript-1.12.0/src/subscript/eclinit2roff/eclinit2roff.py +0 -23
- subscript-1.12.0/src/subscript/eclrst2roff/eclrst2roff.py +0 -27
- subscript-1.12.0/src/subscript/hook_implementations/jobs.py +0 -79
- subscript-1.12.0/tests/test_hook_implementations.py +0 -108
- {subscript-1.12.0 → subscript-1.13.1}/.gitignore +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/.pylintrc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/LICENSE +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/SECURITY.md +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/ci/testkomodo.sh +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/Makefile +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_static/equinor-logo.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_static/equinor-logo2.jpg +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_static/equinor-logo2.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_static/equinor_logo.jpg +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_static/equinor_logo_only.jpg +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/_templates/layout.html +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/conf.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/contributing.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/history.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/index.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/make.bat +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/overview.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/bjobsusers.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/casegen_upcars.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/check_swatinit.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/convert_grid_format.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/csv2ofmvol.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/csv_merge.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/csv_stack.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/eclcompress.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/ecldiff2roff.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/field_statistics.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/fmu_copy_revision.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/fmuobs.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/grav_subs_maps.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/grav_subs_points.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/Pack_sim_overview.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/Summaryplot-ensemble.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/Summaryplot-ert.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/Summaryplot-normalizeexample.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/Workflow_sector2fluxnum.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/casegen_upcars_geometry.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/check_swatinit_scatter.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/check_swatinit_volplot.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/ecl-swat-initialization.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/make_check_swatinit_images.sh +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/images/resinsight_wells_project_example.png +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/interp_relperm.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/merge_rft_ertobs.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/merge_unrst_files.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/ofmvol2csv.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/pack_sim.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/params2csv.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/presentvalue.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/prtvol2csv.csv +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/prtvol2csv.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/restartthinner.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/ri_wellmod.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/rmsecl_volumetrics.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/sector2fluxnum.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/summaryplot.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/sunsch.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/sw_model_utilities.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/vfp2csv.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/scripts/welltest_dpds.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/docs/usage.rst +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/setup.cfg +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/bjobsusers/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/bjobsusers/bjobsusers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/casegen_upcars/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/casegen_upcars/model.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/casegen_upcars/udf.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/casegen_upcars/udf_arg_parser.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/check_swatinit/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/check_swatinit/constants.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/check_swatinit/pillarmodel.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/check_swatinit/plotter.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/convert_grid_format/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/convert_grid_format/convert_grid_format.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv2ofmvol/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv_merge/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/csv_stack/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/eclcompress/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/eclcompress/allowlist.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ecldiff2roff/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/field_statistics/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmu_copy_revision/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmu_copy_revision/fmu_copy_revision.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmuobs/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmuobs/fmuobs.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmuobs/parsers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmuobs/util.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/fmuobs/writers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/grav_subs_maps/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/grav_subs_points/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/hook_implementations/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/interp_relperm/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/duf +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/eclmanual +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/ertwatch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/list_rms_usage +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/nosim +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/legacy/runeclipse +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/merge_rft_ertobs/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/merge_rft_ertobs/merge_rft_ertobs.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/merge_unrst_files/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ofmvol2csv/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ofmvol2csv/ofmvol2csv.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/pack_sim/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/pack_sim/pack_sim.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/params2csv/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/presentvalue/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/presentvalue/presentvalue.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/prtvol2csv/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/restartthinner/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/restartthinner/restartthinner.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/ri_wellmod/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/rmsecl_volumetrics/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/rmsecl_volumetrics/rmsecl_volumetrics.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/completions.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/datafile_obj.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/flux_obj.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/flux_util.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/fluxfile_obj.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sector2fluxnum/sector2fluxnum.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/summaryplot/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/summaryplot/summaryplot.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sunsch/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sunsch/sunsch.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sunsch/time_vector.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sw_model_utilities/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/sw_model_utilities/sw_model_utilities.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/vfp2csv/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/vfp2csv/vfp2csv.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript/welltest_dpds/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/dependency_links.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/src/subscript.egg-info/top_level.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/__init__.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/conftest.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/edit/drogon.trans +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.faults +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.grid +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.multnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.multregt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.perm +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/grid/drogon.poro +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/props/drogon.pvt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/props/drogon.sattab +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/props/drogon.swatinit +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/regions/drogon.eqlnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/regions/drogon.fipnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/regions/drogon.fipzon +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/regions/drogon.pvtnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/regions/drogon.satnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/runspec/drogon.dimens +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/runspec/drogon.eqldims +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/runspec/drogon.gridopts +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/runspec/drogon.regdims +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/runspec/drogon.tabdims +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/55_33-1.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/55_33-1.wells +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/drogon_hist.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/vfp/A-1.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/vfp/A-2.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/vfp/A-3.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/schedule/vfp/A-4.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/solution/drogon.equil +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/solution/drogon.rxvd +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/solution/drogon.thpres +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/include/summary/drogon.summary +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/drogon/eclipse/model/DROGON-0.DATA +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.faults +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.grid +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.multflt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.multz +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.perm +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/grid/reek.poro +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/let-sgof.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/let-swof.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/reek.endpoints +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/reek.pvt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/reek.swatinit +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/sgof.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/swof.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/props/swof.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/regions/reek.eqlnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/regions/reek.fipnum +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/schedule/reek_history.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/solution/reek.equil +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/include/summary/reek.smry +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.DATA +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.ECLEND +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.EGRID +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.INIT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.LOG +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.PRT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.RFT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.SMSPEC +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNRST +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/2_R001_REEK-0.UNSMRY +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/eclipse/model/parameters.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/parameters.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/rms/README +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/rms/reek.rms10.1.3/.master +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/reek/rms/reek.rms11.1.0/.master +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/vfp/GasProd.VFP +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/vfp/pd2.VFP +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.SMSPEC +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/data/welltest/eclipse/model/DROGON_DST_PLT-0.UNSMRY +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_bjobsusers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_check_swatinit.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_field_statistics.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_fmu_copy_revision.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_fmuobs.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_fmuobs_parsers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_fmuobs_writers.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_grav_subs_maps.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_grav_subs_points.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_pack_sim.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_presentvalue.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_prtvol2csv.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_restartthinner.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_rmsecl_volumetrics.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_sector2fluxnum.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_subscriptlogger.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_summaryplot.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_sunsch.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_sw_model_utilities.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/test_vfp2csv.py +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_casegen_upcars/demo_large_scale.yaml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_casegen_upcars/demo_small_scale.yaml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_casegen_upcars/dump_value.tmpl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_casegen_upcars/upcars_eclipse_ref_lg.tmpl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_casegen_upcars/upcars_eclipse_ref_ss.tmpl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_eclcompress/permxyz.grdecl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/config_example.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/ERTBOX.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/Geogrid.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/files.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_A_P2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_B_P1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/mean_C_P2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_A_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_B_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/nactive_C_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_A_F3_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_B_F3_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/prob_C_F3_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_A_P2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_B_P1_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_0.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ensemble/share/grid_statistics/referencedata/stdev_C_P2_3.roff +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/ert/model/0readme +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/fmuconfig/output/global_variables.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_field_statistics/rms/output/aps/ERTBOX.EGRID +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/drogon_wbhp_rft_wct_gor_tracer_4d.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/ert-doc.csv +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/ert-doc.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/ert-doc.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/fmu-ensemble-obs.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/hist_obs_wells.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_fmuobs/ri-obs.csv +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/HIST.EGRID +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/HIST.INIT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/HIST.UNRST +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/global_variables.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/grav_subs_maps.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/grav_subs_points.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/seabed.gri +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_gravity/station_coordinates.csv +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/cfg.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/sgof_base.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/sgof_opt.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/sgof_pes.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/swof_base.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/swof_opt.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_interp_relperm/swof_pes.inc +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/gendata_rft.csv +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A2.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A3.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A4_1.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A5.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.obs +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/R_A6.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_rft_ertobs/drogon/rft/well_date_rft.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_unrst_files/HIST.UNRST +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_merge_unrst_files/PRED.UNRST +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ofmvol2csv/fileA.vol +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ofmvol2csv/fileB.vol +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ofmvol2csv/fileC.vol +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ofmvol2csv/ofm_example.vol +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_prtvol2csv/0readme.txt +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_prtvol2csv/DROGON_FIPNUM.PRT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_prtvol2csv/DROGON_FIPZON.PRT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_prtvol2csv/DROGON_INACTIVE_FIPNUM.PRT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_include/grid/drogon.grid.grdecl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_include/grid/drogon.ntg.grdecl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_include/grid/drogon.perm.grdecl +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_trajectories/rft_wells.dat +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_trajectories/wells.dat +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/drogon_wells_noicd.rsp +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/reek_trajectories/reek_wells.dat +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_ri_wellmod/ri_reek_wells.rsp +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.DATA +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.EGRID +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/DUMPFLUX_TEST.FLUX +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/OUT_COARSE.FLUX +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/TEST.DATA +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/TEST.EGRID +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/TEST.INIT +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sector2fluxnum/TEST.UNRST +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/config.yml +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/emptyinit.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/foo1.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/footemplate.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/initwithdates.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/merge2.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/mergeme.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/testdata_sunsch/options3.sch +0 -0
- {subscript-1.12.0 → subscript-1.13.1}/tests/utils.py +0 -0
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
os: [ubuntu-latest]
|
|
14
14
|
env:
|
|
15
15
|
OS: ${{ matrix.os }}
|
|
16
|
-
PYTHON: '3.
|
|
16
|
+
PYTHON: '3.12'
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
27
27
|
- name: Setup Python
|
|
28
28
|
uses: actions/setup-python@v5
|
|
29
29
|
with:
|
|
30
|
-
python-version: 3.
|
|
30
|
+
python-version: 3.12
|
|
31
31
|
|
|
32
32
|
- name: Install OPM-flow and ResInsight (for testing)
|
|
33
33
|
run: |
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
runs-on: ubuntu-latest
|
|
23
23
|
strategy:
|
|
24
24
|
matrix:
|
|
25
|
-
python-version: ["3.
|
|
25
|
+
python-version: ["3.11", "3.12"]
|
|
26
26
|
|
|
27
27
|
steps:
|
|
28
28
|
|
|
@@ -63,6 +63,11 @@ jobs:
|
|
|
63
63
|
ResInsight --console --help | grep "ResInsight v. 2020.10" \
|
|
64
64
|
&& pip install rips==2020.10.0.2 || true
|
|
65
65
|
|
|
66
|
+
- name: Log OPM-Flow and ResInsight version
|
|
67
|
+
run: |
|
|
68
|
+
flow --version
|
|
69
|
+
ResInsight --console --version
|
|
70
|
+
|
|
66
71
|
- name: List all installed packages
|
|
67
72
|
run: pip freeze
|
|
68
73
|
|
|
@@ -91,7 +96,7 @@ jobs:
|
|
|
91
96
|
run: sphinx-build -b html docs build/docs/html
|
|
92
97
|
|
|
93
98
|
- name: Update GitHub pages
|
|
94
|
-
if: github.repository_owner == 'equinor' && github.ref == 'refs/heads/main' && matrix.python-version == '3.
|
|
99
|
+
if: github.repository_owner == 'equinor' && github.ref == 'refs/heads/main' && matrix.python-version == '3.12'
|
|
95
100
|
run: |
|
|
96
101
|
cp -R ./build/docs/html ../html
|
|
97
102
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: subscript
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.13.1
|
|
4
4
|
Summary: Equinor's collection of subsurface reservoir modelling scripts
|
|
5
5
|
Author-email: Equinor <rnyb@equinor.com>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -689,13 +689,11 @@ Classifier: Topic :: Scientific/Engineering :: Physics
|
|
|
689
689
|
Classifier: Topic :: Software Development :: Libraries
|
|
690
690
|
Classifier: Topic :: Utilities
|
|
691
691
|
Classifier: Operating System :: POSIX :: Linux
|
|
692
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
693
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
694
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
695
692
|
Classifier: Programming Language :: Python :: 3.11
|
|
693
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
696
694
|
Classifier: Natural Language :: English
|
|
697
695
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
698
|
-
Requires-Python: >=3.
|
|
696
|
+
Requires-Python: >=3.11
|
|
699
697
|
Description-Content-Type: text/markdown
|
|
700
698
|
License-File: LICENSE
|
|
701
699
|
Requires-Dist: resdata
|
|
@@ -704,7 +702,7 @@ Requires-Dist: ert>=10.2.0b13
|
|
|
704
702
|
Requires-Dist: fmu-tools
|
|
705
703
|
Requires-Dist: grid3d_maps
|
|
706
704
|
Requires-Dist: matplotlib
|
|
707
|
-
Requires-Dist: numpy
|
|
705
|
+
Requires-Dist: numpy
|
|
708
706
|
Requires-Dist: opm>=2023.04
|
|
709
707
|
Requires-Dist: pandas
|
|
710
708
|
Requires-Dist: pyscal
|
|
@@ -722,7 +720,7 @@ Requires-Dist: pytest; extra == "tests"
|
|
|
722
720
|
Requires-Dist: pytest-cov; extra == "tests"
|
|
723
721
|
Requires-Dist: pytest-mock; extra == "tests"
|
|
724
722
|
Requires-Dist: pytest-xdist; extra == "tests"
|
|
725
|
-
Requires-Dist: PyQt5-sip
|
|
723
|
+
Requires-Dist: PyQt5-sip; extra == "tests"
|
|
726
724
|
Requires-Dist: rstcheck; extra == "tests"
|
|
727
725
|
Requires-Dist: rstcheck-core; extra == "tests"
|
|
728
726
|
Requires-Dist: ruff; extra == "tests"
|
|
@@ -737,12 +735,13 @@ Requires-Dist: sphinx-autodoc-typehints<2.4; extra == "docs"
|
|
|
737
735
|
Requires-Dist: sphinx-copybutton; extra == "docs"
|
|
738
736
|
Requires-Dist: sphinx-togglebutton; extra == "docs"
|
|
739
737
|
Requires-Dist: sphinx_rtd_theme; extra == "docs"
|
|
738
|
+
Dynamic: license-file
|
|
740
739
|
|
|
741
740
|
# subscript
|
|
742
741
|
|
|
743
742
|
[](https://github.com/equinor/subscript/actions/workflows/subscript.yml)
|
|
744
743
|
[](https://codecov.io/gh/equinor/subscript)
|
|
745
|
-

|
|
746
745
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
747
746
|
[](https://github.com/astral-sh/ruff)
|
|
748
747
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/equinor/subscript/actions/workflows/subscript.yml)
|
|
4
4
|
[](https://codecov.io/gh/equinor/subscript)
|
|
5
|
-

|
|
6
6
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
|
7
7
|
[](https://github.com/astral-sh/ruff)
|
|
8
8
|
|
|
@@ -13,7 +13,7 @@ write_to = "src/subscript/version.py"
|
|
|
13
13
|
name = "subscript"
|
|
14
14
|
description = "Equinor's collection of subsurface reservoir modelling scripts"
|
|
15
15
|
readme = "README.md"
|
|
16
|
-
requires-python = ">=3.
|
|
16
|
+
requires-python = ">=3.11"
|
|
17
17
|
license = { file = "LICENSE" }
|
|
18
18
|
authors = [
|
|
19
19
|
{ name = "Equinor", email = "rnyb@equinor.com" },
|
|
@@ -27,10 +27,8 @@ classifiers = [
|
|
|
27
27
|
"Topic :: Software Development :: Libraries",
|
|
28
28
|
"Topic :: Utilities",
|
|
29
29
|
"Operating System :: POSIX :: Linux",
|
|
30
|
-
"Programming Language :: Python :: 3.8",
|
|
31
|
-
"Programming Language :: Python :: 3.9",
|
|
32
|
-
"Programming Language :: Python :: 3.10",
|
|
33
30
|
"Programming Language :: Python :: 3.11",
|
|
31
|
+
"Programming Language :: Python :: 3.12",
|
|
34
32
|
"Natural Language :: English",
|
|
35
33
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
36
34
|
]
|
|
@@ -42,7 +40,7 @@ dependencies = [
|
|
|
42
40
|
"fmu-tools",
|
|
43
41
|
"grid3d_maps",
|
|
44
42
|
"matplotlib",
|
|
45
|
-
"numpy
|
|
43
|
+
"numpy",
|
|
46
44
|
"opm>=2023.04",
|
|
47
45
|
"pandas",
|
|
48
46
|
"pyscal",
|
|
@@ -63,7 +61,7 @@ tests = [
|
|
|
63
61
|
"pytest-cov",
|
|
64
62
|
"pytest-mock",
|
|
65
63
|
"pytest-xdist",
|
|
66
|
-
"PyQt5-sip
|
|
64
|
+
"PyQt5-sip",
|
|
67
65
|
"rstcheck",
|
|
68
66
|
"rstcheck-core",
|
|
69
67
|
"ruff",
|
|
@@ -121,7 +119,7 @@ field_statistics = "subscript.field_statistics.field_statistics:main"
|
|
|
121
119
|
|
|
122
120
|
|
|
123
121
|
[project.entry-points.ert]
|
|
124
|
-
|
|
122
|
+
subscript_fmsteps = "subscript.hook_implementations.forward_model_steps"
|
|
125
123
|
CsvMerge = "subscript.csv_merge.csv_merge"
|
|
126
124
|
CsvStack = "subscript.csv_stack.csv_stack"
|
|
127
125
|
FmuObs = "subscript.fmuobs.fmuobs"
|
|
@@ -10,29 +10,6 @@ from subscript.casegen_upcars.model import Model
|
|
|
10
10
|
from subscript.casegen_upcars.udf import TERMINALCOLORS, conversion, flatten, listify
|
|
11
11
|
from subscript.casegen_upcars.udf_arg_parser import fill_parser
|
|
12
12
|
|
|
13
|
-
DESCRIPTION = """casegen_upcars is script to create conceptual model
|
|
14
|
-
based on sugar-cube representation of fracture.
|
|
15
|
-
|
|
16
|
-
It has capability to:
|
|
17
|
-
|
|
18
|
-
- simple geometric: tilting, hull and dome shape
|
|
19
|
-
- Layers heterogeneity (streaks)
|
|
20
|
-
- multple throws (vertical shifting in any part of the model)
|
|
21
|
-
- vugs distribution: random, near fracture and near streak
|
|
22
|
-
- etc. Check wiki for more details:
|
|
23
|
-
https://wiki.equinor.com/wiki/index.php/UpCaRs_Upscaling_casegen"""
|
|
24
|
-
|
|
25
|
-
CATEGORY = "modelling.reservoir"
|
|
26
|
-
|
|
27
|
-
EXAMPLES = """
|
|
28
|
-
.. code-block:: console
|
|
29
|
-
|
|
30
|
-
DEFINE <CASEGEN_CONFIG_FILE> <RUNPATH>/model.yaml
|
|
31
|
-
DEFINE <CASEGEN_ECLIPSE_TEMPLATE> <CONFIG_PATH>/../input/config/eclipse.tmpl
|
|
32
|
-
FORWARD_MODEL CASEGEN_UPCARS(<CONFIG>=<CASEGEN_CONFIG_FILE>, <ECLIPSE_TEMPLATE>=<CASEGEN_ECLIPSE_TEMPLATE>, <ECLIPSE_OUTPUT>=<ECLIPSE_NAME>-<IENS>)
|
|
33
|
-
|
|
34
|
-
""" # noqa
|
|
35
|
-
|
|
36
13
|
logger = getLogger(__name__)
|
|
37
14
|
|
|
38
15
|
|
|
@@ -35,18 +35,6 @@ QC_FLAGS = [
|
|
|
35
35
|
__WATER__,
|
|
36
36
|
]
|
|
37
37
|
|
|
38
|
-
DESCRIPTION = "QC tool for SWATINIT vs SWAT in Eclipse runs"
|
|
39
|
-
|
|
40
|
-
CATEGORY = "utility.eclipse"
|
|
41
|
-
|
|
42
|
-
EXAMPLES = """
|
|
43
|
-
.. code-block:: console
|
|
44
|
-
|
|
45
|
-
FORWARD_MODEL CHECK_SWATINIT(<DATAFILE>=<ECLBASE>, <OUTPUT>=check_swatinit.csv)
|
|
46
|
-
|
|
47
|
-
where ``ECLBASE`` is already defined in your ERT config.
|
|
48
|
-
"""
|
|
49
|
-
|
|
50
38
|
|
|
51
39
|
def main() -> None:
|
|
52
40
|
"""Executed when called from the command line.
|
|
@@ -667,7 +655,9 @@ def augment_grid_frame_qc_vectors(grid_df: pd.DataFrame) -> pd.DataFrame:
|
|
|
667
655
|
|
|
668
656
|
def get_parser() -> argparse.ArgumentParser:
|
|
669
657
|
"""Construct a command line argument parser"""
|
|
670
|
-
parser = argparse.ArgumentParser(
|
|
658
|
+
parser = argparse.ArgumentParser(
|
|
659
|
+
description="QC tool for SWATINIT vs SWAT in Eclipse runs"
|
|
660
|
+
)
|
|
671
661
|
parser.add_argument(
|
|
672
662
|
"DATAFILE",
|
|
673
663
|
help=(
|
|
@@ -14,8 +14,6 @@ logger = subscriptlogger(__name__)
|
|
|
14
14
|
|
|
15
15
|
DESCRIPTION = "Convert CSV files with production data to OFM vol-format"
|
|
16
16
|
|
|
17
|
-
CATEGORY = "modelling.production"
|
|
18
|
-
|
|
19
17
|
EPILOG = """The indented usage is to process CSV files outputted from the pyPDM
|
|
20
18
|
library (possibly from the script 'export_production_data') and then
|
|
21
19
|
convert this back to OFM (OilField Manager) "vol"-format, which gives
|
|
@@ -44,6 +44,10 @@ runs::
|
|
|
44
44
|
""" # noqa
|
|
45
45
|
|
|
46
46
|
|
|
47
|
+
class NoDataError(Exception):
|
|
48
|
+
pass
|
|
49
|
+
|
|
50
|
+
|
|
47
51
|
class CustomFormatter(
|
|
48
52
|
argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter
|
|
49
53
|
):
|
|
@@ -260,13 +264,16 @@ def main() -> None:
|
|
|
260
264
|
if args.debug:
|
|
261
265
|
logger.setLevel(logging.DEBUG)
|
|
262
266
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
267
|
+
try:
|
|
268
|
+
csv_merge_main(
|
|
269
|
+
csvfiles=args.csvfiles,
|
|
270
|
+
output=args.output,
|
|
271
|
+
filecolumn=args.filecolumn,
|
|
272
|
+
memoryconservative=args.memoryconservative,
|
|
273
|
+
dropconstantcolumns=args.dropconstantcolumns,
|
|
274
|
+
)
|
|
275
|
+
except NoDataError:
|
|
276
|
+
sys.exit(1)
|
|
270
277
|
|
|
271
278
|
|
|
272
279
|
def csv_merge_main(
|
|
@@ -303,8 +310,8 @@ def csv_merge_main(
|
|
|
303
310
|
merged_df.drop(columnstodelete, inplace=True, axis=1)
|
|
304
311
|
|
|
305
312
|
if merged_df.empty:
|
|
306
|
-
logger.error("No data to output
|
|
307
|
-
|
|
313
|
+
logger.error("No data to output")
|
|
314
|
+
raise NoDataError
|
|
308
315
|
|
|
309
316
|
logger.info("Final column list: %s", str(merged_df.columns))
|
|
310
317
|
|
|
@@ -29,14 +29,6 @@ A-1, A-2, or A-3 as values.
|
|
|
29
29
|
If importing the output CSV into Spotfire, you may then view and filter WOPT and
|
|
30
30
|
friends by wellname, instead of selecting individual columns."""
|
|
31
31
|
|
|
32
|
-
# The following string is used for the ERT forward model:
|
|
33
|
-
EXAMPLE = """
|
|
34
|
-
Put this in your ERT config::
|
|
35
|
-
|
|
36
|
-
FORWARD_MODEL CSV_STACK(<CSVFILE>=stackme.csv, <OUTPUT>=stacked.csv, <OPTION>="--keepminimal")
|
|
37
|
-
|
|
38
|
-
""" # noqa
|
|
39
|
-
|
|
40
32
|
CATEGORY = "utility.transformation"
|
|
41
33
|
|
|
42
34
|
# The following string is used for the ERT workflow documentation, note
|
|
@@ -81,6 +73,10 @@ STACK_LIBRARY = {
|
|
|
81
73
|
}
|
|
82
74
|
|
|
83
75
|
|
|
76
|
+
class ArgumentError(Exception):
|
|
77
|
+
pass
|
|
78
|
+
|
|
79
|
+
|
|
84
80
|
class CustomFormatter(
|
|
85
81
|
argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter
|
|
86
82
|
):
|
|
@@ -178,7 +174,10 @@ def main() -> None:
|
|
|
178
174
|
"""Function for command line invocation"""
|
|
179
175
|
parser = get_parser()
|
|
180
176
|
args = parser.parse_args()
|
|
181
|
-
|
|
177
|
+
try:
|
|
178
|
+
csv_stack_main(args, support_magics=True)
|
|
179
|
+
except ArgumentError:
|
|
180
|
+
sys.exit(1)
|
|
182
181
|
|
|
183
182
|
|
|
184
183
|
def csv_stack_main(args: argparse.Namespace, support_magics: bool = False) -> None:
|
|
@@ -196,7 +195,7 @@ def csv_stack_main(args: argparse.Namespace, support_magics: bool = False) -> No
|
|
|
196
195
|
args.output == __MAGIC_STDOUT__ or args.csvfile == __MAGIC_STDIN__
|
|
197
196
|
):
|
|
198
197
|
logger.error("Can't use stdin/stdout")
|
|
199
|
-
|
|
198
|
+
raise ArgumentError("Can't use stdin/stdout")
|
|
200
199
|
|
|
201
200
|
if args.verbose:
|
|
202
201
|
if args.output == __MAGIC_STDOUT__:
|
|
@@ -211,8 +210,8 @@ def csv_stack_main(args: argparse.Namespace, support_magics: bool = False) -> No
|
|
|
211
210
|
dframe = pd.read_csv(args.csvfile)
|
|
212
211
|
|
|
213
212
|
if args.split not in STACK_LIBRARY:
|
|
214
|
-
logger.error("Don't know how to split on
|
|
215
|
-
|
|
213
|
+
logger.error(f"Don't know how to split on {args.split}")
|
|
214
|
+
raise ArgumentError(f"Don't know how to split on {args.split}")
|
|
216
215
|
|
|
217
216
|
stackargs = STACK_LIBRARY[args.split]
|
|
218
217
|
|
|
@@ -27,31 +27,6 @@ If called with ``<FILES>``, the argument provided must be a filepath to
|
|
|
27
27
|
a text file containing a file list to compress.
|
|
28
28
|
"""
|
|
29
29
|
|
|
30
|
-
EXAMPLES = """
|
|
31
|
-
.. code-block:: console
|
|
32
|
-
|
|
33
|
-
FORWARD_MODEL ECLCOMPRESS
|
|
34
|
-
|
|
35
|
-
You can provide your own list of files to compress with the ``<FILES>``
|
|
36
|
-
argument.
|
|
37
|
-
|
|
38
|
-
.. code-block:: console
|
|
39
|
-
|
|
40
|
-
FORWARD_MODEL ECLCOMPRESS(<FILES>=paths_to_compress.txt)
|
|
41
|
-
|
|
42
|
-
where ``paths_to_compress.txt`` contains a list of files or filepaths to
|
|
43
|
-
compress.
|
|
44
|
-
|
|
45
|
-
.. code-block:: text
|
|
46
|
-
:caption: paths_to_compress.txt
|
|
47
|
-
|
|
48
|
-
eclipse/include/grid/*
|
|
49
|
-
eclipse/include/regions/*
|
|
50
|
-
eclipse/include/props/*
|
|
51
|
-
|
|
52
|
-
Note that this list of file paths is the default list used when no file is
|
|
53
|
-
provided.
|
|
54
|
-
"""
|
|
55
30
|
|
|
56
31
|
DEFAULT_FILES_TO_COMPRESS = [
|
|
57
32
|
"eclipse/include/grid/*",
|
|
@@ -62,7 +37,6 @@ DEFAULT_FILES_TO_COMPRESS = [
|
|
|
62
37
|
EPILOG = """
|
|
63
38
|
Default list of files to compress is """ + " ".join(DEFAULT_FILES_TO_COMPRESS)
|
|
64
39
|
|
|
65
|
-
CATEGORY = "modelling.reservoir"
|
|
66
40
|
|
|
67
41
|
# The string used here must match what is used as the DEFAULT
|
|
68
42
|
# parameter in the ert joob config. It is not used elsewhere.
|
|
@@ -21,17 +21,6 @@ space-separated dates pr. line, dates either in YYYY-MM-DD format (ISO-8601) or
|
|
|
21
21
|
YYYYMMDD. Empty lines and lines starting with "--" or "#" are ignored.
|
|
22
22
|
"""
|
|
23
23
|
|
|
24
|
-
CATEGORY = "utility.eclipse"
|
|
25
|
-
|
|
26
|
-
EXAMPLES = """
|
|
27
|
-
.. code-block:: console
|
|
28
|
-
|
|
29
|
-
FORWARD_MODEL ECLDIFF2ROFF(<ECLROOT>=<ECLBASE>, <PROP>=SGAS, <DIFFDATES>=diff_dates.txt <OUTPUT>=share/results/grids/eclgrid)
|
|
30
|
-
|
|
31
|
-
where ``ECLBASE`` is already defined in your ERT config, pointing to the Eclipse
|
|
32
|
-
basename relative to ``RUNPATH``.
|
|
33
|
-
""" # noqa
|
|
34
|
-
|
|
35
24
|
|
|
36
25
|
class CustomFormatter(
|
|
37
26
|
argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter
|
|
@@ -319,18 +319,26 @@ GLOBAL_VARIABLES_FILE = "../../fmuconfig/output/global_variables.yml"
|
|
|
319
319
|
ERTBOX_GRID_PATH = "../../rms/output/aps/ERTBOX.EGRID"
|
|
320
320
|
|
|
321
321
|
|
|
322
|
+
class ArgumentFileNotFound(Exception):
|
|
323
|
+
pass
|
|
324
|
+
|
|
325
|
+
|
|
322
326
|
def main():
|
|
323
327
|
"""Invocated from the command line, parsing command line arguments"""
|
|
324
328
|
parser = get_parser()
|
|
325
329
|
args = parser.parse_args()
|
|
326
330
|
logger.setLevel(logging.INFO)
|
|
327
|
-
|
|
331
|
+
try:
|
|
332
|
+
field_stat(args)
|
|
333
|
+
except ArgumentFileNotFound:
|
|
334
|
+
sys.exit(1)
|
|
328
335
|
|
|
329
336
|
|
|
330
337
|
def field_stat(args):
|
|
331
338
|
# parse the config file for this script
|
|
332
339
|
if not Path(args.configfile).exists():
|
|
333
|
-
|
|
340
|
+
logger.error(f"No such file: {args.configfile}")
|
|
341
|
+
raise ArgumentFileNotFound(f"No such file: {args.configfile}")
|
|
334
342
|
|
|
335
343
|
config_file = args.configfile
|
|
336
344
|
config_dict = read_field_stat_config(config_file)
|
|
@@ -338,12 +346,14 @@ def field_stat(args):
|
|
|
338
346
|
|
|
339
347
|
# Path to FMU project models ert/model directory (ordinary CONFIG PATH in ERT)
|
|
340
348
|
if not Path(args.ertconfigpath).exists():
|
|
341
|
-
|
|
349
|
+
logger.error(f"No such file: {args.ertconfigpath}")
|
|
350
|
+
raise ArgumentFileNotFound(f"No such file: {args.ertconfigpath}")
|
|
342
351
|
ert_config_path = Path(args.ertconfigpath)
|
|
343
352
|
|
|
344
353
|
# Path to ensemble on SCRATCH disk
|
|
345
354
|
if not Path(args.ensemblepath).exists():
|
|
346
|
-
|
|
355
|
+
logger.error(f"No such file: {args.ensemblepath}")
|
|
356
|
+
raise ArgumentFileNotFound(f"No such file: {args.ensemblepath}")
|
|
347
357
|
ens_path = Path(args.ensemblepath)
|
|
348
358
|
if not check_if_iterations_exist(ens_path, field_stat):
|
|
349
359
|
# The ensemble realization does not exist for all specified iterations
|
|
@@ -54,23 +54,6 @@ EPILOGUE = """
|
|
|
54
54
|
|
|
55
55
|
"""
|
|
56
56
|
|
|
57
|
-
CATEGORY = "modelling.reservoir"
|
|
58
|
-
|
|
59
|
-
EXAMPLES = """
|
|
60
|
-
.. code-block:: console
|
|
61
|
-
|
|
62
|
-
FORWARD_MODEL GRAV_SUBS_MAPS(<UNRST_FILE>=<ECLBASE>.UNRST, <GRAVMAPS_CONFIG>=grav_subs_maps.yml)
|
|
63
|
-
FORWARD_MODEL GRAV_SUBS_MAPS(<UNRST_FILE>=<ECLBASE>.UNRST, <GRAVMAPS_CONFIG>=grav_subs_maps.yml, <OUTPUT_DIR>=share/results/maps)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
where ``ECLBASE`` is already defined in your ERT config, pointing to the flowsimulator
|
|
67
|
-
basename relative to ``RUNPATH``, grav_subs_maps.yml is a YAML file defining
|
|
68
|
-
the inputs and modelling parameters and ``OUTPUT_DIR`` is the path to the output folder.
|
|
69
|
-
If not specified OUTPUT_DIR will be defaulted to "./".
|
|
70
|
-
|
|
71
|
-
The directory to export maps to must exist.
|
|
72
|
-
""" # noqa
|
|
73
|
-
|
|
74
57
|
|
|
75
58
|
class GravMapsInput(BaseModel):
|
|
76
59
|
diffdates: List[Tuple[date, date]]
|
|
@@ -27,17 +27,14 @@ DUMMY_YOUNGS = 10
|
|
|
27
27
|
PREFIX_POINTS = "all" # calculation is cumulative over all zones
|
|
28
28
|
EXTENSION_POINTS = ".poi" # extension for points in roxar points format
|
|
29
29
|
|
|
30
|
-
DESCRIPTION = """
|
|
31
|
-
Modelling gravity change and subsidence based on flow simulation
|
|
30
|
+
DESCRIPTION = """Modelling gravity change and subsidence based on flow simulation
|
|
32
31
|
output (EGRID, INIT and UNRST files) for a list of locations (
|
|
33
32
|
bencmark stations) at seabed.
|
|
34
33
|
|
|
35
34
|
The script reads flow simulation results and a yaml configuration file
|
|
36
35
|
specifying input and calculation parameters.
|
|
37
36
|
For configuration of the yaml config file, see:
|
|
38
|
-
https://fmu-docs.equinor.com/docs/subscript/scripts/grav_subs_points.html
|
|
39
|
-
|
|
40
|
-
"""
|
|
37
|
+
https://fmu-docs.equinor.com/docs/subscript/scripts/grav_subs_points.html"""
|
|
41
38
|
|
|
42
39
|
EPILOGUE = """
|
|
43
40
|
.. code-block:: yaml
|
|
@@ -61,32 +58,6 @@ EPILOGUE = """
|
|
|
61
58
|
"""
|
|
62
59
|
|
|
63
60
|
|
|
64
|
-
CATEGORY = "modelling.reservoir"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
EXAMPLES = """
|
|
68
|
-
.. code-block:: console
|
|
69
|
-
|
|
70
|
-
FORWARD_MODEL GRAV_SUBS_POINTS(<UNRST_FILE=<ECLBASE>.UNRST, <GRAVPOINTS_CONFIG>=grav_subs_points.yml)
|
|
71
|
-
FORWARD_MODEL GRAV_SUBS_POINTS(<UNRST_FILE=<ECLBASE>.UNRST, <GRAVPOINTS_CONFIG>=<CONFIG_PATH>/../input/config/grav_subs_points.yml, <OUTPUT_DIR>=share/results/points)
|
|
72
|
-
|
|
73
|
-
FORWARD_MODEL GRAV_SUBS_POINTS(<UNRST_FILE=<ECLBASE>.UNRST, <GRAVPOINTS_CONFIG>=grav_subs_points.yml, <EXTENSION_GENDATA>="_10.txt")
|
|
74
|
-
FORWARD_MODEL GRAV_SUBS_POINTS(<UNRST_FILE=<ECLBASE>.UNRST, <GRAVPOINTS_CONFIG>=grav_subs_points.yml, <PREFIX_GENDATA>="fieldA_")
|
|
75
|
-
|
|
76
|
-
where ``ECLBASE`` is already defined in your ERT config, pointing to the flowsimulator
|
|
77
|
-
basename relative to ``RUNPATH``, grav_subs_points.yml is a YAML file defining
|
|
78
|
-
the inputs and modelling parameters and ``OUTPUT_DIR`` is the path to the output folder.
|
|
79
|
-
If not specified OUTPUT_DIR will be defaulted to "./".
|
|
80
|
-
``PREFIX_GENDATA`` and ``EXTENSION_GENDATA`` is the file prefix and extension used for
|
|
81
|
-
the output files of type GEN_DATA. The prefix can be used to separate datasets for
|
|
82
|
-
different structures/fields within the dataset and is defaulted to an empty string,
|
|
83
|
-
i.e. no prefix. The extension could include the report step number by defining e.g. "_10.txt",
|
|
84
|
-
but is defaulted without it a report step number, to only ".txt"
|
|
85
|
-
|
|
86
|
-
The directory to export point files to must exist.
|
|
87
|
-
""" # noqa
|
|
88
|
-
|
|
89
|
-
|
|
90
61
|
class GravPointsInput(BaseModel):
|
|
91
62
|
diffdates: List[Tuple[date, date]]
|
|
92
63
|
|