You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to know which types of standard FMU results exists in a given ensemble. This is then used to easily know what type of data is exported, and based on that what type of analysis I can do.
As a client (e.g. webviz) we want to present to the user which modules/visualizations are relevant/valid for a given ensemble.
(Implementation wise, the hope is that this could be achieved by an efficient elastic search query with something equivalent to EXISTS in SQL - i.e. terminate search on first instance found for a given standard result)