.gitignore
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/workflows/build_test_deploy.yml
ERT/run_pem.ert
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/ECLIPSE.EGRID
tests/data/ECLIPSE.INIT
tests/data/ECLIPSE.UNRST
tests/data/carbonate_pressure_model_vp_exp.pkl
tests/data/carbonate_pressure_model_vs_exp.pkl
tests/data/export_grid.roff
tests/data/export_prop.roff
tests/data/global_variables.yml
tests/data/global_variables_pred.yml
tests/data/run_pem_condensate.ert
tests/data/run_pem_no_condensate.ert
tests/data/simgrid--ntg_pem.roff
tests/data/simgrid.roff
tests/data/t_mat_params_exp.pkl
tests/data/t_mat_params_petec.pkl
tests/data/test_pem_config_condensate.yml
tests/data/test_pem_config_no_condensate.yml
tests/data/vp_exp_model.pkl
tests/data/vs_exp_model.pkl
tests/yaml_files/new_pem_config.yml
user-interface-config/.prettierrc
user-interface-config/eslint.config.js
user-interface-config/index.html
user-interface-config/package-lock.json
user-interface-config/package.json
user-interface-config/postcss.config.js
user-interface-config/tailwind.config.js
user-interface-config/tsconfig.app.json
user-interface-config/tsconfig.json
user-interface-config/tsconfig.node.json
user-interface-config/vite.config.ts
user-interface-config/src/App.tsx
user-interface-config/src/fmu-pem-schema.json
user-interface-config/src/index.css
user-interface-config/src/main.tsx
user-interface-config/src/schema.tsx
user-interface-config/src/vite-env.d.ts