-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·21 lines (18 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
____ _ _____ ____
| _ \ / \|_ _|__/ ___|
| | | |/ _ \ | |/ _ \___ \
| |_| / ___ \| | __/___) |
|____/_/ \_\_|\___|____/
=============================================================================================
DATeS: Data Assimilation Testing Suite
=============================================================================================
DATeS is aimed to be a unified testing suite for data assimilation applications where
researchers can collaborate, so that it would be much easier to understand and compare
different methodologies in different settings.
The core of DATeS is implemented in Python to enable for Object-Oriented capabilities.
The main functionalities, such as the models, the data assimilation algorithms,
the linear algebra solvers, and the time discretization routines are independent of
each other, such as to offer maximum flexibility to configure data assimilation applications.
DATeS can interface easily with large third party models written in Fortran or C,
and with various external solvers.
=============================================================================================