UMD-AOSC / UMD-SST

Testbed sea surface analysis system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Testbed sea surface analysis system

License:Apache License 2.0


Languages

Language:C++ 71.8%Language:CMake 18.9%Language:Shell 5.6%Language:Fortran 2.8%Language:nesC 0.6%Language:Dockerfile 0.2%