Climate Conditions Input

Alles zu DELPHIN, dem Programm zur hygrothermischen Bauteilsimulation.

Moderatoren: ghorwin, fechner, ruisinger

Antworten
fgoergen
Beiträge: 2
Registriert: 19 Mär 2021, 09:57

Climate Conditions Input

Beitrag 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
Dateianhänge
Delphin1.PNG
Delphin1.PNG (63.72 KiB) 2745 mal betrachtet
fechner
Beiträge: 90
Registriert: 19 Dez 2018, 09:32

Re: Climate Conditions Input

Beitrag 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
.
fechner
Beiträge: 90
Registriert: 19 Dez 2018, 09:32

Re: Climate Conditions Input

Beitrag von fechner »

Here also a example file
Dateianhänge
Hamburg HRY 04_20_425_0.zip
(23.51 KiB) 182-mal heruntergeladen
Antworten