-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
148 lines (123 loc) · 5.95 KB
/
docs.html
File metadata and controls
148 lines (123 loc) · 5.95 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
title: Documentation
keywords: documentation, instructions
category: basics
---
<!doctype html>
<html lang="en">
<head>
<title>TRACMASS' documentation</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">
<div class="inner outer">
<div class="docs-content">
{% include doc_navigation.html %}
<article class="post type-docs">
<div class="post-inside">
<header class="post-header-wdate">
<h1 class="post-title line-left">
<p>Welcome to TRACMASS' documentation</p>
</h1>
<p class="header-metadata-wdate"><!--<strong>Last updated:</strong><br> <em>{{ page.last-modified-date | date: "%B %-d, %Y" }}</em>--></p>
</header><!-- .post-header -->
<!--<header class="post-header">
<h1 class="post-title line-left">Welcome to TRACMASS' documentation</h1>
</header> .post-header -->
<div class="post-content">
<p><strong>TRACMASS</strong> is a Lagrangian trajectory code for ocean and atmospheric general
circulation models. The code makes it possible to estimate water paths, Lagrangian stream functions
(barotropic, overturning, etc.), exchange times, etc. <strong>TRACMASS</strong> has been used in
studies of the global ocean circulation, of sea circulation in the Baltic Sea, the Mediterranean Sea
and in coastal regions.</p>
<p>The code is written in FORTRAN 90 with modules and runs on UNIX platforms such as MAC OS X and Linux.
</p>
<p>TRACMASS has been set up to run with velocities integrated with models such as NEMO or IFS-ECMWF, of
satellite datasets such as AVISO.</p>
<style>
.button {
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
color: #ffffff;
background-color: #002596;
border-radius: 6px;
outline: none;
}
</style>
<hr />
<h1 id="whats-new-in-version-70">What’s new in version 2022.01</h1>
<p>The current version of <strong>TRACMASS</strong> (v2022.01) includes the following new features:</p>
<ul>
<li>The code has been thoroughly cleaned up</li>
<li>
<p>Supported test cases from:</p>
<table>
<tbody>
<tr>
<td>Ocean circulation models:</td>
<td><strong>NEMO, MOM5, ROMS</strong></td>
</tr>
<tr>
<td>Satellite ocean current data</td>
<td><strong>AVISO</strong></td>
</tr>
<tr>
<td>Atmospheric circulation model data</td>
<td><strong>IFS</strong> (ERA-Interim, EC-Earth)</td>
</tr>
</tbody>
</table>
</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>
<hr />
<div class="note">
<strong>Note:</strong> <br />
You can find previous versions of <strong>TRACMASS</strong> here:<br />
<br />
<center>
<a class="button" style="background-color: #004C94;"
href="https://github.com/TRACMAS/Tracmass_previous">Get older version here</a>
</center>
<br />
<strong> Cite this version as:</strong> <br />
Jönsson, B., K. Döös, and J. Kjellsson (2015), TRACMASS: Lagrangian trajectory code,
doi:10.5281/zenodo.34157
<br />
<br />
<strong> Reference paper:</strong> <br />
Döös, K., B. Jönsson, and J. Kjellsson (2017), Evaluation of oceanic and atmospheric trajectory
schemes in the TRACMASS trajectory model v6.0, Geoscientific Model Development, 10(4), 1733--1749,
10.5194/gmd-10-1733-2017.
<a href="https://gmd.copernicus.org/articles/10/1733/2017/">Link</a>
</div>
</div><!-- .post-content -->
</div><!-- .post-inside -->
</article><!-- .post -->
<nav id="page-nav" class="page-nav">
<div id="page-nav-inside" class="page-nav-inside sticky">
<h2 class="page-nav-title">Jump to Section</h2>
<div id="page-nav-link-container"></div>
</div><!-- .page-nav-inside -->
</nav><!-- .page-nav -->
</div><!-- .docs-content -->
</div><!-- .inner-->
</main><!-- .site-content -->
{% include footer.html %}
</body>
</html>