source: flex_extract.git/Documentation/html/_sources/Documentation/Input/control.rst.txt

ctbtodev
Last change on this file was 5920b7f, checked in by anphi <anne.philipp@…>, 4 years ago

New compilation of Sphinx after extensive review in language/content/understanding

  • Property mode set to 100644
File size: 2.6 KB
Line 
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 which :literal:`flex_extract` needs to decide on data set specifications,
13handling of the  data retrieved, and general behaviour. The naming convention is usually (but not necessarily):
14
15   :literal:`CONTROL_<Dataset>[.optionalIndications]`
16
17There are a number of data sets for which the procedures have been tested, the operational data and the re-analysis datasets CERA-20C, ERA5, and ERA-Interim.
18The optional indications for the re-analysis data sets mark the files for *public users*
19and *global* domain. For the operational data sets (*OD*), the file names contain also information of
20the stream, the field type for forecasts, the method for extracting the vertical wind, and other information such as temporal or horizontal resolution.
21
22
23Format of CONTROL files
24----------------------------------
25The first string of each line is the parameter name, the following string(s) (separated by spaces) is (are) the parameter values.
26The parameters can be listed 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 deviate from default
30have be listed in the :literal:`CONTROL` files.
31
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 adaptation, and to understand what can be
38retrievee from ECMWF's archives.
39There is an example for each main data set, and in addition, some more varied with respect to resolution, type of field, or way of retrieving the vertical wind.
40
41
42 
43 
44CONTROL file
45------------
46The file :literal:`CONTROL.documentation` documents the available parameters
47in grouped sections together with their default values.
48In :doc:`control_params`, you can find a more
49detailed description with additional hints, possible values, and further 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