From ff0900385c9c03a01e2998de83a948bbafe9891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umur=20Din=C3=A7?= Date: Wed, 27 Nov 2024 23:10:47 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 41f30e2..39ac149 100644 --- a/README.md +++ b/README.md @@ -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 ```