.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/ert-configuration.md
documentation/docs/index.md
documentation/docs/pem-configuration.md
documentation/docs/.vitepress/config.mts
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
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/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_and_pressure.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/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_dry_rock.py
tests/test_ert_hooks.py
tests/test_ert_hooks_condensate.py
tests/test_friable.py
tests/test_patchy_cement.py
tests/test_pem.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/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--ntg_pem.roff
tests/data/sim2seis/input/pem/simgrid.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_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