`add_data` should be optional

Issue #289 new
Andreas Hilboll created an issue

Currently, it is not possible to have optional add_data.

Use case: In the VS_MSSChemStyle_AL_* plotting classes, there is currently no add_data set. In case of no air_pressure being pressent, I calculate static air pressure.

However, there are some AL models which provide air_pressure as 4D fields. In these cases it would be good to have optional add_data.

As discussed on Slack with @joernu76

Comments (8)

  1. Reimar Bauer
    • changed milestone to 1.9.0

    Currently, it is not possible to have optional add_data.

    Use case: In the VS_MSSChemStyle_AL_* plotting classes, there is currently no add_data set. In case of no air_pressure being pressent, I calculate static air pressure.

    However, there are some AL models which provide air_pressure as 4D fields. In these cases it would be good to have optional add_data.

    As discussed on Slack with @joernu76

  2. Log in to comment