Ignore:
Timestamp:
Aug 12, 2020, 8:47:31 AM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
73308e0
Parents:
ee9aaec
Message:

updated online docu (rm tabs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Documentation/html/Documentation/Api/api_python.html

    r6931f61 r08c9091  
    248248
    249249<dl class="function">
    250 <dt id="install.del_convert_build">
    251 <code class="sig-prename descclassname">install.</code><code class="sig-name descname">del_convert_build</code><span class="sig-paren">(</span><em class="sig-param">src_path</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/install.html#del_convert_build"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#install.del_convert_build" title="Permalink to this definition">¶</a></dt>
     250<dt id="install.del_fortran_build">
     251<code class="sig-prename descclassname">install.</code><code class="sig-name descname">del_fortran_build</code><span class="sig-paren">(</span><em class="sig-param">src_path</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/install.html#del_fortran_build"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#install.del_fortran_build" title="Permalink to this definition">¶</a></dt>
    252252<dd><p>Clean up the Fortran source directory and remove all
    253 build files (e.g. *.o, *.mod and CONVERT2)</p>
     253build files (e.g. *.o, *.mod and FORTRAN EXECUTABLE)</p>
    254254<dl class="field-list simple">
    255255<dt class="field-odd">Parameters</dt>
     
    327327
    328328<dl class="function">
    329 <dt id="install.mk_convert_build">
    330 <code class="sig-prename descclassname">install.</code><code class="sig-name descname">mk_convert_build</code><span class="sig-paren">(</span><em class="sig-param">src_path</em>, <em class="sig-param">makefile</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/install.html#mk_convert_build"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#install.mk_convert_build" title="Permalink to this definition">¶</a></dt>
    331 <dd><p>Compiles the Fortran code and generates the executable.</p>
    332 <dl class="field-list simple">
    333 <dt class="field-odd">Parameters</dt>
    334 <dd class="field-odd"><ul class="simple">
    335 <li><p><strong>src_path</strong> (<em>str</em>) – Path to the fortran source directory.</p></li>
    336 <li><p><strong>makefile</strong> (<em>str</em>) – The name of the makefile which should be used.</p></li>
    337 </ul>
    338 </dd>
    339 </dl>
    340 </dd></dl>
    341 
    342 <dl class="function">
    343329<dt id="install.mk_env_vars">
    344330<code class="sig-prename descclassname">install.</code><code class="sig-name descname">mk_env_vars</code><span class="sig-paren">(</span><em class="sig-param">ecuid</em>, <em class="sig-param">ecgid</em>, <em class="sig-param">gateway</em>, <em class="sig-param">destination</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/install.html#mk_env_vars"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#install.mk_env_vars" title="Permalink to this definition">¶</a></dt>
     
    354340<li><p><strong>destination</strong> (<em>str</em>) – The remote destination which is used to transfer files
    355341from ECMWF server to local gateway server.</p></li>
     342</ul>
     343</dd>
     344</dl>
     345</dd></dl>
     346
     347<dl class="function">
     348<dt id="install.mk_fortran_build">
     349<code class="sig-prename descclassname">install.</code><code class="sig-name descname">mk_fortran_build</code><span class="sig-paren">(</span><em class="sig-param">src_path</em>, <em class="sig-param">makefile</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/install.html#mk_fortran_build"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#install.mk_fortran_build" title="Permalink to this definition">¶</a></dt>
     350<dd><p>Compiles the Fortran code and generates the executable.</p>
     351<dl class="field-list simple">
     352<dt class="field-odd">Parameters</dt>
     353<dd class="field-odd"><ul class="simple">
     354<li><p><strong>src_path</strong> (<em>str</em>) – Path to the fortran source directory.</p></li>
     355<li><p><strong>makefile</strong> (<em>str</em>) – The name of the makefile which should be used.</p></li>
    356356</ul>
    357357</dd>
     
    449449<dt class="field-odd">Parameters</dt>
    450450<dd class="field-odd"><ul class="simple">
     451<li><p><strong>jtemplate</strong> (<em>str</em>) – Job template file from sub-directory “Templates” for
     452submission to ECMWF. It contains all necessary
     453module and variable settings for the ECMWF environment as well as
     454the job call and mail report instructions.
     455Default is _config.TEMPFILE_JOB.</p></li>
     456<li><p><strong>job_file</strong> (<em>str</em>) – Path to the job script file.</p></li>
     457<li><p><strong>clist</strong> (<em>list of str</em>) – Contains all necessary parameters for ECMWF CONTROL file.</p></li>
     458</ul>
     459</dd>
     460</dl>
     461</dd></dl>
     462
     463<dl class="function">
     464<dt id="submit.submit">
     465<code class="sig-prename descclassname">submit.</code><code class="sig-name descname">submit</code><span class="sig-paren">(</span><em class="sig-param">jtemplate</em>, <em class="sig-param">c</em>, <em class="sig-param">queue</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/submit.html#submit"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#submit.submit" title="Permalink to this definition">¶</a></dt>
     466<dd><p>Prepares the job script and submits it to the specified queue.</p>
     467<dl class="field-list simple">
     468<dt class="field-odd">Parameters</dt>
     469<dd class="field-odd"><ul class="simple">
    451470<li><p><strong>jtemplate</strong> (<em>str</em>) – Job template file from sub-directory “_templates” for
    452471submission to ECMWF. It contains all necessary
    453472module and variable settings for the ECMWF environment as well as
    454473the job call and mail report instructions.
    455 Default is “job.temp”.</p></li>
    456 <li><p><strong>job_file</strong> (<em>str</em>) – Path to the job script file.</p></li>
    457 <li><p><strong>clist</strong> (<em>list of str</em>) – Contains all necessary parameters for ECMWF CONTROL file.</p></li>
    458 </ul>
    459 </dd>
    460 </dl>
    461 </dd></dl>
    462 
    463 <dl class="function">
    464 <dt id="submit.submit">
    465 <code class="sig-prename descclassname">submit.</code><code class="sig-name descname">submit</code><span class="sig-paren">(</span><em class="sig-param">jtemplate</em>, <em class="sig-param">c</em>, <em class="sig-param">queue</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/submit.html#submit"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#submit.submit" title="Permalink to this definition">¶</a></dt>
    466 <dd><p>Prepares the job script and submits it to the specified queue.</p>
    467 <dl class="field-list simple">
    468 <dt class="field-odd">Parameters</dt>
    469 <dd class="field-odd"><ul class="simple">
    470 <li><p><strong>jtemplate</strong> (<em>str</em>) – Job template file from sub-directory “_templates” for
    471 submission to ECMWF. It contains all necessary
    472 module and variable settings for the ECMWF environment as well as
    473 the job call and mail report instructions.
    474 Default is “job.temp”.</p></li>
     474Default is _config.TEMPFILE_JOB.</p></li>
    475475<li><p><strong>c</strong> (<a class="reference internal" href="#ControlFile.ControlFile" title="ControlFile.ControlFile"><em>ControlFile</em></a>) – Contains all the parameters of CONTROL file and
    476476command line.</p></li>
     
    11121112<code class="sig-name descname">makefile</code><a class="headerlink" href="#ControlFile.ControlFile.makefile" title="Permalink to this definition">¶</a></dt>
    11131113<dd><p>Name of the makefile to be used for the Fortran program.
    1114 Default value is ‘Makefile.gfortran’.</p>
     1114Default value is None.</p>
    11151115<dl class="field-list simple">
    11161116<dt class="field-odd">Type</dt>
     
    19091909<dl class="method">
    19101910<dt id="GribUtil.GribUtil.set_keys">
    1911 <code class="sig-name descname">set_keys</code><span class="sig-paren">(</span><em class="sig-param">fromfile</em>, <em class="sig-param">keynames</em>, <em class="sig-param">keyvalues</em>, <em class="sig-param">wherekeynames</em>, <em class="sig-param">wherekeyvalues</em>, <em class="sig-param">filemode='wb'</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/GribUtil.html#GribUtil.set_keys"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GribUtil.GribUtil.set_keys" title="Permalink to this definition">¶</a></dt>
     1911<code class="sig-name descname">set_keys</code><span class="sig-paren">(</span><em class="sig-param">fromfile</em>, <em class="sig-param">filemode='wb'</em>, <em class="sig-param">keynames=[]</em>, <em class="sig-param">keyvalues=[]</em>, <em class="sig-param">wherekeynames=[]</em>, <em class="sig-param">wherekeyvalues=[]</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/GribUtil.html#GribUtil.set_keys"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GribUtil.GribUtil.set_keys" title="Permalink to this definition">¶</a></dt>
    19121912<dd><p>Opens the file to read the grib messages and then write
    19131913the selected messages (with wherekeys) to a new output file.
     
    33133313<dl class="function">
    33143314<dt id="checks.check_public">
    3315 <code class="sig-prename descclassname">checks.</code><code class="sig-name descname">check_public</code><span class="sig-paren">(</span><em class="sig-param">public</em>, <em class="sig-param">dataset</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/checks.html#check_public"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#checks.check_public" title="Permalink to this definition">¶</a></dt>
     3315<code class="sig-prename descclassname">checks.</code><code class="sig-name descname">check_public</code><span class="sig-paren">(</span><em class="sig-param">public</em>, <em class="sig-param">dataset</em>, <em class="sig-param">marsclass</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/checks.html#check_public"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#checks.check_public" title="Permalink to this definition">¶</a></dt>
    33163316<dd><p>Check wether the dataset parameter is set to a
    33173317public data set.</p>
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG