Skip to content

How to use the latest HWRF development

Laurie Carson edited this page Dec 2, 2018 · 5 revisions

The top-level HWRF repository uses SVN externals to point to each of the component repositories. Because github provides an SVN interface to its git repositories, this method works for WRF and WPS through git-svn.

1 Using the latest HWRF system When you checkout the full HWRF system, you will get the latest HWRF WRF code (and WPS, etc).

svn co https://svn-dtc-hwrf.cgd.ucar.edu/trunk

2 If you would like to use git repositories for WRF (or WPS),

from the sorc/ subdirectory, clone the working WRF repository using git (move the SVN copy elsewhere for now)

mv WRF WRF.svn
git clone https://github.com/NCAR/HWRFdev WRF
cd WRF
git checkout HWRF

Clone this wiki locally