Changeset 6931f61 in flex_extract.git for Documentation/html/Documentation/Input/run.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/Documentation/Input/run.html

    r5bee29a r6931f61  
    99  <meta name="viewport" content="width=device-width, initial-scale=1.0">
    1010 
    11   <title>The executable script - run.sh &mdash; flex_extract 7.1.1 documentation</title>
     11  <title>The executable script - run.sh &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           
     
    206206<caption><span class="caption-text">Parameters for submission</span><a class="headerlink" href="#id1" title="Permalink to this table">¶</a></caption>
    207207<colgroup>
    208 <col style="width: 12%" />
    209 <col style="width: 9%" />
    210 <col style="width: 9%" />
    211 <col style="width: 9%" />
    212 <col style="width: 27%" />
    213 <col style="width: 33%" />
     208<col style="width: 13%" />
     209<col style="width: 13%" />
     210<col style="width: 8%" />
     211<col style="width: 8%" />
     212<col style="width: 26%" />
     213<col style="width: 32%" />
    214214</colgroup>
    215215<thead>
    216216<tr class="row-odd"><th class="head"><p>PARAMETER</p></th>
    217 <th class="head"><p>Datatype</p></th>
     217<th class="head"><p>Format</p></th>
    218218<th class="head"><p>Possible values</p></th>
    219219<th class="head"><p>Default</p></th>
     
    224224<tbody>
    225225<tr class="row-even"><td><p>START_DATE</p></td>
    226 <td><p>String YYYYMMDD</p></td>
     226<td><p>String (YYYYMMDD)</p></td>
    227227<td><p>depends on dataset</p></td>
    228228<td><p>None</p></td>
    229229<td><p>The first day of the retrieval period.</p></td>
    230 <td><p>If END_DATE is set, START_DATE must be greater than END_DATE.</p></td>
     230<td><p>If END_DATE is set, START_DATE must be earlier or equal than END_DATE.</p></td>
    231231</tr>
    232232<tr class="row-odd"><td><p>END_DATE</p></td>
    233 <td><p>String YYYYMMDD</p></td>
     233<td><p>String (YYYYMMDD)</p></td>
    234234<td><p>depends on dataset</p></td>
    235235<td><p>None</p></td>
     
    260260<tr class="row-odd"><td><p>BASETIME</p></td>
    261261<td><p>Integer</p></td>
    262 <td><p>[0; 12]</p></td>
     262<td><p>0; 12</p></td>
    263263<td><p>None</p></td>
    264264<td><p>This parameter is intended for half-day retrievals. Only half a day will be retrieved starting from BASETIME going back 12 hours. E.g. 20180510 with a BASETIME = 00 would lead to a data retrieval of 20180509 12h until 20180510 00h.</p></td>
     
    266266</tr>
    267267<tr class="row-even"><td><p>STEP</p></td>
    268 <td><p>list of String [xx xx … xx] or as String [x/to/x]</p></td>
    269 <td><p>[00 - max available STEP in data set]</p></td>
     268<td><p>blank seperated list of Integers (ii ii … ii) or as String (start/to/end)</p></td>
     269<td><p>00 - max available STEP in data set</p></td>
    270270<td><p>None</p></td>
    271271<td><p>This is the forecast time step in hours for each corresponding field type (TYPE). Counting of the steps starts from the forecast times.  E.g. In Era-Interim, for forecasts at 3, 6, 9 UTC the STEPS 3,6 and 9 are used and the forecast TIME 00 UTC. </p></td>
     
    273273</tr>
    274274<tr class="row-odd"><td><p>LEVELIST</p></td>
    275 <td><p>String [start/to/end]</p></td>
     275<td><p>String (start/to/end)</p></td>
    276276<td><p>1/to/137; depends on dataset</p></td>
    277277<td><p>None</p></td>
     
    280280</tr>
    281281<tr class="row-even"><td><p>AREA</p></td>
    282 <td><p>Double [f/f/f/f]</p></td>
     282<td><p>Double (f/f/f/f)</p></td>
    283283<td><p>any float within lat and lon boundaries</p></td>
    284 <td><p>‘’</p></td>
     284<td><p>None</p></td>
    285285<td><p>Area defined as north/west/south/east</p></td>
    286286<td><p></p></td>
     
    288288<tr class="row-odd"><td><p>DEBUG</p></td>
    289289<td><p>Integer</p></td>
    290 <td><p>[0,1]</p></td>
     290<td><p>0;1</p></td>
    291291<td><p>0</p></td>
    292292<td><p>Debug mode - leave temporary files intact</p></td>
     
    295295<tr class="row-even"><td><p>OPER</p></td>
    296296<td><p>Integer</p></td>
    297 <td><p>[0,1]</p></td>
     297<td><p>0;1</p></td>
    298298<td><p>0</p></td>
    299299<td><p>Operational mode - prepares dates with            environment variables</p></td>
     
    302302<tr class="row-odd"><td><p>REQUEST</p></td>
    303303<td><p>Integer</p></td>
    304 <td><p>[0,1,2]</p></td>
     304<td><p>0;1;2</p></td>
    305305<td><p>0</p></td>
    306 <td><p>List all mars requests with its specifc values in file mars_requests.dat</p></td>
     306<td><p>List all mars requests with its specifc values in file mars_requests.dat
     3070 – no file
     3081 – only mars_requests.csv
     3092 – file and extraction</p></td>
    307310<td><p>Very useful for documentation or debugging reasons.</p></td>
    308311</tr>
    309312<tr class="row-even"><td><p>PUBLIC</p></td>
    310313<td><p>Integer</p></td>
    311 <td><p>[0,1]</p></td>
     314<td><p>0;1</p></td>
    312315<td><p>0</p></td>
    313316<td><p>Public mode - retrieves the public datasets</p></td>
     
    316319<tr class="row-odd"><td><p>RRINT</p></td>
    317320<td><p>Integer</p></td>
    318 <td><p>[0,1]</p></td>
     321<td><p>0;1</p></td>
    319322<td><p>0</p></td>
    320323<td><p>Selection of old or new precipitation interpolation ;
     
    346349<tr class="row-odd"><td><p>JOB_TEMPLATE</p></td>
    347350<td><p>String</p></td>
    348 <td><p>job.temp</p></td>
    349 <td><p>job.temp</p></td>
     351<td><p>jobscript.template</p></td>
     352<td><p>jobscript.template</p></td>
    350353<td><p>The job template file which are adapted to be submitted to the batch system on ECMWF server.</p></td>
    351354<td><p></p></td>
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG