Hi all,
In the ASCII ATMOSPHERIC DATA FILE, the latest Telemac release allows to add a selection of columns, including the units. For example:
T WINDS WINDD TAIR PATM HREL CLDC
sec m/s ? ?C mbar % octa
This file gives the suggestion that the units are being read, and also in the manual
the variable CLDC is said to be possible in both octas and tenths. However, from a browse through the code it seems that the units are not used and that all formula's are assuming the data to be in octas. Am I missing some conversion step, or should we update the manual to only mention octas as allowed user input?
What I found at different places:
- telemac3d_dict (also 2d): keyword CLOUD COVER in octas or tenths
- waqtel_user (chapter 3.1): CLDC in octas or tenths
- waqtel_theory (chapter 6.3.2): cloudiness in octa or nebulosity in tenths
- exchange_with_atmosphere.f (here named NEBU): octas
- cals2d_thermic.f: octas
- meteo_telemac.f: tenths