2

Missing required property 'file_name'

Hello all, I am trying to simulate a model I generated using resstock framework. Usually I do not have any issues, but this time I am getting the following error with regards to the schedule file and the simulation stops right away: * Severe * <root>[Schedule:File][baths] - Missing required property 'file_name'.

I tried pasting the schedules.csv file elsewhere and changing the path, however the error does not seem to go away. Does anyone know the reason behind this? The resstock generated an openstudio file version 2.9.1 and I am using Openstudio 3.2.0. the model was upgraded at the start.

Vishak's avatar
401
Vishak
asked 2021-11-24 06:54:21 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2022-02-07 14:23:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Did you generate the model or was it downloaded from the EULP dataset at https://www.nrel.gov/buildings/end-us... ?

Eric Wilson's avatar Eric Wilson (2021-12-01 09:45:09 -0500) edit

I generated the model by populating characteristics in a buildstock.csv file and running it through AWS

Vishak's avatar Vishak (2021-12-06 01:05:31 -0500) edit

Update: I downloaded a model from the link above and I seem to be getting the same error. The building used was "bldg0265615-up00.osm"...

Vishak's avatar Vishak (2021-12-06 02:07:21 -0500) edit

Hi, I have the same problem. Vishak - have you find solution for that?

Mikk's avatar Mikk (2021-12-16 21:08:09 -0500) edit

Hi, I am yet to find a solution. Awaiting NREL reply

Vishak's avatar Vishak (2021-12-20 04:42:25 -0500) edit
add a comment see more comments

1 Answer

1

I ran into the same error. The simulation was stopping at the sizing step. Realized a separate temp directory (called SR) is created for the sizing run and the schedules.csv file was not being copied to that directory. I was able to get past the error by changing the sizing run directory to where my osm file was located.

My directory structure:

image description

Jmythms's avatar
51
Jmythms
answered 2022-08-31 10:24:03 -0500
edit flag offensive 0 remove flag delete link

Comments

@Eric Wilson perhaps this is a resstock bug that a schedule CSV isn't copied into the sizing run (SR) directory?

Aaron Boranian's avatar Aaron Boranian (2022-08-31 15:21:34 -0500) edit
add a comment see more comments