First time here? Check our help page!
1

How to implement subroutine to calculate mean of daily recorded attributes every 3 month? [closed]

I a new to energyplus. I am running a code to estimate min Lux every day. I want to use subroutine to calculate mean of these recorded daily min lux every quarter. It means that I want to run the code for whole year and at the end I just want to receive 4 output which are the mean of min lux for each quarter.

your help is highly appreciated.

MHT's avatar
11
MHT
asked 2020-05-10 11:05:24 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-05-11 11:43:26 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "duplicate question" by MHT 2020-05-21 15:49:29 -0500

Comments

add a comment see more comments

1 Answer

1

You have to code it in Erl through EMS EnergyPlus class objects.

You should use a TrendAevrage variable on your min values.

See below a screenshot from EMS ApplicationGuide, EnergyPlus Documentation

image description

Ag's avatar
1.4k
Ag
answered 2020-05-21 13:12:40 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments