Skip to content

Commit

Permalink
updated INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed Jul 9, 2024
1 parent d48368a commit 012ffbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ See general instructions [here](https://github.com/NOAA-OWP/ngen/wiki/NGen-Tutor
- make -C extern/cfe/cfe/cmake_build

- #### PET (optional)
- git submodule update --remote extern/evapotranspiration/evapotranspiration
- cmake -B extern/evapotranspiration/evapotranspiration/cmake_build -S extern/evapotranspiration/evapotranspiration/
- make -C extern/evapotranspiration/evapotranspiration/cmake_build/

Expand Down Expand Up @@ -117,7 +118,7 @@ The following pre-process step needs to be completed before running the examples
../cmake_build/ngen data/catchment_data.geojson cat-27 data/nexus_data.geojson nex-26 realizations/realization_cfe_pet_surfgiuh.json
```
```
../cmake_build/ngen data/catchment_data.geojson cat-27 data/nexus_data.geojson nex-26 realizations/realization_cfe_pet_surfnash_calib.json
../cmake_build/ngen data/catchment_data.geojson cat-27 data/nexus_data.geojson nex-26 realizations/realization_cfe_pet_surfnash.json
```

## Alternative: Compiling and Running CFE
Expand Down

0 comments on commit 012ffbb

Please sign in to comment.