0

Can't load my OpenStudio model

I have a problem with my open studio model and I don't know how to cope it. Below is the definition of this problem:

Error: Model with Version 1.1.0 IDD is not valid to draft strictness level.

Error: The collection is INVALID at strictness level 'Draft', because of the errors: Object level data error of type NoIdd . Error pertains to an object of type 'Catchall', named ''. Additional information about the error type: input data definition is missing or empty.

Tom's avatar
1
Tom
asked 2014-11-12 14:44:50 -0500
Neal Kruis's avatar
4.7k
Neal Kruis
updated 2014-11-13 09:45:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@Tom - welcome! I retagged your question with more appropriate tags so that it's searchable. Looks like there might be a problem with an object called 'Catchall'.

MatthewSteen's avatar MatthewSteen (2014-11-12 15:16:24 -0500) edit

Try using the diagnostic script as described here to see if that files the model.

David Goldwasser's avatar David Goldwasser (2014-11-12 15:41:55 -0500) edit
add a comment see more comments

2 Answers

0

@Benjamin has good advice. EnergyPlus will complain if you use characters such as commas and semicolons which are used for delimiting object fields. For example the , after the handle to denote the end of a field and the ; after the version identifier to denote the end of an object.

OS:Version,
 {ecd98db1-abc5-4a10-9fd5-2ac692b3dfe7},     !- Handle
 1.5.0;                                      !- Version Identifier
MatthewSteen's avatar
10.1k
MatthewSteen
answered 2014-11-12 16:55:12 -0500, updated 2014-11-12 17:00:30 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I have experienced this problem, and it was related to the name I'd given to an object, in that it wasn't a valid name. You could examine the .osm file using a text editor, search for "catchall" and see if renaming the object helps.

Benjamin's avatar
1.1k
Benjamin
answered 2014-11-12 16:13:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments