We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aba846 commit eea5157Copy full SHA for eea5157
src/geophires_x_client/geophires_x_result.py
@@ -346,7 +346,10 @@ class GeophiresXResult:
346
'Average Annual Total Heating Production',
347
'Average Annual Electricity Use for Pumping',
348
],
349
- 'Simulation Metadata': [_StringValueField('GEOPHIRES Version')],
+ 'Simulation Metadata': [
350
+ _StringValueField('GEOPHIRES Version'),
351
+ 'Calculation Time',
352
+ ],
353
}
354
)
355
src/geophires_x_schema_generator/geophires-result.json
@@ -555,7 +555,8 @@
555
"Simulation Metadata": {
556
"type": "object",
557
"properties": {
558
- "GEOPHIRES Version": {}
+ "GEOPHIRES Version": {},
559
+ "Calculation Time": {}
560
561
562
0 commit comments