Skip to content

Commit cc6185f

Browse files
Order client result fields such that total opex is displayed as last line item by default
1 parent 92ba009 commit cc6185f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/geophires_x_client/geophires_x_result.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@ class GeophiresXResult:
284284
'Annual District Heating O&M Cost',
285285
'Average Annual Peaking Fuel Cost',
286286
'Average annual pumping costs',
287-
'Total operating and maintenance costs',
288-
# AGS/CLGS
289-
'OPEX',
290287
# SUTRA
291288
'Average annual auxiliary fuel cost',
292289
'Average annual pumping cost',
293290
'Redrilling costs',
294291
'Total average annual O&M costs',
292+
'Total operating and maintenance costs',
293+
# AGS/CLGS
294+
'OPEX',
295295
],
296296
'SURFACE EQUIPMENT SIMULATION RESULTS': [
297297
'Initial geofluid availability',

src/geophires_x_schema_generator/geophires-result.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,20 +436,20 @@
436436
"units": "MUSD/yr"
437437
},
438438
"Average annual pumping costs": {},
439-
"Total operating and maintenance costs": {
440-
"type": "number",
441-
"description": "Total O&M Cost",
442-
"units": "MUSD/yr"
443-
},
444-
"OPEX": {},
445439
"Average annual auxiliary fuel cost": {},
446440
"Average annual pumping cost": {},
447441
"Redrilling costs": {
448442
"type": "number",
449443
"description": "Total redrilling costs over the Plant Lifetime are calculated as (Drilling and completion costs + Stimulation costs) \u00d7 Number of times redrilling. The total is then divided over Plant Lifetime years to calculate Redrilling costs per year.",
450444
"units": "MUSD/yr"
451445
},
452-
"Total average annual O&M costs": {}
446+
"Total average annual O&M costs": {},
447+
"Total operating and maintenance costs": {
448+
"type": "number",
449+
"description": "Total O&M Cost",
450+
"units": "MUSD/yr"
451+
},
452+
"OPEX": {}
453453
}
454454
},
455455
"SURFACE EQUIPMENT SIMULATION RESULTS": {

0 commit comments

Comments
 (0)