Skip to content
Snippets Groups Projects
Commit 3f383feb authored by Anne Philipp's avatar Anne Philipp
Browse files

added a known issue to the online docu

parent 0422cad1
Branches
Tags
No related merge requests found
......@@ -183,6 +183,24 @@
<div><p>See ticket <a class="reference external" href="https://www.flexpart.eu/ticket/264">#264</a> on flexpart.eu for information.</p>
</div></blockquote>
</div>
<div class="section" id="eccodes-error-code-250">
<h3>ECCODES Error Code 250<a class="headerlink" href="#eccodes-error-code-250" title="Permalink to this headline"></a></h3>
<p>If you get an error message from ECCODES with code 250, locking like this:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ECCODES ERROR : wrong size <span class="o">(</span><span class="m">184</span><span class="o">)</span> <span class="k">for</span> pv it contains <span class="m">276</span> values
ECCODES ERROR : get: pv Passed array is too small
... ERROR CODE: <span class="m">250</span>
... ERROR MESSAGE:
Command <span class="s1">&#39;[&#39;</span>&lt;path-to-flex_extract&gt;/flex_extract_v7.1/Source/Fortran/calc_etadot<span class="s1">&#39;]&#39;</span> returned non-zero <span class="nb">exit</span> status <span class="m">250</span>.
... FORTRAN PROGRAM FAILED!
</pre></div>
</div>
<p>then you have set a wrong maximum level in the <code class="docutils literal notranslate"><span class="pre">CONTROL</span></code> file!
It is important to properly select the maximum level depending on the data set you would like to retrieve. The following model level definitions (number of model levels available) are limited to [16, 19, 31, 40, 50, 60, 62, 91, 137]. The ERA-Interim data set uses 62 model levels and <em>ERA5</em> as well as <em>CERA-20C</em> uses 137. The operational data set uses different model levels depending on the date. For example, on the 25/06/2013 the operational system started to use 137 model levels. Therefore, everytime you extract data from a date later than 25/06/2013 you have to select LEVEL=137 in the <code class="docutils literal notranslate"><span class="pre">CONTROL</span></code> file or define a LEVELLIST=1/to/137. Of course you can stop before the top of the atmosphere, such as 60/to/137, but you have to select the maximum level number as the last one. Table 2 in the <a class="reference external" href="https://www.geosci-model-dev-discuss.net/gmd-2019-358/">scientific model description paper</a> gives an overview of the level lists and the corresponding introducstion date.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Remember that model level 1 corresponds to the top of the atmosphere and then increases in the direction of the surface.</p>
</div>
</div>
</div>
</div>
......
......@@ -22,4 +22,24 @@ Installation problems with the Fortran program ``calc_etadot``
See ticket `#264 <https://www.flexpart.eu/ticket/264>`_ on flexpart.eu for information.
ECCODES Error Code 250
----------------------
If you get an error message from ECCODES with code 250, locking like this:
.. code-block:: bash
ECCODES ERROR : wrong size (184) for pv it contains 276 values
ECCODES ERROR : get: pv Passed array is too small
... ERROR CODE: 250
... ERROR MESSAGE:
Command '['<path-to-flex_extract>/flex_extract_v7.1/Source/Fortran/calc_etadot']' returned non-zero exit status 250.
... FORTRAN PROGRAM FAILED!
then you have set a wrong maximum level in the :literal:`CONTROL` file!
It is important to properly select the maximum level depending on the data set you would like to retrieve. The following model level definitions (number of model levels available) are limited to [16, 19, 31, 40, 50, 60, 62, 91, 137]. The ERA-Interim data set uses 62 model levels and *ERA5* as well as *CERA-20C* uses 137. The operational data set uses different model levels depending on the date. For example, on the 25/06/2013 the operational system started to use 137 model levels. Therefore, everytime you extract data from a date later than 25/06/2013 you have to select LEVEL=137 in the :literal:`CONTROL` file or define a LEVELLIST=1/to/137. Of course you can stop before the top of the atmosphere, such as 60/to/137, but you have to select the maximum level number as the last one. Table 2 in the `scientific model description paper <https://www.geosci-model-dev-discuss.net/gmd-2019-358/>`_ gives an overview of the level lists and the corresponding introducstion date.
.. note::
Remember that model level 1 corresponds to the top of the atmosphere and then increases in the direction of the surface.
No preview for this file type
This diff is collapsed.
......@@ -22,4 +22,24 @@ Installation problems with the Fortran program ``calc_etadot``
See ticket `#264 <https://www.flexpart.eu/ticket/264>`_ on flexpart.eu for information.
ECCODES Error Code 250
----------------------
If you get an error message from ECCODES with code 250, locking like this:
.. code-block:: bash
ECCODES ERROR : wrong size (184) for pv it contains 276 values
ECCODES ERROR : get: pv Passed array is too small
... ERROR CODE: 250
... ERROR MESSAGE:
Command '['<path-to-flex_extract>/flex_extract_v7.1/Source/Fortran/calc_etadot']' returned non-zero exit status 250.
... FORTRAN PROGRAM FAILED!
then you have set a wrong maximum level in the :literal:`CONTROL` file!
It is important to properly select the maximum level depending on the data set you would like to retrieve. The following model level definitions (number of model levels available) are limited to [16, 19, 31, 40, 50, 60, 62, 91, 137]. The ERA-Interim data set uses 62 model levels and *ERA5* as well as *CERA-20C* uses 137. The operational data set uses different model levels depending on the date. For example, on the 25/06/2013 the operational system started to use 137 model levels. Therefore, everytime you extract data from a date later than 25/06/2013 you have to select LEVEL=137 in the :literal:`CONTROL` file or define a LEVELLIST=1/to/137. Of course you can stop before the top of the atmosphere, such as 60/to/137, but you have to select the maximum level number as the last one. Table 2 in the `scientific model description paper <https://www.geosci-model-dev-discuss.net/gmd-2019-358/>`_ gives an overview of the level lists and the corresponding introducstion date.
.. note::
Remember that model level 1 corresponds to the top of the atmosphere and then increases in the direction of the surface.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment