-
Notifications
You must be signed in to change notification settings - Fork 5
Clone and Build HDASApp
JingCheng-NOAA edited this page Jan 14, 2025
·
8 revisions
Checkout the HDASApp
git clone --recurse-submodules https://github.com/NOAA-EMC/HDASApp.git
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
cd HDASApp
./build.sh