Software necessary to generate WAFS products
Way 1: Clone repository
git clone https://github.com/NOAA-EMC/WAFSCheckout the desired branch or tag
Clone submodule and sub-submodule repository (including upp and upp/sorc/post_gtg): (gtg code is UCAR private, access needs to be authorized)
sh sorc/checkout_upp.shWay 2: Recursively clone repository if knowing the desired branch or tag
git clone --recursive -b desired_branch.or.tag https://github.com/NOAA-EMC/WAFSCompile the executable files:
sh sorc/build_all.shbuild_all.sh will copy the right files, build WAFS executables and offline UPP executable.