Skip to content

Clone and Build HDASApp

JingCheng-NOAA edited this page Jan 14, 2025 · 8 revisions

Clone

Checkout the HDASApp git clone --recurse-submodules https://github.com/NOAA-EMC/HDASApp.git

Update submodule

The HDASApp includes many JEDI components through submodules. As each of the JEDI components evolves fast, the HDASApp may not point ot the latest commit hash. Thus it is recommend to update the submodule before after clone the HDASApp.

cd HDASApp
git submodule update --init --remote

Build

cd HDASApp
./build.sh
Clone this wiki locally