From f1a178399923d61c95713f1beed6c0487b11eb61 Mon Sep 17 00:00:00 2001 From: Asgeir Nyvoll Date: Wed, 15 Jul 2020 12:10:28 +0200 Subject: [PATCH 1/3] volume_terminology.json --- metadata/volume_terminology.json | 27 +++++++++++++++++++++++++++ webviz_examples/full_demo.yaml | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 metadata/volume_terminology.json diff --git a/metadata/volume_terminology.json b/metadata/volume_terminology.json new file mode 100644 index 000000000..c455b9cc8 --- /dev/null +++ b/metadata/volume_terminology.json @@ -0,0 +1,27 @@ +{ + "BULK_OIL": {"description": "Bulk volume (oil zone)", "unit": "m³"}, + "BULK_GAS": {"description": "Bulk volume (gas zone)", "unit": "m³"}, + "BULK_TOTAL": {"description": "Bulk volume (total)", "unit": "m³"}, + "NET_OIL": {"description": "Net volume (oil zone)", "unit": "m³"}, + "NET_GAS": {"description": "Net volume (gas zone)", "unit": "m³"}, + "NET_TOTAL": {"description": "Net volume (total)", "unit": "m³"}, + "PORV_OIL": {"description": "Pore volume (oil zone)", "unit": "m³"}, + "PORV_GAS": {"description": "Pore volume (gas zone)", "unit": "m³"}, + "PORV_TOTAL": {"description": "Pore volume (total)", "unit": "m³"}, + "PORE_OIL": {"description": "Pore volume (oil zone)", "unit": "m³"}, + "PORE_GAS": {"description": "Pore volume (gas zone)", "unit": "m³"}, + "PORE_TOTAL": {"description": "Pore volume (total)", "unit": "m³"}, + "HCPV_OIL": {"description": "Hydro carbon pore volume (oil zone)", "unit": "m³"}, + "HCPV_GAS": {"description": "Hydro carbon pore volume (gas zone)", "unit": "m³"}, + "HCPV_TOTAL": {"description": "Hydro carbon pore volume (total zone)", "unit": "m³"}, + "STOIIP_OIL": {"description": "Stock tank oil initially in place (oil zone)", "unit": "Sm³"}, + "STOIIP_GAS": {"description": "Stock tank oil initially in place (gas zone)", "unit": "Sm³"}, + "STOIIP_TOTAL": {"description": "Stock tank oil initially in place (total)", "unit": "Sm³"}, + "GIIP_OIL": {"description": "Gas initially in place (oil zone)", "unit": "Sm³"}, + "GIIP_GAS": {"description": "Gas initially in place (gas zone)", "unit": "Sm³"}, + "GIIP_TOTAL": {"description": "Gas initially in place (total)", "unit": "Sm³"}, + "RECOVERABLE_OIL": {"description": "Recoverable volume (oil zone)", "unit": "Sm³"}, + "RECOVERABLE_GAS": {"description": "Recoverable volume (gas zone)", "unit": "Sm³"}, + "RECOVERABLE_TOTAL": {"description": "Recoverable volume (total)", "unit": "Sm³"} +} + diff --git a/webviz_examples/full_demo.yaml b/webviz_examples/full_demo.yaml index eeae2ceca..ae4199c95 100644 --- a/webviz_examples/full_demo.yaml +++ b/webviz_examples/full_demo.yaml @@ -40,6 +40,7 @@ pages: volfiles: geogrid: geogrid--oil.csv simgrid: simgrid--oil.csv + metadata: ../metadata/volume_terminology.json - title: Sensitivity study (time series) content: @@ -59,6 +60,7 @@ pages: volfiles: geogrid: geogrid--oil.csv simgrid: simgrid--oil.csv + metadata: ../metadata/volume_terminology.json - title: Simulation time series content: From 831ef47109765fe2d3df75725ae4e8c615f23829 Mon Sep 17 00:00:00 2001 From: Asgeir Nyvoll Date: Tue, 11 Aug 2020 12:33:41 +0200 Subject: [PATCH 2/3] renamed adding metric suffix --- .../{volume_terminology.json => volume_terminology_metric.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename metadata/{volume_terminology.json => volume_terminology_metric.json} (100%) diff --git a/metadata/volume_terminology.json b/metadata/volume_terminology_metric.json similarity index 100% rename from metadata/volume_terminology.json rename to metadata/volume_terminology_metric.json From e70c99e203db14736ed915d9eea72403469ebfc4 Mon Sep 17 00:00:00 2001 From: Asgeir Nyvoll Date: Tue, 11 Aug 2020 12:37:42 +0200 Subject: [PATCH 3/3] Different metadata options in demo --- webviz_examples/full_demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webviz_examples/full_demo.yaml b/webviz_examples/full_demo.yaml index ae4199c95..3bbcaf714 100644 --- a/webviz_examples/full_demo.yaml +++ b/webviz_examples/full_demo.yaml @@ -40,7 +40,7 @@ pages: volfiles: geogrid: geogrid--oil.csv simgrid: simgrid--oil.csv - metadata: ../metadata/volume_terminology.json + metadata: metric # Can also be defined as a path as seen in InplaceVolumes below - title: Sensitivity study (time series) content: @@ -60,7 +60,7 @@ pages: volfiles: geogrid: geogrid--oil.csv simgrid: simgrid--oil.csv - metadata: ../metadata/volume_terminology.json + metadata: ../metadata/volume_terminology_metric.json - title: Simulation time series content: