Showing
6 changed files
with
188 additions
and
16 deletions
... | @@ -611,6 +611,19 @@ dpr-tables:HSEInformation | ... | @@ -611,6 +611,19 @@ dpr-tables:HSEInformation |
611 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 611 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
612 | spin:body | 612 | spin:body |
613 | [ rdf:type sp:Select ; | 613 | [ rdf:type sp:Select ; |
614 | + sp:orderBy ([ rdf:type sp:Asc ; | ||
615 | + sp:expression | ||
616 | + [ sp:varName "facilityName"^^xsd:string | ||
617 | + ] | ||
618 | + ] [ rdf:type sp:Asc ; | ||
619 | + sp:expression | ||
620 | + [ sp:varName "operationType"^^xsd:string | ||
621 | + ] | ||
622 | + ] [ rdf:type sp:Asc ; | ||
623 | + sp:expression | ||
624 | + [ sp:varName "startedAt"^^xsd:string | ||
625 | + ] | ||
626 | + ]) ; | ||
614 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 627 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
615 | ] [ sp:varName "operationType"^^xsd:string | 628 | ] [ sp:varName "operationType"^^xsd:string |
616 | ] [ sp:varName "startedAt"^^xsd:string | 629 | ] [ sp:varName "startedAt"^^xsd:string |
... | @@ -1216,6 +1229,19 @@ dpr-tables:OperationInformation | ... | @@ -1216,6 +1229,19 @@ dpr-tables:OperationInformation |
1216 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 1229 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
1217 | spin:body | 1230 | spin:body |
1218 | [ rdf:type sp:Select ; | 1231 | [ rdf:type sp:Select ; |
1232 | + sp:orderBy ([ rdf:type sp:Asc ; | ||
1233 | + sp:expression | ||
1234 | + [ sp:varName "facilityName"^^xsd:string | ||
1235 | + ] | ||
1236 | + ] [ rdf:type sp:Asc ; | ||
1237 | + sp:expression | ||
1238 | + [ sp:varName "definingType"^^xsd:string | ||
1239 | + ] | ||
1240 | + ] [ rdf:type sp:Asc ; | ||
1241 | + sp:expression | ||
1242 | + [ sp:varName "number"^^xsd:string | ||
1243 | + ] | ||
1244 | + ]) ; | ||
1219 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 1245 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
1220 | ] [ sp:varName "definingType"^^xsd:string | 1246 | ] [ sp:varName "definingType"^^xsd:string |
1221 | ] [ sp:varName "number"^^xsd:string | 1247 | ] [ sp:varName "number"^^xsd:string |
... | @@ -1572,7 +1598,14 @@ dpr-tables:PersonnelInformation | ... | @@ -1572,7 +1598,14 @@ dpr-tables:PersonnelInformation |
1572 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 1598 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
1573 | spin:body | 1599 | spin:body |
1574 | [ rdf:type sp:Select ; | 1600 | [ rdf:type sp:Select ; |
1575 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 1601 | + sp:orderBy ([ rdf:type sp:Asc ; |
1602 | + sp:expression | ||
1603 | + [ sp:varName "facilityName"^^xsd:string | ||
1604 | + ] | ||
1605 | + ] [ rdf:type sp:Asc ; | ||
1606 | + sp:expression | ||
1607 | + [ sp:varName "crewTypename"^^xsd:string | ||
1608 | + ] | ||
1576 | ]) ; | 1609 | ]) ; |
1577 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 1610 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
1578 | ] [ sp:varName "crewNumber"^^xsd:string | 1611 | ] [ sp:varName "crewNumber"^^xsd:string |
... | @@ -3079,8 +3112,18 @@ dpr-tables:ProductionOperationActivity | ... | @@ -3079,8 +3112,18 @@ dpr-tables:ProductionOperationActivity |
3079 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 3112 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
3080 | spin:body | 3113 | spin:body |
3081 | [ rdf:type sp:Select ; | 3114 | [ rdf:type sp:Select ; |
3082 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 3115 | + sp:orderBy ([ rdf:type sp:Asc ; |
3083 | - ] [ sp:varName "activityStart"^^xsd:string | 3116 | + sp:expression |
3117 | + [ sp:varName "facilityName"^^xsd:string | ||
3118 | + ] | ||
3119 | + ] [ rdf:type sp:Asc ; | ||
3120 | + sp:expression | ||
3121 | + [ sp:varName "activityStart"^^xsd:string | ||
3122 | + ] | ||
3123 | + ] [ rdf:type sp:Asc ; | ||
3124 | + sp:expression | ||
3125 | + [ sp:varName "activityType"^^xsd:string | ||
3126 | + ] | ||
3084 | ]) ; | 3127 | ]) ; |
3085 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 3128 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
3086 | ] [ sp:varName "activityType"^^xsd:string | 3129 | ] [ sp:varName "activityType"^^xsd:string |
... | @@ -3231,8 +3274,18 @@ dpr-tables:ProductionOperationCargoShip | ... | @@ -3231,8 +3274,18 @@ dpr-tables:ProductionOperationCargoShip |
3231 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 3274 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
3232 | spin:body | 3275 | spin:body |
3233 | [ rdf:type sp:Select ; | 3276 | [ rdf:type sp:Select ; |
3234 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 3277 | + sp:orderBy ([ rdf:type sp:Asc ; |
3235 | - ] [ sp:varName "activityStart"^^xsd:string | 3278 | + sp:expression |
3279 | + [ sp:varName "facilityName"^^xsd:string | ||
3280 | + ] | ||
3281 | + ] [ rdf:type sp:Asc ; | ||
3282 | + sp:expression | ||
3283 | + [ sp:varName "activityStart"^^xsd:string | ||
3284 | + ] | ||
3285 | + ] [ rdf:type sp:Asc ; | ||
3286 | + sp:expression | ||
3287 | + [ sp:varName "activityType"^^xsd:string | ||
3288 | + ] | ||
3236 | ]) ; | 3289 | ]) ; |
3237 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 3290 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
3238 | ] [ sp:varName "activityType"^^xsd:string | 3291 | ] [ sp:varName "activityType"^^xsd:string |
... | @@ -3485,7 +3538,7 @@ dpr-tables:ProductionOperationMarine | ... | @@ -3485,7 +3538,7 @@ dpr-tables:ProductionOperationMarine |
3485 | spin:body | 3538 | spin:body |
3486 | [ rdf:type sp:Select ; | 3539 | [ rdf:type sp:Select ; |
3487 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 3540 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string |
3488 | - ] [ sp:varName "activityStart"^^xsd:string | 3541 | + ] [ sp:varName "marineoperationPartTypeName"^^xsd:string |
3489 | ]) ; | 3542 | ]) ; |
3490 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 3543 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
3491 | ] [ sp:varName "marineoperationPartTypeName"^^xsd:string | 3544 | ] [ sp:varName "marineoperationPartTypeName"^^xsd:string |
... | @@ -3631,7 +3684,9 @@ dpr-tables:ProductionOperationMarineShip | ... | @@ -3631,7 +3684,9 @@ dpr-tables:ProductionOperationMarineShip |
3631 | spin:body | 3684 | spin:body |
3632 | [ rdf:type sp:Select ; | 3685 | [ rdf:type sp:Select ; |
3633 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 3686 | sp:orderBy ([ sp:varName "facilityName"^^xsd:string |
3634 | - ] [ sp:varName "activityStart"^^xsd:string | 3687 | + ] [ sp:varName "marineoperationPartTypeName"^^xsd:string |
3688 | + ] [ sp:varName "shipName"^^xsd:string | ||
3689 | + ] [ sp:varName "commentText"^^xsd:string | ||
3635 | ]) ; | 3690 | ]) ; |
3636 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 3691 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
3637 | ] [ sp:varName "marineoperationPartTypeName"^^xsd:string | 3692 | ] [ sp:varName "marineoperationPartTypeName"^^xsd:string |
... | @@ -3807,8 +3862,18 @@ dpr-tables:ProductionOperationShutdown | ... | @@ -3807,8 +3862,18 @@ dpr-tables:ProductionOperationShutdown |
3807 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 3862 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
3808 | spin:body | 3863 | spin:body |
3809 | [ rdf:type sp:Select ; | 3864 | [ rdf:type sp:Select ; |
3810 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | 3865 | + sp:orderBy ([ rdf:type sp:Asc ; |
3811 | - ] [ sp:varName "activityStart"^^xsd:string | 3866 | + sp:expression |
3867 | + [ sp:varName "facilityName"^^xsd:string | ||
3868 | + ] | ||
3869 | + ] [ rdf:type sp:Asc ; | ||
3870 | + sp:expression | ||
3871 | + [ sp:varName "activityStart"^^xsd:string | ||
3872 | + ] | ||
3873 | + ] [ rdf:type sp:Asc ; | ||
3874 | + sp:expression | ||
3875 | + [ sp:varName "activityFinish"^^xsd:string | ||
3876 | + ] | ||
3812 | ]) ; | 3877 | ]) ; |
3813 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 3878 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
3814 | ] [ sp:varName "shutdownDuration"^^xsd:string | 3879 | ] [ sp:varName "shutdownDuration"^^xsd:string |
... | @@ -4084,9 +4149,11 @@ dpr-tables:ProductionVolumes | ... | @@ -4084,9 +4149,11 @@ dpr-tables:ProductionVolumes |
4084 | rdfs:subClassOf rhspin:DPRTableTemplates ; | 4149 | rdfs:subClassOf rhspin:DPRTableTemplates ; |
4085 | spin:body | 4150 | spin:body |
4086 | [ rdf:type sp:Select ; | 4151 | [ rdf:type sp:Select ; |
4087 | - sp:orderBy ([ sp:varName "flowInOutFacilityName"^^xsd:string | 4152 | + sp:orderBy ([ sp:varName "containingWholeFacilityName"^^xsd:string |
4153 | + ] [ sp:varName "flowInOutFacilityName"^^xsd:string | ||
4088 | ] [ sp:varName "flowPurposeName"^^xsd:string | 4154 | ] [ sp:varName "flowPurposeName"^^xsd:string |
4089 | ] [ sp:varName "flowDefinitionName"^^xsd:string | 4155 | ] [ sp:varName "flowDefinitionName"^^xsd:string |
4156 | + ] [ sp:varName "densityValue"^^xsd:string | ||
4090 | ]) ; | 4157 | ]) ; |
4091 | sp:resultVariables ([ sp:varName "containingWholeFacilityName"^^xsd:string | 4158 | sp:resultVariables ([ sp:varName "containingWholeFacilityName"^^xsd:string |
4092 | ] [ sp:varName "flowInOutFacilityName"^^xsd:string | 4159 | ] [ sp:varName "flowInOutFacilityName"^^xsd:string |
... | @@ -7024,6 +7091,7 @@ dpr-tables:WellTest | ... | @@ -7024,6 +7091,7 @@ dpr-tables:WellTest |
7024 | [ rdf:type sp:Select ; | 7091 | [ rdf:type sp:Select ; |
7025 | sp:orderBy ([ sp:varName "wellboreName"^^xsd:string | 7092 | sp:orderBy ([ sp:varName "wellboreName"^^xsd:string |
7026 | ] [ sp:varName "activityStart"^^xsd:string | 7093 | ] [ sp:varName "activityStart"^^xsd:string |
7094 | + ] [ sp:varName "wellTestTypeName"^^xsd:string | ||
7027 | ]) ; | 7095 | ]) ; |
7028 | sp:resultVariables ([ sp:varName "wellboreName"^^xsd:string | 7096 | sp:resultVariables ([ sp:varName "wellboreName"^^xsd:string |
7029 | ] [ sp:varName "wellTestTypeName"^^xsd:string | 7097 | ] [ sp:varName "wellTestTypeName"^^xsd:string | ... | ... |
... | @@ -3668,7 +3668,7 @@ mpr-tables:WellInjectionTest | ... | @@ -3668,7 +3668,7 @@ mpr-tables:WellInjectionTest |
3668 | ] [ sp:object | 3668 | ] [ sp:object |
3669 | [ sp:varName "wellPart"^^xsd:string | 3669 | [ sp:varName "wellPart"^^xsd:string |
3670 | ] ; | 3670 | ] ; |
3671 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 3671 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
3672 | sp:subject | 3672 | sp:subject |
3673 | [ sp:varName "wellTest"^^xsd:string | 3673 | [ sp:varName "wellTest"^^xsd:string |
3674 | ] | 3674 | ] |
... | @@ -3679,7 +3679,7 @@ mpr-tables:WellInjectionTest | ... | @@ -3679,7 +3679,7 @@ mpr-tables:WellInjectionTest |
3679 | sp:subject | 3679 | sp:subject |
3680 | [ sp:varName "wellPart"^^xsd:string | 3680 | [ sp:varName "wellPart"^^xsd:string |
3681 | ] | 3681 | ] |
3682 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 3682 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
3683 | sp:predicate rdf:type ; | 3683 | sp:predicate rdf:type ; |
3684 | sp:subject | 3684 | sp:subject |
3685 | [ sp:varName "well"^^xsd:string | 3685 | [ sp:varName "well"^^xsd:string |
... | @@ -3966,7 +3966,7 @@ mpr-tables:WellInjectionTestResults | ... | @@ -3966,7 +3966,7 @@ mpr-tables:WellInjectionTestResults |
3966 | ] [ sp:object | 3966 | ] [ sp:object |
3967 | [ sp:varName "wellPart"^^xsd:string | 3967 | [ sp:varName "wellPart"^^xsd:string |
3968 | ] ; | 3968 | ] ; |
3969 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 3969 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
3970 | sp:subject | 3970 | sp:subject |
3971 | [ sp:varName "wellTest"^^xsd:string | 3971 | [ sp:varName "wellTest"^^xsd:string |
3972 | ] | 3972 | ] |
... | @@ -5353,7 +5353,7 @@ mpr-tables:WellTest | ... | @@ -5353,7 +5353,7 @@ mpr-tables:WellTest |
5353 | ] [ sp:object | 5353 | ] [ sp:object |
5354 | [ sp:varName "wellborePart"^^xsd:string | 5354 | [ sp:varName "wellborePart"^^xsd:string |
5355 | ] ; | 5355 | ] ; |
5356 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 5356 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
5357 | sp:subject | 5357 | sp:subject |
5358 | [ sp:varName "wellTest"^^xsd:string | 5358 | [ sp:varName "wellTest"^^xsd:string |
5359 | ] | 5359 | ] | ... | ... |
... | @@ -178,8 +178,6 @@ OPTIONAL { | ... | @@ -178,8 +178,6 @@ OPTIONAL { |
178 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> | 178 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> |
179 | 179 | ||
180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" /> | 180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" /> |
181 | - | ||
182 | - | ||
183 | 181 | ||
184 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | 182 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> |
185 | 183 | ... | ... |
This diff could not be displayed because it is too large.
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + <head> | ||
4 | + <META http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
5 | + <link href="http://spinrdf.org/rhlib/ddr.css" rel="stylesheet" type="text/css"> | ||
6 | + <title>Monthly Production Report (government)</title> | ||
7 | + </head> | ||
8 | + <body> | ||
9 | + <h1>Monthly Government Report : TRYM Field, Month Ending 2012-02-29</h1> | ||
10 | + <h2>Report title : TRYM</h2> | ||
11 | + <h2>Report version : 1.0</h2> | ||
12 | + <h2>Report Status : final version of a report</h2> | ||
13 | + <h2>Submitted by : TRYM</h2> | ||
14 | + <div> | ||
15 | + <hr> | ||
16 | + <h2>Well Production</h2> | ||
17 | + <table class="ddrTable"> | ||
18 | + <tr class="ddrTR"> | ||
19 | + <th class="ddrTH" style="text-align: center">Wellbore</th><th class="ddrTH" style="text-align: center">Status</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Day</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Flow subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
20 | + </tr> | ||
21 | + <tr class="ddrTR"> | ||
22 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">gas</td><td class="ddrTD">684.52 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
23 | + </tr> | ||
24 | + <tr class="ddrTR"> | ||
25 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">755.89 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
26 | + </tr> | ||
27 | + <tr class="ddrTR"> | ||
28 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">water</td><td class="ddrTD">1957.3 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
29 | + </tr> | ||
30 | + <tr class="ddrTR"> | ||
31 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">gas</td><td class="ddrTD">114.61 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
32 | + </tr> | ||
33 | + <tr class="ddrTR"> | ||
34 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">1744.5 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
35 | + </tr> | ||
36 | + <tr class="ddrTR"> | ||
37 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">water</td><td class="ddrTD">800.44 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
38 | + </tr> | ||
39 | + </table> | ||
40 | + <br> | ||
41 | + </div> | ||
42 | + <div> | ||
43 | + <hr> | ||
44 | + <h2>Well Production 1</h2> | ||
45 | + <table class="ddrTable"> | ||
46 | + <tr class="ddrTR"> | ||
47 | + <th class="ddrTH" style="text-align: center">Wellbore</th><th class="ddrTH" style="text-align: center">Status</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Day</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
48 | + </tr> | ||
49 | + <tr class="ddrTR"> | ||
50 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">gas</td><td class="ddrTD">684.52 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td> | ||
51 | + </tr> | ||
52 | + <tr class="ddrTR"> | ||
53 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">755.89 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD">net product flow</td> | ||
54 | + </tr> | ||
55 | + <tr class="ddrTR"> | ||
56 | + <td class="ddrTD">3/7-A-1 AH</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">water</td><td class="ddrTD">1957.3 m3</td><td class="ddrTD">17</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td> | ||
57 | + </tr> | ||
58 | + <tr class="ddrTR"> | ||
59 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">gas</td><td class="ddrTD">114.61 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td> | ||
60 | + </tr> | ||
61 | + <tr class="ddrTR"> | ||
62 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">1744.5 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD">net product flow</td> | ||
63 | + </tr> | ||
64 | + <tr class="ddrTR"> | ||
65 | + <td class="ddrTD">3/7-A-2 H</td><td class="ddrTD">producing well</td><td class="ddrTD">production exploitation</td><td class="ddrTD">water</td><td class="ddrTD">800.44 m3</td><td class="ddrTD">10</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td> | ||
66 | + </tr> | ||
67 | + </table> | ||
68 | + <br> | ||
69 | + </div> | ||
70 | + <div> | ||
71 | + <hr> | ||
72 | + <h2>Production Saleable</h2> | ||
73 | + <table class="ddrTable"> | ||
74 | + <tr class="ddrTR"> | ||
75 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Flow subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
76 | + </tr> | ||
77 | + <tr class="ddrTR"> | ||
78 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">614.09 kg</td><td class="ddrTD">1094.62 m3</td><td class="ddrTD">788.93 kg/m3</td><td class="ddrTD">saleable flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
79 | + </tr> | ||
80 | + </table> | ||
81 | + <br> | ||
82 | + </div> | ||
83 | + <div> | ||
84 | + <hr> | ||
85 | + <h2>Production</h2> | ||
86 | + <table class="ddrTable"> | ||
87 | + <tr class="ddrTR"> | ||
88 | + <th class="ddrTH" style="text-align: center">Facility</th><th class="ddrTH" style="text-align: center">Purpose</th><th class="ddrTH" style="text-align: center">Material</th><th class="ddrTH" style="text-align: center">Mass</th><th class="ddrTH" style="text-align: center">Volume</th><th class="ddrTH" style="text-align: center">Density</th><th class="ddrTH" style="text-align: center">Flow type</th><th class="ddrTH" style="text-align: center">Flow subtype</th><th class="ddrTH" style="text-align: center">Gross/Net</th> | ||
89 | + </tr> | ||
90 | + <tr class="ddrTR"> | ||
91 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">condensate</td><td class="ddrTD">1594.05 kg</td><td class="ddrTD">905.35 m3</td><td class="ddrTD">765.54 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
92 | + </tr> | ||
93 | + <tr class="ddrTR"> | ||
94 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">gas</td><td class="ddrTD">932.25 kg</td><td class="ddrTD">1328.82 m3</td><td class="ddrTD">0.63 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
95 | + </tr> | ||
96 | + <tr class="ddrTR"> | ||
97 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">oil</td><td class="ddrTD">410.64 kg</td><td class="ddrTD">1206.65 m3</td><td class="ddrTD">797.36 kg/m3</td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD">net product flow</td> | ||
98 | + </tr> | ||
99 | + <tr class="ddrTR"> | ||
100 | + <td class="ddrTD">TRYM</td><td class="ddrTD">production exploitation</td><td class="ddrTD">water</td><td class="ddrTD"></td><td class="ddrTD">975.45 m3</td><td class="ddrTD"></td><td class="ddrTD">allocated flow</td><td class="ddrTD"></td><td class="ddrTD"></td> | ||
101 | + </tr> | ||
102 | + </table> | ||
103 | + <br> | ||
104 | + </div> | ||
105 | + </body> | ||
106 | +</html> |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment