Skip to content

Commit 055976f

Browse files
Use fullwidth commas in example12_DH.txt as parsing workaround
1 parent 3d53ff5 commit 055976f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

geophires/examples/example12_DH.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ is processed using the district_heat.py module See Charley Walton's SULI Researc
1010
"Techno-Economic Simulations of Geothermal District Heating Systems with GEOPHIRES" for
1111
more details on the case study.
1212

13-
Note: The GEOPHIRES v2.0 python code scans the input file for each necessary "parameter,
14-
value". Therefore, the user cannot change the string before the parameter value and the
15-
comma is the required delimeter. Each paramater string may only appear once in this
16-
input file. However, the parameters can be in any order and comments can be added
17-
either by including extra lines or by typing it after the parameter value, separated by
18-
a comma (see examples below). If a necessary parameter is not provided, a default value
19-
is assumed, and a warning message is printed to the console.
13+
Note: The GEOPHIRES v2.0 python code scans the input file for each necessary "parameter
14+
value". Therefore the user cannot change the string before the parameter value and the
15+
comma is the required delimiter. Each parameter string may only appear once in this
16+
input file. However the parameters can be in any order and comments can be added
17+
either by including extra lines or by typing it after the parameter value separated by
18+
a comma (see examples below). If a necessary parameter is not provided a default value
19+
is assumed and a warning message is printed to the console.
2020
----------------------------------------------------------------------------------------
2121

2222
*** Subsurface technical parameters ***

0 commit comments

Comments
 (0)