Skip to content

Clone and Build RDASapp

delippi edited this page Apr 19, 2024 · 2 revisions

Building RDASApp on Supported Platforms

Currently supported platforms

  • NOAA RDHPCS Hera
  • NOAA RDHPCS Orion

Clone RDASApp

In the directory that you want to install RDASApp:

git clone --recurse-submodules https://github.com/NOAA-EMC/RDASApp.git

Build RDASApp

cd RDASApp
./build.sh -f -a -d -r -t $platform -m $dycore > build.out

where $platform is one of the supported options: orion or hera and $dycore is one of FV3, MPAS, or FV3andMPAS (default). Here, we are using the following options

  • -f (force clean build),
  • -a (compile everything),
  • -d (download JCSDA ctest data),
  • -r (download RRFS ctest data),
  • -t (specify the platform),
  • -m (specify the dycore).