|
1 | 1 | { |
2 | | - "BULK_OIL": {"label": "Bulk volume (oil zone)", "unit": "m³"}, |
3 | | - "BULK_GAS": {"label": "Bulk volume (gas zone)", "unit": "m³"}, |
4 | | - "BULK_TOTAL": {"label": "Bulk volume (total)", "unit": "m³"}, |
5 | | - "NET_OIL": {"label": "Net volume (oil zone)", "unit": "m³"}, |
6 | | - "NET_GAS": {"label": "Net volume (gas zone)", "unit": "m³"}, |
7 | | - "NET_TOTAL": {"label": "Net volume (total)", "unit": "m³"}, |
8 | | - "PORV_OIL": {"label": "Pore volume (oil zone)", "unit": "m³"}, |
9 | | - "PORV_GAS": {"label": "Pore volume (gas zone)", "unit": "m³"}, |
10 | | - "PORV_TOTAL": {"label": "Pore volume (total)", "unit": "m³"}, |
11 | | - "PORE_OIL": {"label": "Pore volume (oil zone)", "unit": "m³"}, |
12 | | - "PORE_GAS": {"label": "Pore volume (gas zone)", "unit": "m³"}, |
13 | | - "PORE_TOTAL": {"label": "Pore volume (total)", "unit": "m³"}, |
14 | | - "HCPV_OIL": {"label": "Hydro carbon pore volume (oil zone)", "unit": "m³"}, |
15 | | - "HCPV_GAS": {"label": "Hydro carbon pore volume (gas zone)", "unit": "m³"}, |
16 | | - "HCPV_TOTAL": {"label": "Hydro carbon pore volume (total zone)", "unit": "m³"}, |
17 | | - "STOIIP_OIL": {"label": "Stock tank oil initially in place (oil zone)", "unit": "Sm³", "eclsum": ["FOIPL", "ROIPL"]}, |
18 | | - "STOIIP_GAS": {"label": "Stock tank oil initially in place (gas zone)", "unit": "Sm³", "eclsum": ["FOIPG", "ROIPG"]}, |
19 | | - "STOIIP_TOTAL": {"label": "Stock tank oil initially in place (total)", "unit": "Sm³", "eclsum": ["FOIP", "ROIP"]}, |
20 | | - "GIIP_OIL": {"label": "Gas initially in place (oil zone)", "unit": "Sm³", "eclsum": ["FGIPL", "RGIPL"]}, |
21 | | - "GIIP_GAS": {"label": "Gas initially in place (gas zone)", "unit": "Sm³", "eclsum": ["FGIPG", "RGIPG"]}, |
22 | | - "GIIP_TOTAL": {"label": "Gas initially in place (total)", "unit": "Sm³", "eclsum": ["FGIP", "RGIP"]}, |
23 | | - "RECOVERABLE_OIL": {"label": "Recoverable volume (oil zone)", "unit": "Sm³"}, |
24 | | - "RECOVERABLE_GAS": {"label": "Recoverable volume (gas zone)", "unit": "Sm³"}, |
25 | | - "RECOVERABLE_TOTAL": {"label": "Recoverable volume (total)", "unit": "Sm³"} |
| 2 | + "BULK_OIL": { |
| 3 | + "description": "Bulk volume (oil zone)" |
| 4 | + }, |
| 5 | + "BULK_GAS": { |
| 6 | + "description": "Bulk volume (gas zone)" |
| 7 | + }, |
| 8 | + "BULK_TOTAL": { |
| 9 | + "description": "Bulk volume (total)" |
| 10 | + }, |
| 11 | + "NET_OIL": { |
| 12 | + "description": "Net volume (oil zone)" |
| 13 | + }, |
| 14 | + "NET_GAS": { |
| 15 | + "description": "Net volume (gas zone)" |
| 16 | + }, |
| 17 | + "NET_TOTAL": { |
| 18 | + "description": "Net volume (total)" |
| 19 | + }, |
| 20 | + "PORV_OIL": { |
| 21 | + "description": "Pore volume (oil zone)" |
| 22 | + }, |
| 23 | + "PORV_GAS": { |
| 24 | + "description": "Pore volume (gas zone)" |
| 25 | + }, |
| 26 | + "PORV_TOTAL": { |
| 27 | + "description": "Pore volume (total)" |
| 28 | + }, |
| 29 | + "PORE_OIL": { |
| 30 | + "description": "Pore volume (oil zone)" |
| 31 | + }, |
| 32 | + "PORE_GAS": { |
| 33 | + "description": "Pore volume (gas zone)" |
| 34 | + }, |
| 35 | + "PORE_TOTAL": { |
| 36 | + "description": "Pore volume (total)" |
| 37 | + }, |
| 38 | + "HCPV_OIL": { |
| 39 | + "description": "Hydro carbon pore volume (oil zone)" |
| 40 | + }, |
| 41 | + "HCPV_GAS": { |
| 42 | + "description": "Hydro carbon pore volume (gas zone)" |
| 43 | + }, |
| 44 | + "HCPV_TOTAL": { |
| 45 | + "description": "Hydro carbon pore volume (total zone)" |
| 46 | + }, |
| 47 | + "STOIIP_OIL": { |
| 48 | + "description": "Stock tank oil initially in place (oil zone)" |
| 49 | + }, |
| 50 | + "STOIIP_GAS": { |
| 51 | + "description": "Stock tank oil initially in place (gas zone)" |
| 52 | + }, |
| 53 | + "STOIIP_TOTAL": { |
| 54 | + "description": "Stock tank oil initially in place (total)" |
| 55 | + }, |
| 56 | + "GIIP_OIL": { |
| 57 | + "description": "Gas initially in place (oil zone)" |
| 58 | + }, |
| 59 | + "GIIP_GAS": { |
| 60 | + "description": "Gas initially in place (gas zone)" |
| 61 | + }, |
| 62 | + "GIIP_TOTAL": { |
| 63 | + "description": "Gas initially in place (total)" |
| 64 | + }, |
| 65 | + "RECOVERABLE_OIL": { |
| 66 | + "description": "Recoverable volume (oil zone)" |
| 67 | + }, |
| 68 | + "RECOVERABLE_GAS": { |
| 69 | + "description": "Recoverable volume (gas zone)" |
| 70 | + }, |
| 71 | + "RECOVERABLE_TOTAL": { |
| 72 | + "description": "Recoverable volume (total)" |
| 73 | + } |
26 | 74 | } |
27 | | - |
|
0 commit comments