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