equinor / webviz

Mozilla Public License 2.0
6 stars 6 forks source link

Remaining tasks `InplaceVolumetrics` #688

Open rubenthoms opened 4 weeks ago

rubenthoms commented 4 weeks ago

Jørgen

Ruben

Both

Inplace Volumetrics Table

Inplace Volumetrics Plot

Front-end

Back-end

HansKallekleiv commented 4 weeks ago

https://github.com/equinor/webviz-subsurface/blob/master/webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json Prioritized sorting:

  1. Stoiip/Giip
  2. Other volumetric responses
  3. Calculated attributes

E.g.


{
  "STOIIP": {"label": "Stock tank oil initially in place", "unit": "Sm³", "eclsum": ["FOIPL", "ROIPL"]},
  "GIIP": {"label": "Gas initially in place", "unit": "Sm³", "eclsum": ["FGIPL", "RGIPL"]},
  "STOIIP_TOTAL": {"label": "Stock tank oil initially in place (total)", "unit": "Sm³", "eclsum": ["FOIP", "ROIP"]},
  "GIIP_TOTAL": {"label": "Gas initially in place (total)", "unit": "Sm³", "eclsum": ["FGIP", "RGIP"]},
  "ASSOCIATEDGAS": {"label": "Associated gas", "unit": "Sm³"},
  "ASSOCIATEDOIL": {"label": "Associated oil", "unit": "Sm³"},
  "BULK": {"label": "Bulk volume", "unit": "m³"},
  "NET": {"label": "Net volume", "unit": "m³"},
  "PORV": {"label": "Pore volume", "unit": "m³"},
  "HCPV": {"label": "Hydro carbon pore volume", "unit": "m³"},
  "PORO": {"label": "Porosity"},
  "SW": {"label": "Water saturation"},
  "NTG": {"label": "Net to gross"},
  "BO": {"label": "Oil formation volume factor"},
  "BG": {"label": "Gas formation volume factor"}
}
``