Weather xls to TMY2

This program converts data defined in a particular format in an excel file to TMY2 data format
1.1K Downloads
Updated 24 Jun 2015

View License

The program converts measured data comprising of temperature, RH, GHI, DHI, DNI, wind speed and wind direction into TMY2 format. The TMY2 fields comprising of Illuminance components, atmospheric pressure, precipitable water and broad-band aerosol optical depth are modeled based on tested models available in open literature. Their references are provided in the m-file.
The zip file contains:
1. converter m-file
2. sample data excel files present in yearly and monthly folder
3. TMY2 output from the m-file for the yearly data

Details about TMY2 format can be found at:
http://rredc.nrel.gov/solar/pubs/tmy2/tmy2_index.html

The TMY2 data generated by the m-file can then be converted into .epw and .csv using energy plus weather utility and then to .bin using eQuest weather processor available at http://doe2.com/index_wth.html.

I have tried to comment the m-file so that the user can understand and be able modify it.

Cite As

Muhammad Tauha Ali (2024). Weather xls to TMY2 (https://www.mathworks.com/matlabcentral/fileexchange/35168-weather-xls-to-tmy2), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

xlstoTMY2-ver2/

Version Published Release Notes
2.0.0.0

Included the ability to pass yearly or monthly files. The code can be easily modified to generate minute based, daily or weekly TMY records if desired by some modifications in the main function of converterweather_ver2.m.

1.0.0.0