Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakamotokatas authored Nov 27, 2024
1 parent 215aefd commit ff09003
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ WRF Install script will install the WRF and WPS with the needed libraries(netcdf

To run the scripts, you should run the commands below.

For WRF4.6.0 with ARW option(default)
For WRF4.6.1 with ARW option(default)

```
bash WRF4.6.0_Install.bash
bash WRF4.6.1_Install.bash
```
or
```
bash WRF4.6.0_Install.bash -arw
bash WRF4.6.1_Install.bash -arw
```

For WRF4.6.0 with Chem option (WRF-Chem)
For WRF4.6.1 with Chem option (WRF-Chem)
```
bash WRF4.6.0_Install.bash -chem
bash WRF4.6.1_Install.bash -chem
```

For WRF4.6.0 with Hydro option (WRF-Hydro)
For WRF4.6.1 with Hydro option (WRF-Hydro)
```
bash WRF4.6.0_Install.bash -hydro
bash WRF4.6.1_Install.bash -hydro
```

0 comments on commit ff09003

Please sign in to comment.