Skip to content

Fixing Catalyst issue with forcing output

If Catalyst output was force before timeStepToStartOutputAt was reached the data wouldn't be properly requested in the RequestDataDescription() call and thus wouldn't be generated by the adaptor for the subsequent DoCoProcessing call.

Merge request reports