Skip to content

Commit

Permalink
Merge pull request #210 from urbanopt/develop
Browse files Browse the repository at this point in the history
publish
  • Loading branch information
kflemin authored Mar 6, 2024
2 parents ca9ac62 + 823abeb commit e84d440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/ghp/ghp.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ In order to use the URBANopt-GHP capabilities, the example `GHP Project` can be


```bash
uo ghe_size --sys-param-file <path/to/sys_param.json> --feature <path/to/FEATUREFILE.json> --scenario <path/to/SCENARIOFILE.csv> --ghe
uo ghe_size --sys-param <path/to/sys_param.json> --feature <path/to/FEATUREFILE.json> --scenario <path/to/SCENARIOFILE.csv>
```

On running this command, a new folder `ghe_dir` is created that stores sizing results such as the g-function and the ground loads for the GHP. The system parameters file is also updated with the results of sizing such as the number of boreholes and length of boreholes.
Expand All @@ -96,7 +96,7 @@ In order to use the URBANopt-GHP capabilities, the example `GHP Project` can be
The following command is used:

```bash
uo des_create --sys-param-file <path/to/sys_param.json> --feature <path/to/FEATUREFILE.json> --des-name <path/to/example_modelica_project>
uo des_create --sys-param <path/to/sys_param.json> --feature <path/to/FEATUREFILE.json> --des-name <path/to/example_modelica_project>
```

8. ### Run Modelica Models
Expand Down

0 comments on commit e84d440

Please sign in to comment.