Skip to content

Commit

Permalink
updated README WRF version to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakamotokatas committed Jan 7, 2024
1 parent 4fc67a6 commit bc9de2a
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.5.1 with ARW option(default)
For WRF4.5.2 with ARW option(default)

```
bash WRF4.5.1_Install.bash
bash WRF4.5.2_Install.bash
```
or
```
bash WRF4.5.1_Install.bash -arw
bash WRF4.5.2_Install.bash -arw
```

For WRF4.5.1 with Chem option (WRF-Chem)
For WRF4.5.2 with Chem option (WRF-Chem)
```
bash WRF4.5.1_Install.bash -chem
bash WRF4.5.2_Install.bash -chem
```

For WRF4.5.1 with Hydro option (WRF-Hydro)
For WRF4.5.2 with Hydro option (WRF-Hydro)
```
bash WRF4.5.1_Install.bash -hydro
bash WRF4.5.2_Install.bash -hydro
```

0 comments on commit bc9de2a

Please sign in to comment.