In 4.3.2. Load Zone Inputs, the docs say:
The relevant database table is inputs_geography_load_zones where the user must list the load zones along with whether unserved energy and overgeneration should be allowed in the load zone, and what the violation penalties would be.
However, this doesn’t match the schema. inputs_geography_load_zones only contains load_zone_scenario_id and the load zone names (IDs/names), and does not include fields for:
- whether unserved energy is allowed
- whether overgeneration is allowed
- violation penalty parameters
Also, I couldn’t find load_balance_scenario_id mentioned in this section (or in the surrounding geography/load zone documentation), even though it seems relevant to how load balance / violations are configured.