I am working on a distance model that creates distance rings around a given point and assigns those rings a probability. The point is in the center of a 25 x 25 km area, and the model fails to assign a probability to the area that is outside of the rings but inside the 25 x 25 km area. How can I build a simple model in model-builder where I can merge the two layers together and assign probability to the area that is not included in the model? The probability that I want to assign to the outside area is 5%.
Thank you