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

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

redo Sphinx documentation

  • Property mode set to 100644
File size: 2.5 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 :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 things like time 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 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
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 or type of retrieving the vertical coordinate.
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
51.. literalinclude:: ../../../../../Run/Control/CONTROL.documentation
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