Skip to content

IFI Access

WenMeng-NOAA edited this page Feb 21, 2023 · 23 revisions

*** Disclaimer ***

The IFI code is protected intellectual property and is not available to the public. Only approved persons will be allowed access to the repository.

How to clone IFI repository

1. Clone the UPP repository with recursive option

 git clone https://github.com/NOAA-EMC/UPP 
 git -c submodule."sorc/libIFI.fd".update=checkout submodule update --init --recursive

If you have been previously granted access to the IFI repository, these procedures will populate the code in to UPP/sorc/libIFI.fd directory.

How to build UPP executable including IFI code

There are two options:

  1. Check out IFI code and build along with the general UPP code
cd UPP/tests
./compile_upp.sh -I
Clone this wiki locally