UFS DA (Data Assimilation) Workflow
- Clone the
develop
branch of the authoritative repository:
git clone -b develop --recursive https://github.com/ufs-community/ufs-da-workflow
- Move to the
sorc
directory:
cd ufs-da-workflow/sorc
- Run the build script:
- Workflow components: YES, JEDI-bundle: NO
./app_build.sh
- Workflow components: YES, JEDI-bundle: YES
./app_build.sh --jedi=on
- Workflow components: NO, JEDI-bundle: YES
./app_build.sh --jedi=only