mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The output code has an unfriendly error mode in which we unceremoniously crash--without writing any data--if some declared array dimensions from RUNSPEC aren't big enough to hold all the dynamic objects (wells, groups, connections &c). Verify that the declared dimensions are indeed big enough for the current simulation run before starting the simulator to ensure that we don't waste a lot of computational effort if, for instance, the first output is very close to the end of the simulation.