From a9aaddcd239ca7f7767726485878ec9a3fbcbe75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umur=20Din=C3=A7?= Date: Mon, 31 Jul 2023 17:57:06 +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 5572d9d..706e46d 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.5 with ARW option(default) +For WRF4.5.1 with ARW option(default) ``` -bash WRF4.5_Install.bash +bash WRF4.5.1_Install.bash ``` or ``` -bash WRF4.5_Install.bash -arw +bash WRF4.5.1_Install.bash -arw ``` -For WRF4.5 with Chem option (WRF-Chem) +For WRF4.5.1 with Chem option (WRF-Chem) ``` -bash WRF4.5_Install.bash -chem +bash WRF4.5.1_Install.bash -chem ``` -For WRF4.5 with Hydro option (WRF-Hydro) +For WRF4.5.1 with Hydro option (WRF-Hydro) ``` -bash WRF4.5_Install.bash -hydro +bash WRF4.5.1_Install.bash -hydro ```