First time here? Check out the Help page!
1 | initial version |
Make sure you update the version in both the EnergyPlus input file.idf
file and the template .ini
2 | No.2 Revision |
Make sure you update the version in both all of the EnergyPlus input file.idf
file and files referenced.
For example, in the template .ini
you could have two idf files in there:
Simulation { Files { Template { File1 = singleZonePurchAir_template.idf; } Input { File1 = singleZonePurchAir.idf; } Log { File1 = singleZonePurchAir.err; } Output { File1 = singleZonePurchAir.eso; }
In which case you'd need to modify the singleZonePurchAir.idf
and the singleZonePurchAir_template.idf
.