Code: Select all
# Standard CSV template with data in metric units
#
# date, time, sol[w], temperature[C]
[YYYY]-[MM]-[DD],[hh]:[mm],[sol2rad-avg:],[th0temp-avg=C.1:]
Code: Select all
2022-01-01,00:00,,
2022-01-01,00:30,,
2022-01-01,01:00,,
2022-01-01,01:30,,
2022-01-01,02:00,,
2022-01-01,02:30,,
2022-01-01,03:00,,
2022-01-01,03:30,,
Regards
T.Meißner