0

How calculate time of high CO2 concentration?

Hi, Is it possible to find the time (in minute or hour) that the CO2 concentration is higher than for ex 1500 ppm, during run period?

K1nateghi's avatar
11
K1nateghi
asked 2022-06-25 17:03:52 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-06-27 15:42:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

In my opinion you shall report the CO2 concentration at hourly interval and then using excel you can easily identify when is higher than 1500 ppm (or directly on the graph)

josepsolebonet@telefonica.net's avatar
510
josepsolebonet@telefonica.net
answered 2022-06-27 06:37:32 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the reply, Actually, I need only one number as an output to use in JEPlus+EA to optimize this value. JEPlus only accept one specific number as an output.

K1nateghi's avatar K1nateghi (2022-06-27 06:43:07 -0500) edit
add a comment see more comments
0

You can use the Output:Table:Annual object where you specify "Maximum" for the Aggregation Type field. This will tell you both the maximum value and the time the maximum value occurred.

shorowit's avatar
11.8k
shorowit
answered 2022-06-27 10:20:59 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for the suggestion. I think it would be useful. Is it possible to tell us the duration that the co2 concentration is more than a specific value in the run period? For example, 2 hours of the whole day, co2 concentration will be higher than 1500 ppm.

K1nateghi's avatar K1nateghi (2022-06-27 10:32:11 -0500) edit

Ah, sorry, I misunderstood that you want duration, not an instantaneous time. I think the only way to achieve this is to create an EMS program with a variable that increments when the CO2 concentration is above 1500. You could then request that EMS variable as an annual output variable. I believe you would also need to specify the EMS variable as an EnergyManagementSystem:GlobalVariable so that its value is preserved across each execution of the EMS program for a new timestep.

shorowit's avatar shorowit (2022-06-27 11:02:34 -0500) edit
add a comment see more comments