Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
1

Whereabouts of table_convert.py script

asked 2020-01-10 12:03:18 -0500

mldichter's avatar

I had an EnergyPlus 9.0 IDF I updated to 9.2 with a Table:TwoIndependentVariables object. Where can I find the table_convert.py file to convert my old CSV input to a 9.2 compatible format?

 Output:PreprocessorMessage,Conversion 9.1 => 9.2,Warning,
Table:TwoIndependentVariables="Data Center Cooling Power Table",
 references an external file="CRAC CZ1-15 datapoints.csv",
. External files must be converted to the new format usingtable_convert.py.;
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-01-10 12:37:37 -0500

edit flag offensive delete link more

Comments

@shorowit I ended up having to translate by hand. The EnergyPlus simulation was crashing after the IDF update. I ended up starting out with a super simple implementation of my previous code and made incremental changes. I think the crashing was caused by referencing an external file in the lookup table related objects but not specifying the column and row fields in the table related objects. Instead of gracefully generating an ERR file, EnergyPlus just crashed. I don't know for sure though.

mldichter's avatar mldichter  ( 2020-01-10 13:11:50 -0500 )edit

These new lookup table objects and documentation are a lot better than the previous objects overall though.

mldichter's avatar mldichter  ( 2020-01-10 13:14:45 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2020-01-10 12:03:18 -0500

Seen: 81 times

Last updated: Jan 10 '20