CreateBasinsObs: crash when sf_sb is not declared in calling environment
The function uses the variable sf_sb for getting the ids of the climate data but this latter is not declared in the arguments.
It works in the current vignette because this variable is created before in the vignette and is present in the calling environment.