Showing
6 changed files
with
488 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> |
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
3 | + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)"> | ||
4 | + <documentInfo> | ||
5 | + <DocumentName namingSystem="EC">TRYM March 2012</DocumentName> | ||
6 | + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias> | ||
7 | + <DocumentDate>2012-04-05T00:00:00.0Z</DocumentDate> | ||
8 | + <documentClass namingSystem="EC">DONG E&P Norge AS</documentClass> | ||
9 | + <documentClass namingSystem="EC">Copex</documentClass> | ||
10 | + <documentClass namingSystem="ERH">mprp</documentClass> | ||
11 | + <FileCreationInformation> | ||
12 | + | ||
13 | + <FileCreationDate>2012-04-15T00:00:00.0Z</FileCreationDate> | ||
14 | + | ||
15 | + <SoftwareName>Energy Components</SoftwareName> | ||
16 | + <FileCreator>DONG E&P Norge AS</FileCreator> | ||
17 | + <Comment>NA</Comment> | ||
18 | + </FileCreationInformation> | ||
19 | + <Owner>DONG E&P Norge AS</Owner> | ||
20 | + </documentInfo> | ||
21 | + <context xsi:type="obj_report"> | ||
22 | + <kind>Copex</kind> | ||
23 | + <title>TRYM all</title> | ||
24 | + | ||
25 | + <date>2012-03-01</date> | ||
26 | + <dateEnd>2012-03-31</dateEnd> | ||
27 | + <month>2012-03</month> | ||
28 | + <year>2012</year> | ||
29 | + <reportVersion>1.0</reportVersion> | ||
30 | + <reportStatus>final</reportStatus> | ||
31 | + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation> | ||
32 | + <operator> | ||
33 | + <name>DONG E&P Norge AS</name> | ||
34 | + <role>Operating company</role> | ||
35 | + </operator> | ||
36 | + </context> | ||
37 | + <object xsi:type="obj_wellTest"> | ||
38 | + <nameWell>3/7-A-1 AH</nameWell> | ||
39 | + <name>Injection well test for well 3/7-A-1 AH</name> | ||
40 | + <wellContext> | ||
41 | + <field namingSystem="NPD">TRYM</field> | ||
42 | + </wellContext> | ||
43 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
44 | + <previousTestDate>2012-02-19T00:00:00.0Z</previousTestDate> | ||
45 | + <lastValidTest>2012-02-21T00:00:00.0Z</lastValidTest> | ||
46 | + <testReason>revision</testReason> | ||
47 | + <testType>Gas - flow after flow</testType> | ||
48 | + <standardTempPres>0 degC 1 atm</standardTempPres> | ||
49 | + <fluidLevelTest> | ||
50 | + | ||
51 | + <fluidLevel uom="m">116.39</fluidLevel> | ||
52 | + <baseUsableWater uom="m">134.03</baseUsableWater> | ||
53 | + <testedBy>Nevertheless, any as</testedBy> | ||
54 | + | ||
55 | + </fluidLevelTest> | ||
56 | + </object> | ||
57 | + <object xsi:type="obj_wellTest"> | ||
58 | + <nameWell>3/7-A-1 AH</nameWell> | ||
59 | + <name>Injection well test for well 3/7-A-1 AH</name> | ||
60 | + <wellContext> | ||
61 | + <field namingSystem="NPD">TRYM</field> | ||
62 | + </wellContext> | ||
63 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
64 | + <previousTestDate>2012-02-16T00:00:00.0Z</previousTestDate> | ||
65 | + <lastValidTest>2012-02-22T00:00:00.0Z</lastValidTest> | ||
66 | + <testReason>periodic</testReason> | ||
67 | + <testType>Max sandfree rate</testType> | ||
68 | + <injectionTest> | ||
69 | + <testDuration uom="h">13</testDuration> | ||
70 | + <testInterval> | ||
71 | + <mdTop uom="m">2742.98</mdTop> | ||
72 | + <mdBase uom="m">2518.22</mdBase> | ||
73 | + <wellbore>3/7-A-1 AH</wellbore> | ||
74 | + <testedFormation>Brent</testedFormation> | ||
75 | + <valvePosition uom="ft/m">2758.44</valvePosition> | ||
76 | + </testInterval> | ||
77 | + <InjectedFluid>CO2</InjectedFluid> | ||
78 | + <wellTestCumulative> | ||
79 | + <cumulativeOil uom="m3">3599.98</cumulativeOil> | ||
80 | + <cumulativeGas uom="m3">47143.17</cumulativeGas> | ||
81 | + <cumulativeWater uom="m3">2219.56</cumulativeWater> | ||
82 | + </wellTestCumulative> | ||
83 | + <chokeOrificeSize uom="in/64">55.8</chokeOrificeSize> | ||
84 | + <minimumAnnularPressure uom="bar">193.77</minimumAnnularPressure> | ||
85 | + <maximumAnnularPressure uom="bar">220.82</maximumAnnularPressure> | ||
86 | + <wellheadFlowingPressure uom="bar">67.55</wellheadFlowingPressure> | ||
87 | + <wellheadMaximumPressure uom="bar">121.97</wellheadMaximumPressure> | ||
88 | + <injectionTestResults> | ||
89 | + <oilVolume> | ||
90 | + <volumeStdTempPres uom="m3">3723.76</volumeStdTempPres> | ||
91 | + <densityStdTempPres uom="kg/m3">748.57</densityStdTempPres> | ||
92 | + </oilVolume> | ||
93 | + <oilRate> | ||
94 | + <fluidRateStdTempPres uom="m3/h">687.7</fluidRateStdTempPres> | ||
95 | + </oilRate> | ||
96 | + <gasVolume> | ||
97 | + <volumeStdTempPres uom="m3">6483.42</volumeStdTempPres> | ||
98 | + <densityStdTempPres uom="kg/m3">1.21</densityStdTempPres> | ||
99 | + </gasVolume> | ||
100 | + <gasRate> | ||
101 | + <fluidRateStdTempPres uom="m3/h">3728.9</fluidRateStdTempPres> | ||
102 | + </gasRate> | ||
103 | + <waterVolume> | ||
104 | + <volumeStdTempPres uom="m3">103.57</volumeStdTempPres> | ||
105 | + </waterVolume> | ||
106 | + <waterRate> | ||
107 | + <fluidRateStdTempPres uom="m3/h">112.55</fluidRateStdTempPres> | ||
108 | + </waterRate> | ||
109 | + </injectionTestResults> | ||
110 | + </injectionTest> | ||
111 | + </object> | ||
112 | + <object xsi:type="obj_wellTest"> | ||
113 | + <nameWell>3/7-A-1 AH</nameWell> | ||
114 | + <name>Production well test for well 3/7-A-1 AH</name> | ||
115 | + <wellContext> | ||
116 | + <field namingSystem="NPD">TRYM</field> | ||
117 | + </wellContext> | ||
118 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
119 | + <previousTestDate>2012-02-11T00:00:00.0Z</previousTestDate> | ||
120 | + <lastValidTest>2012-02-22T00:00:00.0Z</lastValidTest> | ||
121 | + <testReason>other</testReason> | ||
122 | + <testType>Injection test - fall-off</testType> | ||
123 | + <productionTest> | ||
124 | + <testDuration uom="h">12</testDuration> | ||
125 | + <bottomholeData> | ||
126 | + <bottomholePres uom="bar">115.09</bottomholePres> | ||
127 | + <bottomholeTemp uom="degC">90.98</bottomholeTemp> | ||
128 | + </bottomholeData> | ||
129 | + <separatorData> | ||
130 | + <separatorPressure uom="bar">49.74</separatorPressure> | ||
131 | + <separatorTemperature uom="degC">35.51</separatorTemperature> | ||
132 | + </separatorData> | ||
133 | + <operatingMethod>flowing</operatingMethod> | ||
134 | + <productionTestResults> | ||
135 | + <oilVolume> | ||
136 | + <volumeStdTempPres uom="m3">2219.8</volumeStdTempPres> | ||
137 | + <volume uom="m3">2293.08</volume> | ||
138 | + <densityStdTempPres uom="kg/m3">725.11</densityStdTempPres> | ||
139 | + </oilVolume> | ||
140 | + <oilRate> | ||
141 | + <fluidRate uom="m3/h">562.72</fluidRate> | ||
142 | + <fluidRateStdTempPres uom="m3/h">628.66</fluidRateStdTempPres> | ||
143 | + </oilRate> | ||
144 | + <gasVolume> | ||
145 | + <volumeStdTempPres uom="m3">2312.18</volumeStdTempPres> | ||
146 | + <volume uom="m3">1980.33</volume> | ||
147 | + <densityStdTempPres uom="kg/m3">1.62</densityStdTempPres> | ||
148 | + </gasVolume> | ||
149 | + <gasRate> | ||
150 | + <fluidRate uom="m3/h">2143.61</fluidRate> | ||
151 | + <fluidRateStdTempPres uom="m3/h">2486.81</fluidRateStdTempPres> | ||
152 | + </gasRate> | ||
153 | + <waterVolume> | ||
154 | + <volumeStdTempPres uom="m3">2417.99</volumeStdTempPres> | ||
155 | + <volume uom="m3">2340.0</volume> | ||
156 | + </waterVolume> | ||
157 | + <waterRate> | ||
158 | + <fluidRate uom="m3/h">2487.34</fluidRate> | ||
159 | + <fluidRateStdTempPres uom="m3/h">1957.32</fluidRateStdTempPres> | ||
160 | + </waterRate> | ||
161 | + <gasOilRatio uom="%">65.17</gasOilRatio> | ||
162 | + <basicSedimentAndWater uom="%">3.29</basicSedimentAndWater> | ||
163 | + <oilPotential uom="1000m3/d">197.06</oilPotential> | ||
164 | + <gasPotential uom="1000m3/d">139.79</gasPotential> | ||
165 | + <sandVolume uom="m3">1.77</sandVolume> | ||
166 | + </productionTestResults> | ||
167 | + </productionTest> | ||
168 | + </object><object xsi:type="obj_wellTest"> | ||
169 | + <nameWell>3/7-A-2 H</nameWell> | ||
170 | + <name>Injection well test for well 3/7-A-2 H</name> | ||
171 | + <wellContext> | ||
172 | + <field namingSystem="NPD">TRYM</field> | ||
173 | + </wellContext> | ||
174 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
175 | + <previousTestDate>2012-02-11T00:00:00.0Z</previousTestDate> | ||
176 | + <lastValidTest>2012-02-24T00:00:00.0Z</lastValidTest> | ||
177 | + <testReason>revision</testReason> | ||
178 | + <testType>Oil - flow after flow</testType> | ||
179 | + <standardTempPres>0 degC 1 atm</standardTempPres> | ||
180 | + <fluidLevelTest> | ||
181 | + | ||
182 | + <fluidLevel uom="m">181.37</fluidLevel> | ||
183 | + <baseUsableWater uom="m">185.25</baseUsableWater> | ||
184 | + <testedBy>Clearly, a descripti</testedBy> | ||
185 | + | ||
186 | + </fluidLevelTest> | ||
187 | + </object> | ||
188 | + <object xsi:type="obj_wellTest"> | ||
189 | + <nameWell>3/7-A-2 H</nameWell> | ||
190 | + <name>Injection well test for well 3/7-A-2 H</name> | ||
191 | + <wellContext> | ||
192 | + <field namingSystem="NPD">TRYM</field> | ||
193 | + </wellContext> | ||
194 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
195 | + <previousTestDate>2012-02-18T00:00:00.0Z</previousTestDate> | ||
196 | + <lastValidTest>2012-02-23T00:00:00.0Z</lastValidTest> | ||
197 | + <testReason>revision</testReason> | ||
198 | + <testType>Pressure build-up</testType> | ||
199 | + <injectionTest> | ||
200 | + <testDuration uom="h">3</testDuration> | ||
201 | + <testInterval> | ||
202 | + <mdTop uom="m">2604.52</mdTop> | ||
203 | + <mdBase uom="m">2738.96</mdBase> | ||
204 | + <wellbore>3/7-A-2 H</wellbore> | ||
205 | + <testedFormation>Brent</testedFormation> | ||
206 | + <valvePosition uom="ft/m">2722.43</valvePosition> | ||
207 | + </testInterval> | ||
208 | + <InjectedFluid>oil</InjectedFluid> | ||
209 | + <wellTestCumulative> | ||
210 | + <cumulativeOil uom="m3">3776.06</cumulativeOil> | ||
211 | + <cumulativeGas uom="m3">45942.36</cumulativeGas> | ||
212 | + <cumulativeWater uom="m3">2791.21</cumulativeWater> | ||
213 | + </wellTestCumulative> | ||
214 | + <chokeOrificeSize uom="in/64">52.64</chokeOrificeSize> | ||
215 | + <minimumAnnularPressure uom="bar">166.15</minimumAnnularPressure> | ||
216 | + <maximumAnnularPressure uom="bar">239.85</maximumAnnularPressure> | ||
217 | + <wellheadFlowingPressure uom="bar">68.31</wellheadFlowingPressure> | ||
218 | + <wellheadMaximumPressure uom="bar">122.26</wellheadMaximumPressure> | ||
219 | + <injectionTestResults> | ||
220 | + <oilVolume> | ||
221 | + <volumeStdTempPres uom="m3">3735.63</volumeStdTempPres> | ||
222 | + <densityStdTempPres uom="kg/m3">761.1</densityStdTempPres> | ||
223 | + </oilVolume> | ||
224 | + <oilRate> | ||
225 | + <fluidRateStdTempPres uom="m3/h">535.66</fluidRateStdTempPres> | ||
226 | + </oilRate> | ||
227 | + <gasVolume> | ||
228 | + <volumeStdTempPres uom="m3">6137.92</volumeStdTempPres> | ||
229 | + <densityStdTempPres uom="kg/m3">1.36</densityStdTempPres> | ||
230 | + </gasVolume> | ||
231 | + <gasRate> | ||
232 | + <fluidRateStdTempPres uom="m3/h">3550.46</fluidRateStdTempPres> | ||
233 | + </gasRate> | ||
234 | + <waterVolume> | ||
235 | + <volumeStdTempPres uom="m3">195.75</volumeStdTempPres> | ||
236 | + </waterVolume> | ||
237 | + <waterRate> | ||
238 | + <fluidRateStdTempPres uom="m3/h">131.03</fluidRateStdTempPres> | ||
239 | + </waterRate> | ||
240 | + </injectionTestResults> | ||
241 | + </injectionTest> | ||
242 | + </object> | ||
243 | + <object xsi:type="obj_wellTest"> | ||
244 | + <nameWell>3/7-A-2 H</nameWell> | ||
245 | + <name>Production well test for well 3/7-A-2 H</name> | ||
246 | + <wellContext> | ||
247 | + <field namingSystem="NPD">TRYM</field> | ||
248 | + </wellContext> | ||
249 | + <testDate>2012-03-01T00:00:00.0Z</testDate> | ||
250 | + <previousTestDate>2012-02-16T00:00:00.0Z</previousTestDate> | ||
251 | + <lastValidTest>2012-02-26T00:00:00.0Z</lastValidTest> | ||
252 | + <testReason>other</testReason> | ||
253 | + <testType>Oil - flow after flow</testType> | ||
254 | + <productionTest> | ||
255 | + <testDuration uom="h">6</testDuration> | ||
256 | + <bottomholeData> | ||
257 | + <bottomholePres uom="bar">106.41</bottomholePres> | ||
258 | + <bottomholeTemp uom="degC">106.56</bottomholeTemp> | ||
259 | + </bottomholeData> | ||
260 | + <separatorData> | ||
261 | + <separatorPressure uom="bar">43.6</separatorPressure> | ||
262 | + <separatorTemperature uom="degC">49.17</separatorTemperature> | ||
263 | + </separatorData> | ||
264 | + <operatingMethod>pumping</operatingMethod> | ||
265 | + <productionTestResults> | ||
266 | + <oilVolume> | ||
267 | + <volumeStdTempPres uom="m3">2027.55</volumeStdTempPres> | ||
268 | + <volume uom="m3">2134.15</volume> | ||
269 | + <densityStdTempPres uom="kg/m3">759.96</densityStdTempPres> | ||
270 | + </oilVolume> | ||
271 | + <oilRate> | ||
272 | + <fluidRate uom="m3/h">510.59</fluidRate> | ||
273 | + <fluidRateStdTempPres uom="m3/h">696.74</fluidRateStdTempPres> | ||
274 | + </oilRate> | ||
275 | + <gasVolume> | ||
276 | + <volumeStdTempPres uom="m3">2222.81</volumeStdTempPres> | ||
277 | + <volume uom="m3">2144.81</volume> | ||
278 | + <densityStdTempPres uom="kg/m3">1.53</densityStdTempPres> | ||
279 | + </gasVolume> | ||
280 | + <gasRate> | ||
281 | + <fluidRate uom="m3/h">1986.03</fluidRate> | ||
282 | + <fluidRateStdTempPres uom="m3/h">2250.14</fluidRateStdTempPres> | ||
283 | + </gasRate> | ||
284 | + <waterVolume> | ||
285 | + <volumeStdTempPres uom="m3">2133.66</volumeStdTempPres> | ||
286 | + <volume uom="m3">2213.91</volume> | ||
287 | + </waterVolume> | ||
288 | + <waterRate> | ||
289 | + <fluidRate uom="m3/h">2415.54</fluidRate> | ||
290 | + <fluidRateStdTempPres uom="m3/h">2030.02</fluidRateStdTempPres> | ||
291 | + </waterRate> | ||
292 | + <gasOilRatio uom="%">50.0</gasOilRatio> | ||
293 | + <basicSedimentAndWater uom="%">5.56</basicSedimentAndWater> | ||
294 | + <oilPotential uom="1000m3/d">168.7</oilPotential> | ||
295 | + <gasPotential uom="1000m3/d">129.56</gasPotential> | ||
296 | + <sandVolume uom="m3">1.41</sandVolume> | ||
297 | + </productionTestResults> | ||
298 | + </productionTest> | ||
299 | + </object> | ||
300 | +</objects> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment