From ad29d9a183b3c7596abf66820281eeb6948e09cc Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Wed, 6 Mar 2024 10:40:09 -0700 Subject: [PATCH] fix typos in ghp workflow docs --- workflows/ghp/ghp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/ghp/ghp.md b/workflows/ghp/ghp.md index a5bd736..9680c33 100644 --- a/workflows/ghp/ghp.md +++ b/workflows/ghp/ghp.md @@ -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 --feature --scenario --ghe + uo ghe_size --sys-param --feature --scenario ``` 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. @@ -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 --feature --des-name + uo des_create --sys-param --feature --des-name ``` 8. ### Run Modelica Models