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

Error when simulating the "RefrigeratedWarehouse" example

asked 2022-11-14 03:57:07 -0500

Zakaria's avatar

updated 2023-12-21 09:20:56 -0500

I tried to run the "RefrigeratedWarehouse" example in the EnergyPlus documentation and I always get the following error.

** Severe  ** Table:Lookup "COLMACCOILINC": Input value table does not match the grid size: 648 != 540

**  Fatal  ** Btwxt: Errors discovered, program terminates.

Thanks.

edit retag flag offensive close merge delete

Comments

@Zakaria which version of EnergyPlus are you using, and is the example file for the same version?

Aaron Boranian's avatar Aaron Boranian  ( 2022-11-14 09:29:14 -0500 )edit

I used four versions: 9.2.0, 9.4.0, 9.5.0 and 22.2.0. In each of them, I used its own example, and still the same error.

It runs correctly the first time, but if I change the Output:Variable (add or delete outputs), it displays the error.

I ran the example using EnergyPlus V8.7.0 and V9.0.1 and the simulation runs correctly even when I changed the output variable.

Zakaria's avatar Zakaria  ( 2022-11-14 14:21:52 -0500 )edit

@Zakaria, This file is tested every time someone makes a change to the EnergyPlus source code. I'm wondering if you've made any modifications to the file from what is distributed with EnergyPlus or hosted on the repository.

Neal Kruis's avatar Neal Kruis  ( 2022-11-14 16:26:52 -0500 )edit

If you are referring to a modification in E+ sourecode, I didn't modify it. If you are referring to the example file, I only removed some unnecessary output variables.

Zakaria's avatar Zakaria  ( 2022-11-15 04:38:29 -0500 )edit

@Zakaria can you upload your modified example file to Google Drive, Dropbox, or something similar and then share a link for others to download the file? That way, they can compare it to the original example file that is part of the EnergyPlus installation and review your changes.

Aaron Boranian's avatar Aaron Boranian  ( 2022-11-15 08:10:47 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-11-17 08:07:28 -0500

After comparing your version of the refrigerated warehouse example file to what is provided with the EnergyPlus installation, I realized that you had also saved the IDF using the "Sorted" option with IDF Editor. I tried opening the original example file in IDF Editor and saw 3 warning messages like this:

image description

Basically, there is a Table:IndependentVariable object in the example file with more input fields defined than what IDF Editor can read. As the error mentions, saving the file in IDF Editor will lose model data, which is what's causing the severe error you posted about.

The error also mentions checking the IDD (input data dictionary) file to review the rules for this table object type. At the end of its rules, the values can only go up to 15. There is a table object named ColmacCoilInc_IndependentVariable1 which has 18 values defined, and 4.44 is value #16.

To avoid this issue, you can either:

  1. Make your changes (deleting output variables) to the original example file in a text editor instead of IDF Editor.
  2. Edit the IDD file to allow more values to be set in each object type that this warning is referencing when the IDF is opened in IDF Editor. After editing and saving the IDD file, try to open the refrigerated warehouse IDF again in IDF Editor.
edit flag offensive delete link more

Comments

Thank you very much for your help, it was very useful. I have made some changes to the Energy+.idd file, so that 18 values can be defined.

Zakaria's avatar Zakaria  ( 2023-12-18 09:24:46 -0500 )edit

Hello! I am looking to model refrigerated warehouses for an industry partner, preferrably in SoCal climate. Do you know where I can find the RefrigeratedWarehouse example? The commercial building prototype models for warehouses (ASHRAE, IECC) published by PNNL are non-refrigerated.

sashadf1's avatar sashadf1  ( 2024-03-26 15:28:52 -0500 )edit

Hi ! If you're referring to the RefrigeratedWarehouse example I mentioned in my question, you can find it in the EnergyPlus examples directory.

Zakaria's avatar Zakaria  ( 2024-04-11 02:14:57 -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: 2022-11-14 03:57:07 -0500

Seen: 142 times

Last updated: Dec 21 '23