Changeset 6931f61 in flex_extract.git for Documentation/html/Installation/local.html


Ignore:
Timestamp:
Jul 8, 2020, 10:00:37 PM (4 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e0005c9
Parents:
8a53342
Message:

Update Onlinedocumentation after review of language editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Documentation/html/Installation/local.html

    r5bee29a r6931f61  
    99  <meta name="viewport" content="width=device-width, initial-scale=1.0">
    1010 
    11   <title>Local mode installation &mdash; flex_extract 7.1.1 documentation</title>
     11  <title>Local mode installation &mdash; flex_extract 7.1.2 documentation</title>
    1212 
    1313
     
    6464           
    6565              <div class="version">
    66                 7.1.1
     66                7.1.2
    6767              </div>
    6868           
     
    208208<li><p><a class="reference external" href="http://www.numpy.org/">numpy</a></p></li>
    209209<li><p><a class="reference external" href="https://genshi.edgewall.org/">genshi</a></p></li>
    210 <li><p><a class="reference external" href="https://pypi.org/project/eccodes-python/">eccodes for python</a></p></li>
     210<li><p><a class="reference external" href="https://pypi.org/project/eccodes/">eccodes for python</a></p></li>
    211211<li><p><a class="reference external" href="https://confluence.ecmwf.int/display/WEBAPI/ECMWF+Web+API+Home">ecmwf-api-client</a> (everything except ERA5)</p></li>
    212212<li><p><a class="reference external" href="https://cds.climate.copernicus.eu/api-how-to">cdsapi</a> (just for ERA5 and member user)</p></li>
     
    274274<div class="section" id="testing-the-local-environment">
    275275<span id="ref-test-local"></span><h2>Testing the local environment<a class="headerlink" href="#testing-the-local-environment" title="Permalink to this headline">¶</a></h2>
    276 <p>Check the availability of the python packages by typing <code class="docutils literal notranslate"><span class="pre">python3</span></code> in a terminal window and run the <code class="docutils literal notranslate"><span class="pre">import</span></code> commands in the python shell:
    277 .. code-block:: python</p>
    278 <blockquote>
    279 <div><p># check in python3 console
    280 import eccodes
    281 import genshi
    282 import numpy
    283 import cdsapi
    284 import ecmwfapi</p>
    285 </div></blockquote>
     276<p>Check the availability of the python packages by typing <code class="docutils literal notranslate"><span class="pre">python3</span></code> in a terminal window and run the <code class="docutils literal notranslate"><span class="pre">import</span></code> commands in the python shell:</p>
     277<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># check in python3 console</span>
     278<span class="kn">import</span> <span class="nn">eccodes</span>
     279<span class="kn">import</span> <span class="nn">genshi</span>
     280<span class="kn">import</span> <span class="nn">numpy</span>
     281<span class="kn">import</span> <span class="nn">cdsapi</span>
     282<span class="kn">import</span> <span class="nn">ecmwfapi</span>
     283</pre></div>
     284</div>
    286285<p>If there are no error messages, you succeeded in setting up the environment.</p>
    287286<div class="section" id="testing-the-web-apis">
     
    411410<span class="c1">#</span>
    412411<span class="nv">TARGET</span><span class="o">=</span><span class="s1">&#39;local&#39;</span>
     412<span class="nv">MAKEFILE</span><span class="o">=</span>&lt;name_of_your_makefile&gt;
    413413<span class="nv">ECUID</span><span class="o">=</span>None
    414414<span class="nv">ECGID</span><span class="o">=</span>None
     
    416416<span class="nv">DESTINATION</span><span class="o">=</span>None
    417417<span class="nv">INSTALLDIR</span><span class="o">=</span>None
    418 <span class="nv">JOB_TEMPLATE</span><span class="o">=</span><span class="s1">&#39;job.template&#39;</span>
     418<span class="nv">JOB_TEMPLATE</span><span class="o">=</span><span class="s1">&#39;&#39;</span>
    419419<span class="nv">CONTROLFILE</span><span class="o">=</span><span class="s1">&#39;CONTROL_EA5&#39;</span>
    420420...
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG