Two different IDFs producing exact same results
I modified an idf file (single family residential prototype) to create a baseline and proposed case. I just changed out the HVAC system so one model has a gas furnace, the other a ducted heat pump,I left everything else the same.
models both run fine with minimal warnings and no errors. however, all CSV results produced are exactly the same. The difference in the idf files (and the sameness of the CSVs) has been verified through direct text comparison.
Using EnergyPlus 8.9.0
Comments
I've now downloaded the files multiple times, ran them on different machines and different EPlus versions. Original residential prototypes are in version 8.6 which I cant download for windows (though I'm still pretty sure the problem is with me rather than the files) so running them as is is going to be hard.
For a bit more context. I took two residential IECC prototypes, both single family slab on grade buildings in the same climate zone meeting the same code cycle requirements. One had a gas furnace and one had a ducted heat pump system. I simply replaced all gas furnace related idf content with the heat pump related idf content. This was expected to represent an heat pump retrofit. I ran the models, then used the .mdd to drop some building level hourly meter objects into the baseline and retrofit models. it is the resulting CSVs that are the same for the baseline and proposed simulations.
The CSV files will output whatever information you request using Output:Variable. What Output:Variables have you requested in the idf files? If it's information about weather, or schedule values, or lighting, it's entirely possible that the output csv files will be equal even for different idf files.
Hi, thanks for the reply, I'm outputting the following:
Output:Meter,Electricity:Building ,Hourly; Output:Meter,Gas:Building ,Hourly
and, because i replaced a gas furnace with a heat pump, these should definitely be different. I've dug into a bit, the .eso files are the same except for the time simulated but the eio files show different system components. super weird...
Here is a link to the idf and epw files in question if anyone feels like having a look