forked from NOAA-EMC/RDASApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Clone and Build RDASapp
delippi edited this page Apr 19, 2024
·
2 revisions
- NOAA RDHPCS Hera
- NOAA RDHPCS Orion
In the directory that you want to install RDASApp:
git clone --recurse-submodules https://github.com/NOAA-EMC/RDASApp.git
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).