increase number of triggers in AEIThorns trigger

Issue #1314 closed
Roland Haas created an issue

currently the max is 10. I find myself needing more (15 to be precise). Can we increase this number to say 39 (or some other largish non-typical number) or are that many parameters too expensive to support?

Similarly (but more complicated) it would be useful to be able to steer more than one parameter/grid scalar when a trigger triggers. The current way of specifying targets is unfortunately not well suited for this.

Keyword: Trigger

Comments (4)

  1. Erik Schnetter
    • removed comment

    Yes, this can easily be increased. The cost is low.

    Instead of writing complex code in Trigger and hundreds of lines in a parameter file, you could write a short routine in C to handle the triggering. That would be a custom, one-off thorn, but may in the end be easier and safer.

    "FullFilled" should be changed to "Fulfilled" (no camel-case, fewer ells).

    This is a feature request and should be reviewed by the release manager.

  2. Roland Haas reporter
    • removed comment

    There is already such a thorn (CoreCollapseControl) which will be proposed quite soon (right now I missed the 8th to propose it for this release).

    Yes having very many trigger options is cumbersome and error prone.

  3. Log in to comment