How can i enter a DOE2 file in dynamo?
I need to enter a DOE2 or Bin file in dynamo to run solar radiation analysis. Is it possible?
First time here? Check out the Help page!
I need to enter a DOE2 or Bin file in dynamo to run solar radiation analysis. Is it possible?
The simplest method I know of is to use Elements by Big Ladder Software, although I have never tried personally to do this myself. All the other methods that have been mentioned require two steps using two separate programs : the first to convert the DOE-2 weather file from binary (.bin) to ASCII (.fmt) such as WTHFMT or PKAFT (?), and the second to convert from DOE-2 ASCII (*.fmt) to EnergyPlus epw such as the EnergyPlus WEATHER converter program. Having said this, I would not recommend doing such a translation, as the DOE-2 weather file stores the data in IP integers, so the translated epw will have degraded data that can have strange statistical effects, e.g., if you bin the data by integer Celsius, you'll likely see periodic spikes. My recommendation is to track down the original raw data or an epw built from that data.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-12-13 15:18:36 -0600
Seen: 323 times
Last updated: Dec 24 '17
AFAIK you can import EPW in dynamo, so in case you can't file the same weather file in EPW format, you could convert your BIN to EPW (see here for eg)