expand a original series into a monthly one
tsout=b2m(tsin)
* tsin = a time series available every two months
* option = an integer, between -1 and 2:
. -1 if each monthly value is equal to the original one (default if the argument is not given)
. 0 if each monthly value is equal to the original one divided by 2
. n if the value of the n-th month is equal to the original one and the others are set to %nan
* tsout = the corresponding monthly time series