Hi,
Thanks everybody for your advice! :-)
I went down the lookup table lane. My first attempt didn't work out, as the array seems to have been too big... the 41x71 array was too much. SIMPL+ would neither find an error nor put out a warning. It just didn't link the compiled file, while SIMPL Windows gave an error that the Crosscompiler might not be installed... Now that I have scaled ?down the integer array to 31x31 everything works as desired!
Thanks again to everybody for your support! :-)
Markus
Von meinem iPhone gesendet
toggle quoted message
Show quoted text
?
Markus, take a look at dewpoint.zip in file setction. It is the module for a dew point calculation where inputs are temperature and humidity from C2N-RTHS.?
The calculation is made by lookup-table method. It is probably not the most accurate method, but for my needs it's Ok.