Skip to content

Commit

Permalink
Update README.md to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bakamotokatas authored Apr 28, 2023
1 parent cfb1926 commit ca7e528
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.4.2 with ARW option(default)
For WRF4.5 with ARW option(default)

```
bash WRF4.4.2_Install.bash
bash WRF4.5_Install.bash
```
or
```
bash WRF4.4.2_Install.bash -arw
bash WRF4.5_Install.bash -arw
```

For WRF4.4.2 with Chem option (WRF-Chem)
For WRF4.5 with Chem option (WRF-Chem)
```
bash WRF4.4.2_Install.bash -chem
bash WRF4.5_Install.bash -chem
```

For WRF4.4.2 with Hydro option (WRF-Hydro)
For WRF4.5 with Hydro option (WRF-Hydro)
```
bash WRF4.4.2_Install.bash -hydro
bash WRF4.5_Install.bash -hydro
```

0 comments on commit ca7e528

Please sign in to comment.