resdata icon indicating copy to clipboard operation
resdata copied to clipboard

Possibility to initialize ecl_smspec_node directly

Open asnyv opened this issue 4 years ago • 0 comments

afaik not possible to read SMSPEC and get metadata without also reading UNSMRY (by using EclSum). See e.g: ecl_smspec_node init function

If you want to extract the union of metadata from many simulations, having to copy and process UNSMRY adds a lot of unnecessary overhead.

Would be nice to be able to make an object that only contains what is covered by ecl_smspec_node by reading a SMSPEC file directly.

asnyv avatar Jan 12 '21 14:01 asnyv