weiwilliam / JEDI-METplus

0 stars 0 forks source link

JEDI-METplus

Workflow to interface JEDI component (generic-interface) and METplus for constituents model evaluation.

Clone the code

Clone this repo recusively with the command below git clone https://github.com/weiwilliam/JEDI-METplus.git <folder>

Supported platforms

Supported (Tested) models

Supported (Tested) measurements

Use of this interface

Installation of generic interface

  1. Create the <repo>/genint-bundle/build folder
  2. export GENINT_BUILD=<path/to/build/genint>
  3. source ush/setup.sh <repo path> <platform> <compiler>
    • It will create the virtual env <repo>/venv first
  4. cd <path/to/build/genint>
  5. ecbuild <path/to/genint-bundle>
  6. make -j<n>
  7. ctest to check executables work properly