Skip to content

Commit

Permalink
chore: Update WPS naming
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Apr 23, 2024
1 parent 48b598b commit fd52bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_wrf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ if [ ! -f WPS-${WPS_VERSION}/wps.exe ]; then
wget -nv https://github.com/wrf-model/WPS/archive/v${WPS_VERSION}.tar.gz -O WPS-v${WPS_VERSION}.tar.gz
tar -xzvf WPS-v${WPS_VERSION}.tar.gz

pushd WPSV${WPS_VERSION} || exit
pushd WPS-${WPS_VERSION} || exit
echo "1" | ./configure
./compile
popd
ln -s WPSV${WPS_VERSION} WPS
ln -s WPS-${WPS_VERSION} WPS
fi

rm *.tar.gz
Expand Down

0 comments on commit fd52bfb

Please sign in to comment.