Skip to content

Parametric simulations example, missing summer day results #54

@delinchant

Description

@delinchant

Hi,
thanks a lot for opyplus package !
I think I found one issue in the notebook example : https://opyplus.readthedocs.io/en/v1.3.0/examples/parametric_simulations.html
There are two sizing days in the idf file : winter and summer
but only winter is taken into account when calling eso.get_data() (only last simulation environment), summer day is missing. Then cooling is not impacting
you may have to replace :
hourly_df = eso.get_data()
by
sizingDays = [eso.get_data(name) for name in iter(s.get_out_eso().get_environments().keys())]
import pandas as pd
hourly_df = pd.concat(sizingDays, axis=0, ignore_index=True)

Best regards
Benoit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions