equinor / webviz-subsurface

Webviz-config plugins for subsurface data.
https://github.com/orgs/equinor/projects/24
GNU General Public License v3.0
58 stars 59 forks source link

GroupTree plugin: historical values missing #775

Open lindjoha opened 3 years ago

lindjoha commented 3 years ago

Implement the possibility to historical values in the GroupTree plugins (summary vectors ending with H, f.ex WOPRH:WELL). One challenge here is that all the summary vectors can not be expected to be exported. F.ex there is rarely historical rates or pressures exported on group nodes.

lindjoha commented 3 years ago

Apparently there doesn't exist a GPRH summary vector. It has been proposed to use a csv-file with historical values.

anders-kiaer commented 3 years ago

Using some tabular data input format (.arrow, .parquet or .csv) for historical values would align well with @asnyv and myself latest discussion, where we think (if I recall correctly) we would suggest not getting historical values from *H: vectors (in general for all plugins), and instead align on some standard historical input source (where we could align with e.g. RMS input to the SCHEDULE section generation?). If going down this route, supporting historical pressures for group nodes would probably be as adding new columns in the tabular input.

Another benefit of not using *H: is that it enables us to save less SMRY output (i.e. *H: vectors become less of interest when there is an "official" history source).