Skip to content

Commit

Permalink
add 09 to the input file (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Mar 6, 2024
1 parent 44d8cfb commit 04aaad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NextGen In A Box (NGIAB)
e# NextGen In A Box (NGIAB)

"NextGen In A Box" (NGIAB) is a containerized version of the NextGen National Water Resources Modeling Framework.

Expand Down Expand Up @@ -63,10 +63,10 @@ This repository contains :
```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-004/AWI_004.tar.gz
tar -xf AWI_004.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_004 my_data
mv AWI_09_004 my_data
```

### How to Generate Your Own Input Data?
Expand Down

0 comments on commit 04aaad9

Please sign in to comment.