Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Which is the preferred method of obtaining the model?

William.Hatheway

Active member
I have seen in some posts over the last few months that the git clone method of obtaining the WRF and WPS codes are becoming more common.

For example:
Code:
git clone --branch release-v4.6.1 https://github.com/wrf-model/WRF.git
cd WRF
git submodule update --init --recursive
or
Code:
git clone --recurse-submodule https://github.com/wrf-model/WRF.git
cd WRF


Whereas the old users guide page ( Compiling WRF & WRF Modeling System Download ) which is linked to the UG4.5 online users guide says to wget the tar.gz file from the github page.

My question is which method is the most maintained and up to date? Which method should be the preferred method for future releases of WRF and WPS?
 
Top