v8.15 to v8.16
In this migration guide you will find:
Yaml migration
1. Changes in unit-format for venting emitters
- New unit-format for venting emitters, aligned to what is used in other parts of yaml-file.
The new yaml implementation is described below:
Previously the format looked like this:
RATE:
VALUE: 2
UNIT: kg/d
TYPE: STREAM_DAY
The new format is:
RATE:
VALUE: 2
UNIT: KG_PER_DAY
TYPE: STREAM_DAY