.gitignore
.pre-commit-config.yaml
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/workflows/build_test_deploy.yml
ERT/run_pem.ert
documentation/package-lock.json
documentation/package.json
documentation/docs/difference-properties.md
documentation/docs/effective-mineral-properties.md
documentation/docs/effective-pressure.md
documentation/docs/ert-configuration.md
documentation/docs/ert.tmLanguage.json
documentation/docs/fluid-properties.md
documentation/docs/import-sim-results.md
documentation/docs/index.md
documentation/docs/mineral-properties.md
documentation/docs/model-file-formats.md
documentation/docs/pem-configuration.md
documentation/docs/saturated-rock.md
documentation/docs/save-results.md
documentation/docs/use-cases.md
documentation/docs/yaml-validation.md
documentation/docs/.vitepress/config.mts
documentation/docs/images/The-phase-transition-diagram-of-carbon-dioxide.png
documentation/docs/images/brine_properties.png
documentation/docs/images/brine_properties_complete.png
documentation/docs/images/bulk_modulus_vs_brine_salinity.png
documentation/docs/images/bulk_modulus_vs_quartz_fraction.png
documentation/docs/images/co2_properties_complete.png
documentation/docs/images/co2_properties_meshgrid.png
documentation/docs/images/density_vs_brine_salinity.png
documentation/docs/images/fluid_density_comparison.png
documentation/docs/images/gas_properties_complete.png
documentation/docs/images/isotope_analysis.png
documentation/docs/images/oil_properties_complete.png
documentation/docs/images/shear_modulus_vs_quartz_fraction.png
documentation/docs/images/wood_brie.png
documentation/docs/public/fmu_logo_dark_mode.svg
documentation/docs/public/fmu_logo_light_mode.svg
documentation/docs/yaml-edit/YamlEdit.tsx
documentation/docs/yaml-edit/schema.tsx
scripts/brie_test.ipynb
scripts/brine_properties.ipynb
scripts/co2_properties.ipynb
scripts/eff_min_props.ipynb
scripts/gas_properties.ipynb
scripts/oil_properties.ipynb
src/fmu/__init__.py
src/fmu/pem/__init__.py
src/fmu/pem/__main__.py
src/fmu/pem/run_pem.py
src/fmu/pem/version.py
src/fmu/pem/forward_models/__init__.py
src/fmu/pem/forward_models/pem_model.py
src/fmu/pem/hook_implementations/__init__.py
src/fmu/pem/hook_implementations/jobs.py
src/fmu/pem/pem_functions/__init__.py
src/fmu/pem/pem_functions/density.py
src/fmu/pem/pem_functions/effective_pressure.py
src/fmu/pem/pem_functions/estimate_saturated_rock.py
src/fmu/pem/pem_functions/fluid_properties.py
src/fmu/pem/pem_functions/mineral_properties.py
src/fmu/pem/pem_functions/pressure_sensitivity.py
src/fmu/pem/pem_functions/regression_models.py
src/fmu/pem/pem_functions/run_friable_model.py
src/fmu/pem/pem_functions/run_patchy_cement_model.py
src/fmu/pem/pem_functions/run_t_matrix_model.py
src/fmu/pem/pem_utilities/__init__.py
src/fmu/pem/pem_utilities/cumsum_properties.py
src/fmu/pem/pem_utilities/delta_cumsum_time.py
src/fmu/pem/pem_utilities/enum_defs.py
src/fmu/pem/pem_utilities/export_routines.py
src/fmu/pem/pem_utilities/fipnum_pvtnum_utilities.py
src/fmu/pem/pem_utilities/import_config.py
src/fmu/pem/pem_utilities/import_routines.py
src/fmu/pem/pem_utilities/pem_class_definitions.py
src/fmu/pem/pem_utilities/pem_config_validation.py
src/fmu/pem/pem_utilities/rpm_models.py
src/fmu/pem/pem_utilities/update_grid.py
src/fmu/pem/pem_utilities/utils.py
src/fmu_pem.egg-info/PKG-INFO
src/fmu_pem.egg-info/SOURCES.txt
src/fmu_pem.egg-info/dependency_links.txt
src/fmu_pem.egg-info/entry_points.txt
src/fmu_pem.egg-info/requires.txt
src/fmu_pem.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config_file_validation.py
tests/test_density.py
tests/test_ert_hooks.py
tests/test_ert_hooks_condensate.py
tests/test_fipnum_and_pvtnum.py
tests/test_fipnum_pvtnum_utilities.py
tests/test_fluids.py
tests/test_friable.py
tests/test_patchy_cement.py
tests/test_pem.py
tests/test_pressure_sensitivity.py
tests/test_regression.py
tests/test_t_matrix.py
tests/test_utils.py
tests/data/ert/model/run_pem_condensate.ert
tests/data/ert/model/run_pem_no_condensate.ert
tests/data/fmuconfig/output/global_variables.yml
tests/data/fmuconfig/output/global_variables_pred.yml
tests/data/share/results/grids/eclipsegrid_pem.roff
tests/data/sim2seis/input/pem/ECLIPSE.EGRID
tests/data/sim2seis/input/pem/ECLIPSE.INIT
tests/data/sim2seis/input/pem/ECLIPSE.UNRST
tests/data/sim2seis/input/pem/export_grid.roff
tests/data/sim2seis/input/pem/export_prop.roff
tests/data/sim2seis/input/pem/simgrid--carbfraction.roff
tests/data/sim2seis/input/pem/simgrid--coalfraction.roff
tests/data/sim2seis/input/pem/simgrid--vsh.roff
tests/data/sim2seis/model/carbonate_pressure_model_vp_exp.pkl
tests/data/sim2seis/model/carbonate_pressure_model_vs_exp.pkl
tests/data/sim2seis/model/pem_config_condensate.yml
tests/data/sim2seis/model/pem_config_condensate_multi.yml
tests/data/sim2seis/model/pem_config_no_condensate.yml
tests/data/sim2seis/model/t_mat_params_exp.pkl
tests/data/sim2seis/model/t_mat_params_petec.pkl
tests/data/sim2seis/model/vp_exp_model.pkl
tests/data/sim2seis/model/vs_exp_model.pkl