source: flex_extract.git/Documentation/html/Documentation/overview.html @ d720895

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

updated online docu

  • Property mode set to 100644
File size: 9.5 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>Overview &mdash; flex_extract 7.1 alpha documentation</title>
12 
13
14 
15 
16 
17 
18
19 
20  <script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
21 
22   
23      <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
24        <script type="text/javascript" src="../_static/jquery.js"></script>
25        <script type="text/javascript" src="../_static/underscore.js"></script>
26        <script type="text/javascript" src="../_static/doctools.js"></script>
27        <script type="text/javascript" src="../_static/language_data.js"></script>
28        <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
29   
30    <script type="text/javascript" src="../_static/js/theme.js"></script>
31
32   
33
34 
35  <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
36  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
37  <link rel="stylesheet" href="../_static/css/custom.css" type="text/css" />
38  <link rel="stylesheet" href="../_static/css/theme_overrides.css" type="text/css" />
39    <link rel="index" title="Index" href="../genindex.html" />
40    <link rel="search" title="Search" href="../search.html" />
41    <link rel="next" title="Application Modes" href="Overview/app_modes.html" />
42    <link rel="prev" title="Documentation" href="../documentation.html" /> 
43</head>
44
45<body class="wy-body-for-nav">
46
47   
48  <div class="wy-grid-for-nav">
49   
50    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
51      <div class="wy-side-scroll">
52        <div class="wy-side-nav-search" >
53         
54
55         
56            <a href="../index.html" class="icon icon-home"> flex_extract
57         
58
59         
60          </a>
61
62         
63           
64           
65              <div class="version">
66                7.1
67              </div>
68           
69         
70
71         
72<div role="search">
73  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
74    <input type="text" name="q" placeholder="Search docs" />
75    <input type="hidden" name="check_keywords" value="yes" />
76    <input type="hidden" name="area" value="default" />
77  </form>
78</div>
79
80         
81        </div>
82
83        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
84         
85           
86           
87             
88           
89           
90              <p class="caption"><span class="caption-text">Table of Contents:</span></p>
91<ul class="current">
92<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
93<li class="toctree-l1"><a class="reference internal" href="../quick_start.html">Quick Start</a></li>
94<li class="toctree-l1"><a class="reference internal" href="../ecmwf_data.html">ECMWF Data</a></li>
95<li class="toctree-l1 current"><a class="reference internal" href="../documentation.html">Documentation</a><ul class="current">
96<li class="toctree-l2 current"><a class="current reference internal" href="#">Overview</a><ul>
97<li class="toctree-l3"><a class="reference internal" href="Overview/app_modes.html">Application Modes</a></li>
98<li class="toctree-l3"><a class="reference internal" href="Overview/prog_flow.html">Program Flow</a></li>
99</ul>
100</li>
101<li class="toctree-l2"><a class="reference internal" href="input.html">Control &amp; Input Data</a></li>
102<li class="toctree-l2"><a class="reference internal" href="output.html">Output Data</a></li>
103<li class="toctree-l2"><a class="reference internal" href="disagg.html">Disaggregation of Flux Data</a></li>
104<li class="toctree-l2"><a class="reference internal" href="vertco.html">Vertical Coordinate</a></li>
105<li class="toctree-l2"><a class="reference internal" href="api.html">Auto Generated Documentation</a></li>
106</ul>
107</li>
108<li class="toctree-l1"><a class="reference internal" href="../evaluation.html">Evaluation</a></li>
109<li class="toctree-l1"><a class="reference internal" href="../dev_guide.html">Developer Guide</a></li>
110<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
111<li class="toctree-l1"><a class="reference internal" href="../support.html">Support</a></li>
112<li class="toctree-l1"><a class="reference internal" href="../Support/faq.html">FAQ - Frequently asked questions</a></li>
113<li class="toctree-l1"><a class="reference internal" href="../authors.html">Developer Team</a></li>
114</ul>
115
116           
117         
118        </div>
119      </div>
120    </nav>
121
122    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
123
124     
125      <nav class="wy-nav-top" aria-label="top navigation">
126       
127          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
128          <a href="../index.html">flex_extract</a>
129       
130      </nav>
131
132
133      <div class="wy-nav-content">
134       
135        <div class="rst-content">
136       
137         
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153<div role="navigation" aria-label="breadcrumbs navigation">
154
155  <ul class="wy-breadcrumbs">
156   
157      <li><a href="../index.html">Docs</a> &raquo;</li>
158       
159          <li><a href="../documentation.html">Documentation</a> &raquo;</li>
160       
161      <li>Overview</li>
162   
163   
164      <li class="wy-breadcrumbs-aside">
165       
166           
167            <a href="../_sources/Documentation/overview.rst.txt" rel="nofollow"> View page source</a>
168         
169       
170      </li>
171   
172  </ul>
173
174 
175  <hr/>
176</div>
177          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
178           <div itemprop="articleBody">
179           
180  <div class="section" id="overview">
181<h1>Overview<a class="headerlink" href="#overview" title="Permalink to this headline"></a></h1>
182<p><code class="docutils literal notranslate"><span class="pre">Flex_extract</span></code> is an open-source software to retrieve meteorological fields from the European Centre for Medium-Range Weather Forecasts (ECMWF) Mars archive to serve as input files for the <code class="docutils literal notranslate"><span class="pre">FLEXTRA</span></code>/<code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> Atmospheric Transport Modelling system.
183<code class="docutils literal notranslate"><span class="pre">Flex_extract</span></code> was created explicitly for <code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> users who wants to use meteorological data from ECMWF to drive the <code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> model.
184The software retrieves the minimal number of parameters <code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> needs to work and provides the data in the explicity format <code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> understands.</p>
185<dl class="docutils">
186<dt><code class="docutils literal notranslate"><span class="pre">Flex_extract</span></code> consists of 2 main parts:</dt>
187<dd><ol class="first last arabic simple">
188<li>a Python part, where the reading of parameter settings, retrieving data from MARS and preparing the data for <code class="docutils literal notranslate"><span class="pre">FLEXPART</span></code> is done and</li>
189<li>a Fortran part, where the calculation of the vertical velocity is done and if necessary the conversion from spectral to regular latitude/longitude grids.</li>
190</ol>
191</dd>
192</dl>
193<p>Additionally, it has some Korn shell scripts which are used to set the environment and batch job features on ECMWF servers for the <em>gateway</em> and <em>remote</em> mode. See <a class="reference internal" href="Overview/app_modes.html"><span class="doc">Application Modes</span></a> for information of application modes.</p>
194<p>A number of Shell scripts are wrapped around the software package for easy installation and fast job submission.</p>
195<p>The software depends on a number of third-party libraries which can be found in <a class="reference internal" href="../installation.html#ref-requirements"><span class="std std-ref">Dependencies</span></a>.</p>
196<p>Some details on the tasks and program worksteps are described in <a class="reference internal" href="Overview/prog_flow.html"><span class="doc">Program Flow</span></a>.</p>
197<div class="toctree-wrapper compound">
198</div>
199</div>
200
201
202           </div>
203           
204          </div>
205          <footer>
206 
207    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
208     
209        <a href="Overview/app_modes.html" class="btn btn-neutral float-right" title="Application Modes" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
210     
211     
212        <a href="../documentation.html" class="btn btn-neutral float-left" title="Documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
213     
214    </div>
215 
216
217  <hr/>
218
219  <div role="contentinfo">
220    <p>
221        &copy; Copyright 2019, Anne Philipp and Leopold Haimberger
222
223    </p>
224  </div>
225  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>.
226
227</footer>
228
229        </div>
230      </div>
231
232    </section>
233
234  </div>
235 
236
237
238  <script type="text/javascript">
239      jQuery(function () {
240          SphinxRtdTheme.Navigation.enable(true);
241      });
242  </script>
243
244 
245 
246   
247   
248
249</body>
250</html>
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG