-
Hi, I'm running into a The ConvertWeatherData.jar worked very well for TMY3 files, so I think it is something to do with my custom .EPW file. But I could not pinpoint where my issue is. Line 9 column 23 corresponds to the " Any help is appreciated. First 30 lines of my custom .EPW file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I suspect the reason is because your weather file has 6 lines before the hourly entries start, but 8 lines are expected, see https://github.com/lbl-srg/modelica-buildings/blob/master/Buildings/Resources/weatherdata/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw |
Beta Was this translation helpful? Give feedback.
-
Ah, the mismatch in the number of lines in the header was a copy-paste mistake on my part. Figured out the issue, it is the missing data in the 23rd (and 26th) column in the hourly entries. Everything works after replacing the missing value enumerations with non-missing values. Thanks for responding! |
Beta Was this translation helpful? Give feedback.
Ah, the mismatch in the number of lines in the header was a copy-paste mistake on my part.
Figured out the issue, it is the missing data in the 23rd (and 26th) column in the hourly entries. Everything works after replacing the missing value enumerations with non-missing values.
Thanks for responding!