Skip to content

NOAA-EMC/WAFS

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2025
Jan 11, 2025
Feb 2, 2025
Oct 8, 2024
Jan 11, 2025
Oct 8, 2024
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025
Feb 2, 2025
Feb 2, 2025
Jan 11, 2025
Jan 11, 2025
Jul 26, 2024

Repository files navigation

WAFS

Software necessary to generate WAFS products

To checkout:

Way 1: Clone repository

git clone https://github.com/NOAA-EMC/WAFS

Checkout 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.sh

Way 2: Recursively clone repository if knowing the desired branch or tag

git clone --recursive -b desired_branch.or.tag  https://github.com/NOAA-EMC/WAFS

To compile:

Compile the executable files:

sh sorc/build_all.sh

build_all.sh will copy the right files, build WAFS executables and offline UPP executable.