Skip to content

NOAA-EMC/i-jedi

Repository files navigation

Interface to JEDI

Requirements

Required dependencies:

  • NetCDF (Fortran and CXX API)
  • CMake
  • ecbuild
  • eckit
  • fckit
  • ATLAS
  • OOPS

Installation

I-JEDI employs an out-of-source build/install based on CMake.

Make sure the ecbuild executable script is found ( which ecbuild ).

# 1. Create the build directory and cd into it:
mkdir build
cd build

# 2. Run ecbuild:
ecbuild /path/to/source

# 3. Compile / Install
make -j 4
make install

Extra flags maybe added to step 2 to fine-tune configuration.

  • --build=DEBUG|RELEASE|BIT --- Optimisation level
    • DEBUG: No optimisation (-O0 -g)
    • BIT: Maximum optimisation while remaning bit-reproducible (-O2 -g)
    • RELEASE: Maximum optimisation (-O3)

License

This project is part of NOAA-EMC Ecosystem.

See LICENSE and DISCLAIMER for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors