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:
or
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?
For example:
Code:
git clone --branch release-v4.6.1 https://github.com/wrf-model/WRF.git
cd WRF
git submodule update --init --recursive
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?