Skip to content

Commit

Permalink
Update input file to use 004
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Mar 7, 2024
1 parent c12db33 commit 327f2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ We are doing a case study : NWM run for Sipsey Fork, Black Warrior river
```bash
mkdir -p NextGen/ngen-data
cd NextGen/ngen-data
wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-002/AWI_03W_113060_002.tar.gz
tar -xf AWI_03W_113060_002.tar.gz
wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-004/AWI_09_004.tar.gz
tar -xf AWI_09_004.tar.gz
# to rename your folder
mv AWI_03W_113060_002 my_data
mv AWI_09_004 my_data
```

## Run NextGen In A Box
Expand Down

0 comments on commit 327f2de

Please sign in to comment.