Skip to content

Commit

Permalink
Merge pull request #32 from CIROH-UA/manjilasingh-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
arpita0911patel authored Dec 20, 2024
2 parents 2260fdd + 3b44c29 commit b060abf
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,30 @@ cd NextGen/ngen-data
**Step 2: Download Sample Data**

Use wget to download the compressed data file:

**Option 1: AWI-007 input data (relization file includes - SLOTH, NoahOWP, CFE)**
```bash
wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-007/AWI_16_2863657_007.tar.gz
```
**Option 2: AWI-008 input data (realization file includes - SLOTH, Demostration LSTM)**
```bash
wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-008/AWI_16_2863806_008.tar.gz
```

**Step 3: Extract and Rename**

Extract the downloaded file and optionally rename the folder:

**Option 1:**
```bash
tar -xf AWI_16_2863657_007.tar.gz
```
### Below is Optional: Rename the folder
**Option 2:**
```bash
mv AWI_16_2863657_007 my_data
tar -xf AWI_16_2863806_008.tar.gz
```
Now you have successfully downloaded and prepared the sample input data in the NextGen/ngen-data directory. Remember to replace "my_data" with your preferred folder name if you choose to rename it.

Now you have successfully downloaded and prepared the sample input data in the NextGen/ngen-data directory.

**Step 4: Clone and Run**
Navigate to the NextGen directory, clone the repository, and execute the guide script:
Expand Down

0 comments on commit b060abf

Please sign in to comment.