tru
May 10, 2024, 9:55pm
1
Hello,
I’m attempting to utilize the DRY_2001-2010_epw file, which is required for indoor climate simulations in Denmark.
I downloaded it from the official webpage: Klimadata - formater og kilder - Aalborg Universitet (aau.dk)
However, upon using it, I encountered two errors:
** Severe ** WeatherFile=“SJAELSMARK - DNK DMI-6188/6156/6184 WMO#=618800”, out of range data
** Severe ** Out of Range errors found with initial day of WeatherFile
Could anyone provide guidance on how to correct these errors in the epw file?
Please find attached the epw file.
Thank you in advance.
dry_2001-2010_epw.zip (238.4 KB)
tru
May 18, 2024, 5:01pm
2
Hi @ tobiaspedersentsp
I came across another post where you mentioned creating the DRY2013 in EPW format specifically for daylight purposes.
Can you assist me in resolving the error I encountered with the EPW file generated using DMI data by Build?
Thank you for your help.
tru
May 25, 2024, 8:30am
3
It seems the problem was with the DewPointTemp value, which was set to 99 instead of 99.9, indicating a missing value for this field.
I corrected it using a Python script, and now the EPW file is working properly.
Attached are the corrected EPW file and Python script.
Thanks to @tobiaspedersentsp for the helpful hints.
Phyton_DewPoinTemp.gh (6.1 KB)
dry_2001-2010_epw_corrected.zip (22 Bytes)
2 Likes