equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
103 stars 107 forks source link

Checking if responses exist for realization is very slow #8125

Open yngve-sk opened 5 months ago

yngve-sk commented 5 months ago

Because it checks via file system, loading and checking the files (xr datasets mostly) again and again. the bigger the files, the slower the loading time. In one really big case it takes 25 minutes to open the ert gui; Jun-11-2024 15-36-14

This blocks the combined datasets PR from being merged. https://github.com/equinor/ert/pull/8247

oyvindeide commented 3 weeks ago

Blocked by: #8369