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?
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.
To enter a block of code:
Comments
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)