The ‘physics_input_table’ contains a list of all your physics input fields to be read. This includes all the geophysical fields (GEOP), fields to be read from the initial condition file (ANAL), fields read from the climatological file specified in ‘GEM_climato‘ (CLIM) as well as fields to be read from the analyzed climatological file, ‘GEM_anclima’, like for ‘TM’ and ‘LG’ (INREP).
Format:
- There is one row per field to be read
- Each row can contain several keys, specifying which field exactly should get read. These keys need to be separated from one another by a ';'. See table below for possible key names.
- Empty lines and lines starting with
...
- # are ignored
- Spaces are ignored
- Case is ignored
Keys:
Notes :
- Only the first 4 (if existing) characters of the key names are needed.
- The order of the keys is not important.
Key | Description |
---|---|
in | Variable name as found in file (mandatory) |
in2 | For vector fields, name of second component as found in file |
search | List of files from which to read the field (mandatory). If more than one file is given, the list of files is to be separated by commas.The model will search in the files for the field (starting with the first), until the field got found. Accepted values are: With: 'ANAL' → field will get read from analysis file specified in '$GEM_anal' File names are specified in 'configexp.cfg'. Note: from GEM 4.8 onward: |
freq | Frequency at which field will be read |
...
(default 0) Examples: | |
hinterp (interp) | Horizontal interpolation technique (default: cubic) |
vinterp | Vertical interpolation technique (default: none) Accepted values: none, linear, cubic, l-cond (linear conditional, interpolate only if different vgrid or hgrid) c-cond (cubic conditional, interpolate only if different vgrid or hgrid) |
tinterp (timeint) | Temporal interpolation technique (defaut=none) |
levels | List of levels (defaul=0) Accepted format: FIRST_LEVEL, LAST_LEVEL (optional) Accepted values / examples: 0 (surface), 1 (arbitrary level 1), 1,26 (arbitrary level 1 to 26), -1 (caller provided list of levels), tdiag (thermo diag level), mdiag (momentum diag level) |
cat | List of categories (for 4D vars) (default=-1) Accepted format: FIRST_CAT, LAST_CAT (optional) Accepted values / examples: 1 (1st category), 1,26 (categories 1 to 26), -1 (caller provided list of categories, all categories) |
typvar | typvar param of RPN-std files (default=' ') Accepted values: C, A, P, R, ... |
mandatory | Define if the field is mandatory or not (default=default) Accepted values: default (up to the caller to decide), true, false |
vmin | min value of the field... f = max(vmin,f) |
vmax | max value of the field... f = min(f,vmax) |
Examples:
Volet | ||
---|---|---|
| ||
|