Interface between OOPS (ECMWF) and SABER (JEDI).
To install ECSABER
- Clone this code into a source directory
$SRC_DIR. - Create a build director
$BLD_DIR. - Go to
$BLD_DIR. - Configure:
ecbuild $SRC_DIR/bundle - (optional) Go to the
ecsaber - Compile:
make -jNwhere N is the number of threads - Test:
ctest
If the ECSABER_UPDATE environment variable is set to ON, then ECSABER will update its source code from three JEDI repositories:
oops-jedi: https://github.com/JCSDA/oopssaber-jedi: https://github.com/JCSDA/sabervader-jedi: https://github.com/JCSDA/vader
The oops-jedi, saber-jedi and vader-jedi repository should be cloned manually in $SRC_DIR/ecsaber, or linked to other source directories. Then at configure time, ecbuild will prompt the user with source update options.
Benjamin Menetrier, Meteorologisk Institutt, Norway.
benjamin.menetrier -at- met.no