First time here? Check our help page!
1

get error by upgrading docker image from nrel/energyplus:8.9 to 9.4

I have been using energyplus docker image to run energyplus in aws.
I tried to upgrade docker image from nrel/energyplus:8.9 to nrel/energyplus:9.4 and updated corresponding idf file as well.
I could confirm that input idf file can run simulation locally using ep-launch but got following error when I tried to run using docker image nrel/energyplus:9.4.

ERROR: Input file must have IDF, IMF, or epJSON extension.

Does anyone have any idea what could be the reason and how to solve?

katsuya.obara's avatar
2.1k
katsuya.obara
asked 2021-10-18 18:20:20 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2021-10-19 08:58:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

I saw an edit at some point that showed the file, which is *.expidf. Rename to *.idf

Julien Marrec's avatar Julien Marrec (2021-10-20 04:46:06 -0500) edit
add a comment see more comments

1 Answer

0

The file you are trying to run... what is its extension? Because it must be idf, imf or epjson to work, as the message clearly states.

energyplus myfile.idf # Does work
energyplus myfile.something # Does not work
energyplus myfile.expidf # does not work
Julien Marrec's avatar
29.7k
Julien Marrec
answered 2021-10-19 03:05:54 -0500, updated 2021-10-20 04:45:46 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments