source: flex_extract.git/documentation/Sphinx/build/html/index.html @ 2625ca8

ctbtodev
Last change on this file since 2625ca8 was 2625ca8, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

new build of sphinx for updated api

  • Property mode set to 100644
File size: 10.8 KB
Line 
1
2
3<!DOCTYPE html>
4<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6<head>
7  <meta charset="utf-8">
8 
9  <meta name="viewport" content="width=device-width, initial-scale=1.0">
10 
11  <title>Welcome to flex_extract’s user documentation! &mdash; flex_extract 7.1 alpha documentation</title>
12 
13
14 
15 
16 
17 
18
19 
20
21 
22 
23   
24
25 
26
27  <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
28  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
29    <link rel="index" title="Index" href="genindex.html" />
30    <link rel="search" title="Search" href="search.html" />
31    <link rel="next" title="Downloads" href="downloads.html" /> 
32
33 
34  <script src="_static/js/modernizr.min.js"></script>
35
36</head>
37
38<body class="wy-body-for-nav">
39
40   
41  <div class="wy-grid-for-nav">
42
43   
44    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
45      <div class="wy-side-scroll">
46        <div class="wy-side-nav-search">
47         
48
49         
50            <a href="#" class="icon icon-home"> flex_extract
51         
52
53         
54          </a>
55
56         
57           
58           
59              <div class="version">
60                7.1
61              </div>
62           
63         
64
65         
66<div role="search">
67  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
68    <input type="text" name="q" placeholder="Search docs" />
69    <input type="hidden" name="check_keywords" value="yes" />
70    <input type="hidden" name="area" value="default" />
71  </form>
72</div>
73
74         
75        </div>
76
77        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
78         
79           
80           
81             
82           
83           
84              <p class="caption"><span class="caption-text">Table of Contents:</span></p>
85<ul>
86<li class="toctree-l1"><a class="reference internal" href="downloads.html">Downloads</a></li>
87<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
88<li class="toctree-l1"><a class="reference internal" href="program_structure.html">Program Structure</a></li>
89<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a></li>
90<li class="toctree-l1"><a class="reference internal" href="api.html">Auto Generated Documentation</a></li>
91<li class="toctree-l1"><a class="reference internal" href="support.html">Support</a></li>
92</ul>
93
94           
95         
96        </div>
97      </div>
98    </nav>
99
100    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
101
102     
103      <nav class="wy-nav-top" aria-label="top navigation">
104       
105          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
106          <a href="#">flex_extract</a>
107       
108      </nav>
109
110
111      <div class="wy-nav-content">
112       
113        <div class="rst-content">
114       
115         
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131<div role="navigation" aria-label="breadcrumbs navigation">
132
133  <ul class="wy-breadcrumbs">
134   
135      <li><a href="#">Docs</a> &raquo;</li>
136       
137      <li>Welcome to flex_extract’s user documentation!</li>
138   
139   
140      <li class="wy-breadcrumbs-aside">
141       
142           
143            <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
144         
145       
146      </li>
147   
148  </ul>
149
150 
151  <hr/>
152</div>
153          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
154           <div itemprop="articleBody">
155           
156  <div class="section" id="welcome-to-flex-extract-s-user-documentation">
157<h1>Welcome to flex_extract’s user documentation!<a class="headerlink" href="#welcome-to-flex-extract-s-user-documentation" title="Permalink to this headline"></a></h1>
158<p>flex_extract is a software to retrieve meteorological fields from the European Centre for Medium-Range Weather Forecasts (ECMWF) Mars archive to server as input files for the FLEXTRA/FLEXPART Atmospheric Transport Modelling system.</p>
159<p>All third-party software and libraries required by flex_extract are open source and free of charge.</p>
160<table style="width:100%;">
161  <tr>
162    <td style="width:200px;height:150px;">
163      <div style="width:200px;height:100px;">
164      <img style="width:100px;vertical-align: bottom;" src="_static/download_icon.png">
165      </div>
166      <h2>Downloads</h2>
167      <ul>
168        <li><a href="">Download Tar-ball</a></li>
169        <li><a href="">Git repository</a></li>
170        <li><a href="">History of Changes</a></li>
171      </ul>
172    </td>
173    <td style="width:200px;height:150px;">
174      <div style="width:200px;height:100px;">
175      <img style="width:125px;vertical-align: bottom;" src="_static/prog_icon.png">
176      </div>
177      <h2>Program Structure</h2>
178      <ul>
179      <li><a href="">Overview</a></li>
180      <li><a href="">Program components</a></li>
181      <li><a href="">Program flow</a></li>
182      </ul>
183    </td>
184  </tr>
185  <tr>
186    <td style="width:200px;height:150px;">
187      <div style="width:200px;height:100px;">
188      <img style="width:100px;vertical-align: bottom;" src="_static/install_icon.png">
189      </div>
190      <h2>Installation</h2>
191      <ul>
192      <li><a href="requirements.html">Requirements</a></li>
193      <li><a href="">Different operation modes</a></li>
194      <li><a href="">Test the installation</a></li>
195      </ul>
196    </td>
197    <td style="width:200px;height:150px;">
198      <div style="width:200px;height:100px;">
199      <img style="width:100px;vertical-align: bottom;" src="_static/guide_icon.png">
200      </div>
201      <h2>User Guide</h2>
202      <ul>
203      <li><a href="">How to use</a></li>
204      <li><a href="">Control templates</a></li>
205      </ul>
206    </td>
207  </tr>
208  <tr>
209    <td style="width:200px;height:150px;">
210      <div style="width:200px;height:100px;">
211      <img style="width:125px;vertical-align: bottom;" src="_static/api_icon.png">
212      </div>
213      <h2>API Index</h2>
214      <ul>
215      <li><a href="">Construction</a></li>
216      </ul>
217    </td>
218    <td style="width:200px;height:150px;">
219      <div style="width:200px;height:100px;">
220      <img style="width:100px;vertical-align: bottom;" src="_static/help_icon.png">
221      </div>
222      <h2>Support</h2>
223      <ul>
224        <li><a href="">Ticket system</a></li>
225        <li><a href="">Mailing list</a></li>
226        <li><a href="">Known bugs or issues</a></li>
227        <li><a href="">FAQ</a></li>
228      </ul>
229    </td>
230  </tr>
231</table>
232<p></p><div class="admonition note">
233<p class="first admonition-title">Note</p>
234<p class="last">![][/documentation/Sphinx/source/_static/cc-by-40.png]
235This work is licensed under the Creative Commons Attribution 4.0
236International License. To view a copy of this license, visit
237<a class="reference external" href="http://creativecommons.org/licenses/by/4.0/">http://creativecommons.org/licenses/by/4.0/</a> or send a letter to
238Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.</p>
239</div>
240<div class="toctree-wrapper compound">
241<p class="caption"><span class="caption-text">Table of Contents:</span></p>
242<ul>
243<li class="toctree-l1"><a class="reference internal" href="downloads.html">Downloads</a></li>
244<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
245<li class="toctree-l1"><a class="reference internal" href="program_structure.html">Program Structure</a></li>
246<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a></li>
247<li class="toctree-l1"><a class="reference internal" href="api.html">Auto Generated Documentation</a><ul>
248<li class="toctree-l2"><a class="reference internal" href="api.html#porgrams">Porgrams</a><ul>
249<li class="toctree-l3"><a class="reference internal" href="api.html#module-install">install</a></li>
250<li class="toctree-l3"><a class="reference internal" href="api.html#module-submit">submit</a></li>
251</ul>
252</li>
253<li class="toctree-l2"><a class="reference internal" href="api.html#classes">Classes</a><ul>
254<li class="toctree-l3"><a class="reference internal" href="api.html#module-ControlFile">ControlFile</a></li>
255<li class="toctree-l3"><a class="reference internal" href="api.html#module-EcFlexpart">EcFlexpart</a></li>
256<li class="toctree-l3"><a class="reference internal" href="api.html#module-GribUtil">GribUtil</a></li>
257<li class="toctree-l3"><a class="reference internal" href="api.html#module-MarsRetrieval">MarsRetrieval</a></li>
258<li class="toctree-l3"><a class="reference internal" href="api.html#module-UioFiles">UioFiles</a></li>
259</ul>
260</li>
261<li class="toctree-l2"><a class="reference internal" href="api.html#modules">Modules</a><ul>
262<li class="toctree-l3"><a class="reference internal" href="api.html#module-get_mars_data">get_mars_data</a></li>
263<li class="toctree-l3"><a class="reference internal" href="api.html#module-prepare_flexpart">prepare_flexpart</a></li>
264<li class="toctree-l3"><a class="reference internal" href="api.html#module-tools">tools</a></li>
265<li class="toctree-l3"><a class="reference internal" href="api.html#module-disaggregation">disaggregation</a></li>
266</ul>
267</li>
268</ul>
269</li>
270<li class="toctree-l1"><a class="reference internal" href="support.html">Support</a></li>
271</ul>
272</div>
273</div>
274<div class="section" id="indices-and-tables">
275<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
276<ul class="simple">
277<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
278<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
279<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
280</ul>
281</div>
282
283
284           </div>
285           
286          </div>
287          <footer>
288 
289    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
290     
291        <a href="downloads.html" class="btn btn-neutral float-right" title="Downloads" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
292     
293     
294    </div>
295 
296
297  <hr/>
298
299  <div role="contentinfo">
300    <p>
301        &copy; Copyright 2018, Anne Philipp and Leopold Haimberger
302
303    </p>
304  </div>
305  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
306
307</footer>
308
309        </div>
310      </div>
311
312    </section>
313
314  </div>
315 
316
317
318 
319
320   
321   
322      <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
323        <script type="text/javascript" src="_static/jquery.js"></script>
324        <script type="text/javascript" src="_static/underscore.js"></script>
325        <script type="text/javascript" src="_static/doctools.js"></script>
326   
327
328 
329
330  <script type="text/javascript" src="_static/js/theme.js"></script>
331
332  <script type="text/javascript">
333      jQuery(function () {
334          SphinxRtdTheme.Navigation.enable(true);
335      });
336  </script> 
337
338</body>
339</html>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG