The problem is the model itself. The RHS of the model can be written:
k * exp(-1/2 * x.wind / sigma^2) * exp(1/2 * mu /sigma^2)
so k
and the rightmost factor play the same role. The parameters are not uniquely determined.
To fix this omit k
or the last factor from the model.