|
1 | | - |
2 | | - |
3 | | - |
4 | | - _____ _____ _____ _____ _____ |
5 | | - /\ \ /\ \ /\ \ /\ \ /\ \ |
6 | | - /::\ \ /::\ \ /::\ \ /::\ \ /::\ \ |
7 | | - /::::\ \ /::::\ \ \:::\ \ /::::\ \ /::::\ \ |
8 | | - /::::::\ \ /::::::\ \ \:::\ \ /::::::\ \ /::::::\ \ |
9 | | - /:::/\:::\ \ /:::/\:::\ \ \:::\ \ /:::/\:::\ \ /:::/\:::\ \ |
10 | | - /:::/ \:::\ \ /:::/__\:::\ \ \:::\ \ /:::/__\:::\ \ /:::/__\:::\ \ |
11 | | - /:::/ \:::\ \ /::::\ \:::\ \ /::::\ \ /::::\ \:::\ \ \:::\ \:::\ \ |
12 | | - /:::/ / \:::\ \ /::::::\ \:::\ \ /::::::\ \ /::::::\ \:::\ \ ___\:::\ \:::\ \ |
13 | | - /:::/ / \:::\ ___\ /:::/\:::\ \:::\ \ /:::/\:::\ \ /:::/\:::\ \:::\ \ /\ \:::\ \:::\ \ |
14 | | -/:::/____/ \:::| /:::/ \:::\ \:::\____\/:::/ \:::\____/:::/__\:::\ \:::\____/::\ \:::\ \:::\____\ |
15 | | -\:::\ \ /:::|____\::/ \:::\ /:::/ /:::/ \::/ \:::\ \:::\ \::/ \:::\ \:::\ \::/ / |
16 | | - \:::\ \ /:::/ / \/____/ \:::\/:::/ /:::/ / \/____/ \:::\ \:::\ \/____/ \:::\ \:::\ \/____/ |
17 | | - \:::\ \ /:::/ / \::::::/ /:::/ / \:::\ \:::\ \ \:::\ \:::\ \ |
18 | | - \:::\ /:::/ / \::::/ /:::/ / \:::\ \:::\____\ \:::\ \:::\____\ |
19 | | - \:::\ /:::/ / /:::/ /\::/ / \:::\ \::/ / \:::\ /:::/ / |
20 | | - \:::\/:::/ / /:::/ / \/____/ \:::\ \/____/ \:::\/:::/ / |
21 | | - \::::::/ / /:::/ / \:::\ \ \::::::/ / |
22 | | - \::::/ / /:::/ / \:::\____\ \::::/ / |
23 | | - \::/____/ \::/ / \::/ / \::/ / |
24 | | - ~~ \/____/ \/____/ \/____/ |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | -================================================================================================================== |
30 | | - DATeS: Data Assimilation Testing Suite |
31 | | -================================================================================================================== |
32 | | - |
33 | | -DATeS is aimed to be a unified testing suite for data assimilation applications where researchers can collaborate, |
34 | | -so that it would be much easier to understand and compare different methodologies in different settings. |
| 1 | + ____ _ _____ ____ |
| 2 | +| _ \ / \|_ _|__/ ___| |
| 3 | +| | | |/ _ \ | |/ _ \___ \ |
| 4 | +| |_| / ___ \| | __/___) | |
| 5 | +|____/_/ \_\_|\___|____/ |
| 6 | + |
| 7 | +============================================================================================= |
| 8 | + DATeS: Data Assimilation Testing Suite |
| 9 | +============================================================================================= |
| 10 | +DATeS is aimed to be a unified testing suite for data assimilation applications where |
| 11 | +researchers can collaborate, so that it would be much easier to understand and compare |
| 12 | +different methodologies in different settings. |
35 | 13 |
|
36 | 14 | The core of DATeS is implemented in Python to enable for Object-Oriented capabilities. |
37 | | -The main functionalities, such as the models, the data assimilation algorithms, the linear algebra solvers, and |
38 | | -the time discretization routines are independent of each other, such as to offer maximum flexibility to configure |
39 | | -data assimilation applications. |
40 | | -DATeS can interface easily with large third party models written in Fortran or C, & with various external solvers. |
| 15 | +The main functionalities, such as the models, the data assimilation algorithms, |
| 16 | +the linear algebra solvers, and the time discretization routines are independent of |
| 17 | +each other, such as to offer maximum flexibility to configure data assimilation applications. |
| 18 | +DATeS can interface easily with large third party models written in Fortran or C, |
| 19 | +and with various external solvers. |
| 20 | +============================================================================================= |
41 | 21 |
|
42 | | -================================================================================================================== |
0 commit comments