-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
103 lines (78 loc) · 3.36 KB
/
Copy pathnews.html
File metadata and controls
103 lines (78 loc) · 3.36 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
title: TRACMASS news updates
keywords: news, updates
category: basics
---
<!doctype html>
<html lang="en">
<head>
<title>TRACMASS news & updates</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/headers_footer/favicon.ico" type="image/x-icon">
</head>
<body class="palette-navy">
<div id="page" class="site">
{% include header.html pre_link=" " %}
<main id="content" class="site-content">
<article class="post post-full">
<header class="post-header has-gradient outer">
<div class="bg-img" style="background-image: url('images/headers_footer/fig_header.png')"></div>
<div class="inner-sm">
<h1 class="post-title">TRACMASS news & updates</h1>
</div>
</header>
<div class="inner-md outer">
<div class="post-content">
<h2 id="TRACMASS version renaming">TRACMASS version renaming</h2>
<p><em>20/10/2021</em></p>
<p align="center">
<img width="100%" src="images/fig_reversion.png" />
</p>
<p>For simplifying the different version numbers of <strong>TRACMASS</strong>, from now the different
versions
will be a combination of the year and the month when the changes were committed
(<strong>v<em>YYYY.MM</em></strong>):</p>
<ul>
<li><strong>Version 7.0</strong> will be known as <strong>v2020.12</strong>.</li>
<li> <strong>Version 7.1</strong> will be known as <strong>v2021.10</strong>.</li>
</ul>
Any future version will be described using the new style.
<br>
<br>
<br>
<br>
<hr >
<h2 id="release-of-version-70">Release of version 7.0</h2>
<p><em>18/12/2020</em></p>
<p align="center">
<img width="30%" src="images/fig_v7logo.png" />
</p>
<p>A new version of <strong>TRACMASS</strong> (v7.0-beta) is now available. This version includes the
following new features:</p>
<ul>
<li>The code has been thoroughly cleaned up</li>
<li>Supported test cases from:
<ul>
<li>Ocean circulation models: <em>NEMO, MOM5, ROMS</em></li>
<li>Satellite ocean current data <em>AVISO</em></li>
<li>Atmospheric circulation model data <em>IFS</em> (ERA-Interim, EC-Earth)</li>
</ul>
</li>
<li>Any tracer can be followed e.g. biogeochemical tracers or chemical compounds in the atmosphere.</li>
<li>A new quick-start guide and a comprehensive documentation.</li>
</ul>
</div><!-- .post-content -->
</div><!-- .inner-md -->
</article><!-- .post -->
</main><!-- .site-content -->
{% include footer.html %}
</div><!-- .site -->
</body>
</html>