lbl-srg / modelica-buildings

Modelica Buildings library
251 stars 156 forks source link

Some models fails verification due to the stopTime is smaller than the startTime #3964

Closed AndreaBartolini closed 1 month ago

AndreaBartolini commented 1 month ago

The following models:

fail the verification vs the Modelica reference files because the StopTime=604800, written inside the model, is smaller than the StartTime=6393600, inherited from the extended model.

In the reference files the simulation time starts from zero, maybe that files have been produced with different settings. In any case, the better way to avoid this kind of problems is to locally specify the experiment parameters.

Keeping @casella in the loop