I have tried to make the input description as clear as I can and I’m not sure that there’s much more that I could write to make it clearer but I know it’s a fairly complex input. Maybe some of the screenshots that I posted in my answer here will make it clearer what the input is expecting:
Re-reading your question, I also realize that it might not have been obvious that CSV files only support a single sheet per file. It’s not like Excel where you have different sheets in the same file. So each sensor grid should be getting it’s own CSV file and the name of each CSV should match that of the sensor grid in your model.
Lastly, the number of columns in your CSV should be equal to the number of hours in your run period. So, if you are plugging in a value for run_period_ that is only 24 hours, you only need to have 24 columns in each of your CSVs.
Let me know if you have any questions or if you have any suggestions for how I could make the input description clearer. Maybe I should have replaced “timestep of the run period” with “hour of the run period” in the following part of the description:
Each csv file should contain a matrix of air speed values in m/s with one row per sensor and one column per timestep of the run period.