From 4e49338f1128c5f96aacc8b1a8113abbbcec390f Mon Sep 17 00:00:00 2001 From: Mahdi Mehrtash <60348897+MahdiMehrtash@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:24:40 -0400 Subject: [PATCH] Update README.md_typu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e232a..d973291 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ In Julia, you can use `pwd()` to check if your current working directory is your **(6)** If there is no error in the above processes, the **HOPE** model has been successfully installed! Then, press `Backspace` button to return to the Juila prompt. To run an example case (e.g., default Maryland 2035 100% clean case in `GTEP` mode), type `using HOPE`, and type `HOPE.run_hope("HOPE/ModelCases/MD_GTEP_clean_case/")`, you will see the **HOPE** is running: ![image](https://github.com/swang22/HOPE/assets/125523842/519de1bf-03d0-4bad-8e69-a8a4fe2ad682) -The results will be saved in `yourpath/home/HOPE/ModelCases/MD_Excel_case/output`. An example of a successful run in Julia prompt can be seen below. +The results will be saved in `yourpath/home/HOPE/ModelCases/MD_GTEP_clean_case/output`. An example of a successful run in Julia prompt can be seen below. ![image](https://github.com/swang22/HOPE/assets/125523842/99790827-4337-4991-a320-85ae2bd10be2) **(7)** For your future new runs, you can skip steps 4 and 5, and just follow steps 1,2,3,6.