Many values—like prices, system design choices, or financial assumptions—aren’t fixed. Rather than commit to a single input, Aire lets you define multiple cases for any term or block.Cases are named options that represent different possible values or structures. They allow you to reason through ambiguity, model what’s known and unknown, and compare outcomes—all without duplicating your model.
A case is an alternate value or configuration attached to a term or block. You might define cases like:
low, base, and high for a price or efficiency
battery_base vs no_battery for a system design
aggressive vs conservative for cost or incentive structures
Each case reflects a distinct modeling assumption. Case names are local to each block—there’s no global list—so different parts of the model can express uncertainty in ways that match their logic.