First time here? Check our help page!
2

How to limit simulation output files?

We are running a bunch of EnergyPlus simulations on Amazon Web Services and only care about the output variable CSV and EIO output files. We don't want to pay for storage for the other output files generated. Is there an easy way in the IDF to specify saving only those two output files?

mldichter's avatar
2.6k
mldichter
asked 2019-10-18 10:06:20 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-15 11:40:35 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

If you remove all other Output:* objects (beside Output:Variable), you can reduce the number of outputs, but you'll still get about 10 extras. Beyond that, you'll have to modify the run scripts that are driving the remote simulations to delete the unwanted files.

MJWitte's avatar
9.7k
MJWitte
answered 2019-10-18 10:17:57 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments