Skip to content

Removed ENSFilter suffix from dataset IDs, removed (an), (fc) and (ens) suffix from grib variables.

Thorwin Vogt requested to merge devel_issue_331_332 into master

Removed the (an), (fc) and (ens) suffix from grib variables. Updated the grib index version to 4, because the grib index already contains the variable name with the suffix. When creating a new index, all messages regarding to the variable must have the same forecast type as the first message of the variable, or they are skipped.

Closes #331 (closed)

Removed the hardcoded ' ENSFilter' suffix from dataset ids. Added warning log messages to mutli variable actor variable loading when the dataset id of the variable contains the suffix. It is then automatically removed. Added a warning log message to the sync control file loading when the selected dataset id also contains the suffix. It is then also automatically removed.

Closes #332 (closed)

Merge request reports