Skip to content

Commit

Permalink
Update WRF4.4.2_Install.bash
Browse files Browse the repository at this point in the history
fixed changed WRF folder name issue that is mentioned in #5 

thank you to @rmolina for reporting the situation
  • Loading branch information
bakamotokatas authored Apr 12, 2023
1 parent 647c0fb commit bcfc669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WRF4.4.2_Install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ cd ..
[ -f "v${WRFversion}.tar.gz" ] && mv v${WRFversion}.tar.gz v${WRFversion}.tar.gz-old
wget https://github.com/wrf-model/WRF/releases/download/v${WRFversion}/v${WRFversion}.tar.gz
mv v${WRFversion}.tar.gz WRFV${WRFversion}.tar.gz
tar -zxvf WRFV${WRFversion}.tar.gz
tar -zxvf WRFV${WRFversion}.tar.gz && mv WRF WRFV${WRFversion}
if [ "$type" = "Hydro" ]; then
export WRF_HYDRO=1
[ -f "v5.2.0.tar.gz" ] && mv v5.2.0.tar.gz v5.2.0.tar.gz-old
Expand Down

0 comments on commit bcfc669

Please sign in to comment.