-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
72 additions
and
29 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology_metric.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"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³"} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters