Tslist converter
TS lists are a type of output files that are produced by WRF during a simulation to register the calculated values in specific coordinates. The raw output format of these files is not universal and it makes importing this kind of data a big hassle in other programs (such as excel). To contrast this problem I created this page that can be used to convert any TSLISTS in a properly formatted csv file and if necessary do some simple conversion and calculations (such as converting the time column from hours to days).
This converter uses javascript to import and manipulate the data. Everything is done locally so it works even offline if the page is saved.
NOTE: For now batch conversion is not supported. You need to convert one file at a time.
Todo
- Batch conversions
- Mean calculations over time
- User defined separator
Converter
Input options
or