Seite 1 von 1

Climate Conditions Input

Verfasst: 15 Mai 2023, 16:52
von fgoergen
Hello,
very simple question but I couldnt find anything useful to solve it.
When entering my own climatic paremters (i.e. Temperature) and chose data points [TabulatedData] the following error occurs:

"Invalid time point (non monotonic increasing or duplicate time point in line Error reading file .."

What is the correct format here?

Thank you
FG

Re: Climate Conditions Input

Verfasst: 18 Mai 2023, 18:39
von fechner
Hello,

best is using tsv files (tabulator separated values) with the following format

Code: Alles auswählen

Time [unit] Value1 [unit] …
time value

Example:

time [d] temperature [C]
0 -2
0.2 -4
0.5 4
1 -1
1.4 -4
.

Re: Climate Conditions Input

Verfasst: 18 Mai 2023, 18:43
von fechner
Here also a example file