...
| Section | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Specifies the contouring style for the selected layer. Each Eccharts layer is associated with a group of predefined styles. When a given layer is selected in Layer the icon editor only shows the available styles for that layer and the default style is automatically selected.
Input File
Specifies the full path to the file containing the input GRIB data. Available when Prepare Mode is forecast and Input Source is file. The input file must contain the following fields:
| Filed type | Parameters | Forecast steps (defined in Step) |
|---|---|---|
| surface fields | ["sd","msl","tcc","10u","10v","2t","2d","sp", "z","lsm","lcc","mcc","hcc","skt", "stl1","swvl1"] | all |
| surface fluxes | ["lsp","cp","sshf","ewss","nsss","ssr"] | all + additional steps (see the note below) |
| model level fields | ["u","v","t","q","etadot"] | all |
| surface analysis | ["sdor","cvl","cvh","sr"] | required for the valid date of step 0 |
| Note |
|---|
The surface fluxes are accumulated fields and for the de-accumulation process they also require the step preceding the first step. We have a special case when the first step is 0 because in this case we need two additional steps but from the previous model run! E.g. for a 0 UTC model run when we use 3 hourly steps we need the fluxes from step=6 and step=3 of the 18 UTC run on the previous day. |
...