Bug hunt
Open 09_bug_hunt.mac. It contains five common parametric-sweep defects:
| Error | Symptom | Check | Cause | Minimum fix |
|---|---|---|---|---|
| 1 | Impossible topology | Node counts | No rebuild between cases | VCLEAR + VDELE in build |
| 2 | Single-row CSV | Output file | CSV written in extract | Write only from the driver |
| 3 | h=0.08 selected | feasible | Confused with validation_pass | Filter by design limits |
| 4 | Inconsistent loop | /STATUS,PARM | /CLEAR inside *DO | Clear geometry, not the session |
| 5 | h=0.14 selected | selected_h | Largest acceptable height chosen | min(beam_h) with feasible=1 |