architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
194 stars 61 forks source link

Error with imported weather file #3357

Closed lilseigo closed 1 year ago

lilseigo commented 1 year ago

Describe the bug There is an error when we run the radiation script with our imported weather file. Hardware: CEA 3.32.0 and windows 10. The Weather file is in the Zip file

To Reproduce Steps to reproduce the behavior:

  1. Create any case study
  2. import weather epw
  3. Run the radiation script with the default parameters
  4. error appears

Errorcode:

City Energy Analyst version 3.32.0 Running cea radiation with the following parameters:

Generating geometry for building 2 completed out of 2 Creating radiance material file Creating radiance geometry file Converting files for DAYSIM Transforming weather files to daysim format Running command epw2wea "C:\Users\domin\Desktop\test\test\inputs\weather\weather.epw" "C:\Users\domin\AppData\Local\Temp\tmpot_dyj5_\cea_radiation\common_inputs\weather_60min.wea" Transforming radiance files to daysim format Running command radfiles2daysim "C:\Users\domin\AppData\Local\Temp\tmpot_dyj5_\cea_radiation\common_inputs\rad2daysim.hea" -g -m -d

DEU_NW_Essen_104100_TRY2035_05_Wint_BBSR.zip

ShiZhongming commented 1 year ago

@lilseigo We suspect that it could be your files contain umlaut, (i.e. ä, ö, ü). Similar errors occurred in the team before because of Chinese characters.

ShiZhongming commented 1 year ago

@lilseigo We have just fixed this issue and updated the master branch. I have tested the weather file that you provided and it is working on the master branch. Are you using the CEA developer's version? If so, please just fetch the updated master. #3364