/UMD-SST

Testbed sea surface analysis system

Primary LanguageC++Apache License 2.0Apache-2.0

Build Status

UMD-SST

Testbed sea surface temperature analysis system.

A variational data assmilation system built on the JCSDA Joint Effort for Data Assimilation Integration (JEDI). This project is just beginning, and further documentation will be created as the project progresses.

Getting Started

The following steps assume you already have one of the JEDI containers setup and working on your computer. See the JEDI Documentation for additional details on how to do this.

To build UMD-SST and run the continuous integration tests:

git clone https://github.com/UMD-AOSC/UMD-SST.git umdsst.src
mkdir -p umdsst.build
cd umdsst.build
ecbuild ../umdsst.src/bundle
cd umdsst
make -j <nprocs>
ctest