Skip to content

Commit

Permalink
Fix CONUS12KM for WRF download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuguesaws committed Nov 24, 2021
1 parent c6cc2bf commit 0dc6b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wrf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ The full domain contains 425 x 300 grid points. After running the WRF model, pos
```bash
cd /fsx
curl -O https://www2.mmm.ucar.edu/wrf/OnLineTutorial/wrf_cloud/wrf_simulation_CONUS12km.tar.gz
tar -xzf non_compressed_12km.tar.gz
tar -xzf wrf_simulation_CONUS12km.tar.gz
```

#### Prepare the data

```bash
cd non_compressed_12km
cd /fsx/conus_12km

cp /opt/wrf-omp/src/run/{\
GENPARM.TBL,\
Expand Down

0 comments on commit 0dc6b9d

Please sign in to comment.