First time here? Check our help page!
1

Whereabouts of table_convert.py script

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.;
mldichter's avatar
2.6k
mldichter
asked 2020-01-10 12:03:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2
shorowit's avatar
11.8k
shorowit
answered 2020-01-10 12:37:37 -0500
edit flag offensive 0 remove flag delete link

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
add a comment see more comments