source: flex_extract.git/For_developers/Sphinx/source/Documentation/Input/control.rst @ ba99230

ctbtodev
Last change on this file since ba99230 was ba99230, checked in by Anne Philipp <anne.philipp@…>, 5 years ago

capitalize all directory names and adapt pathes in files

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[41c9dbc]1================
2The CONTROL file
3================
4   
5 
6
7.. MARS user documentation                              https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation
8.. MARS keywords and explanation                                https://confluence.ecmwf.int/display/UDOC/MARS+keywords
9 
10 
11This file is an input file for :literal:`flex_extract's` main script :literal:`submit.py`.
12It contains the controlling parameters :literal:`flex_extract` needs to decide on dataset specifications,
13handling of the retrieved data and general bahaviour. The naming convention is usually (but not necessary):
14
15   :literal:`CONTROL_<Dataset>[.optionalIndications]`
16
17The tested datasets are the operational dataset and the re-analysis datasets CERA-20C, ERA5 and ERA-Interim.
18The optional extra indications for the re-analysis datasets mark the files for *public users* 
19and *global* domain. For the operational datasets (*OD*) the file names contain also information of
[0b00607]20the stream, the field type for forecasts, the method for extracting the vertical coordinate and other things like time or horizontal resolution.
[41c9dbc]21
22
23Format of CONTROL files
24----------------------------------
[0b00607]25The first string of each line is the parameter name, the following string(s) (separated by spaces) is (are) the parameter values.
[41c9dbc]26The parameters can be sorted in any order with one parameter per line.
27Comments are started with a '#' - sign. Some of these parameters can be overruled by the command line
28parameters given to the :literal:`submit.py` script.
29All parameters have default values. Only those parameters which have to be changed
30must be listed in the :literal:`CONTROL` files.
31
[0b00607]32
[41c9dbc]33Example CONTROL files
34--------------------------------
35
36A number of example files can be found in the directory :literal:`flex_extract_vX.X/run/control/`.
37They can be used as a template for adaptations and understand what's possible to
38retrieve from ECMWF's archive.
[0b00607]39For each main dataset there is an example and additionally some variances in resolution, type of field or type of retrieving the vertical coordinate.
[41c9dbc]40
41
42 
43 
44CONTROL file
45------------
46The file :literal:`CONTROL.documentation` documents the available parameters
47in grouped sections with their default values. In :doc:`control_params` you can find a more
48detailed description with additional hints, possible values and some useful information about
49the setting of these parameters.
50
[0b00607]51.. literalinclude:: ../../../../../Run/Control/CONTROL.documentation
[41c9dbc]52   :language: bash
53   :caption: CONTROL.documentation
54   
55
56
57
58   
59.. toctree::
60    :hidden:
61    :maxdepth: 2
62   
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG