Ignore:
Timestamp:
May 27, 2020, 8:01:54 PM (4 years ago)
Author:
Petra Seibert <petra.seibert [at) univie.ac.at>
Branches:
master, ctbto, dev
Children:
550435b
Parents:
a14839a
Message:

Language corrections for the Sections Developers, Support, Changelog, and the home directory (index.html)

further improvment of documentation, close to final

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/source/Documentation/Input/run.rst

    rb1674ed rf20342a  
    11**********************************
    2 The executable Script - ``run.sh``
     2The executable script - ``run.sh``
    33**********************************
    44
    5 The execution of ``flex_extract`` is done by the ``run.sh`` Shell script, which is a wrapping script for the top-level Python script ``submit.py``.
     5The execution of ``flex_extract`` is done by the ``run.sh`` shell script, which is a wrapper script for the top-level Python script ``submit.py``.
    66The Python script constitutes the entry point to ECMWF data retrievals with ``flex_extract`` and controls the program flow.
    77
    8 ``submit.py`` has two (three) sources for input parameters with information about program flow and ECMWF data selection, the so-called ``CONTROL`` file, 
    9 the command line parameters and the so-called ``ECMWF_ENV`` file. Whereby, the command line parameters will override the ``CONTROL`` file parameters.
     8``submit.py`` has two (or three) sources for input parameters with information about program flow and ECMWF data selection, the so-called ``CONTROL`` file, 
     9the command line parameters, and the so-called ``ECMWF_ENV`` file. Command line parameters will override parameters specified in the ``CONTROL`` file.
    1010
    11 Based on these input information ``flex_extract`` applies one of the application modes to either retrieve the ECMWF data via a Web API on a local maschine or submit a jobscript to ECMWF servers and retrieve the data there with sending the files to the local system eventually.
     11Based on this input information, ``flex_extract`` applies one of the application modes to either retrieve the ECMWF data via a web API on a local maschine, or submit a job script to an ECMWF server and retrieve the data there, and at the end sends the files to the local system.
    1212
    1313
    1414
    1515
    16 Submission Parameter
     16Submission parameters
    1717--------------------
    1818
    1919
    20 .. exceltable:: Parameter for Submission
     20.. exceltable:: Parameters for submission
    2121    :file:  ../../_files/SubmitParameters.xls
    2222    :header: 1 
     
    3939---------------------------------
    4040
    41 It is also possible to start ``flex_extract`` directly from command line by using the ``submit.py`` script instead of the wrapping Shell script ``run.sh``.  This top-level script is located in
    42 ``flex_extract_vX.X/Source/Python`` and is executable. With the ``help`` parameter we see again all possible
    43 command line parameter.
     41It is also possible to start ``flex_extract`` directly from command line by using the ``submit.py`` script instead of the wrapper shell script ``run.sh``.  This top-level script is located in
     42``flex_extract_vX.X/Source/Python`` and is executable. With the ``--help`` parameter
     43we see again all possible command line parameters.
    4444
    4545.. code-block:: bash
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG