File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ is processed using the district_heat.py module See Charley Walton's SULI Researc
10
10
"Techno-Economic Simulations of Geothermal District Heating Systems with GEOPHIRES" for
11
11
more details on the case study.
12
12
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.
20
20
----------------------------------------------------------------------------------------
21
21
22
22
*** Subsurface technical parameters ***
You can’t perform that action at this time.
0 commit comments