equinor / fmu-dataio

FMU data standard and data export with rich metadata in the FMU context
https://fmu-dataio.readthedocs.io/en/latest/
Apache License 2.0
10 stars 14 forks source link

Map grid property to standard names (e.g. porosity) #266

Open anders-kiaer opened 1 year ago

jcrivenaes commented 1 year ago

Could you elaborate on use case and eventual what standard names should be?

anders-kiaer commented 1 year ago

The use case was brought up by @HansKallekleiv, and is typically to co-visualize some property (porosity, depth, ...) from RMS and Eclipse. The challenge today is that the properties have different names in the different tools (e.g. PORO, porosity - sometimes also indicating if it is effective or total, sometimes you need to refer to the manual to know...)

perolavsvendsen commented 1 year ago

Is this data.content? Assume for now that grid properties are exported 1 property per file. Perhaps just define the most common properties? porosity, permeability, etc.?

jcrivenaes commented 1 year ago

Avoid depth as default?

perolavsvendsen commented 1 year ago

Agree that "depth" should be avoided as default. Already polluting the stored data in Sumo. The combination of white-listing content and having a default quickly leads to using depth for everything that is not in the list. Example from current implementation on Snorre is that RFT-data is tagged with content: depth.

277

jcrivenaes commented 1 year ago

Yes we should probably let content be a mandatory field instead