The idba_set* and idba_enq* functions can also be used to set and get observation data. To do so, use as parameter the string "Bxxyyy", where xx and yyy are the X and Y values of the BUFR/CREX table B describing the observed data.
For example:
c Set the speed of the wind (very useful in summer)
call idba_setr(handle, "B11002", 1.8)
c Also set the temperature
call idba_setr(handle, "B12001", 21.8)
call idba_prendilo(handle)