source: flex_extract.git/for_developers/Sphinx/source/Documentation/Input/control.rst @ 41c9dbc

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

Large update of Sphinx doc; moved Sphinx source to dev dir; Cleaned control files

  • Property mode set to 100644
File size: 2.4 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
20the stream, the field type for forecasts, the method for extracting the vertical coordinate and other
21things like time or horizontal resolution.
22
23
24Format of CONTROL files
25----------------------------------
26
27The parameters can be sorted in any order with one parameter per line.
28Comments are started with a '#' - sign. Some of these parameters can be overruled by the command line
29parameters given to the :literal:`submit.py` script.
30All parameters have default values. Only those parameters which have to be changed
31must be listed in the :literal:`CONTROL` files.
32
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.
39For each main dataset there is an example and additionally some variances in resolution, type of field
40or type of retrieving the vertical coordinate.
41
42
43 
44 
45CONTROL file
46------------
47The file :literal:`CONTROL.documentation` documents the available parameters
48in grouped sections with their default values. In :doc:`control_params` you can find a more
49detailed description with additional hints, possible values and some useful information about
50the setting of these parameters.
51
52.. literalinclude:: ../../../../../run/control/CONTROL.documentation
53   :language: bash
54   :caption: CONTROL.documentation
55   
56
57
58
59   
60.. toctree::
61    :hidden:
62    :maxdepth: 2
63   
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG