I'm using mapped earth data and was able to subtract monthly data (e.g. Relative Humidity) from model and observational data. I want to subtract observational data from the model data to see the difference between the two.
When I try taking away the observation data from the model data I get: "operands could not be broadcast together with shapes (197,258) (18,36)"`.
Someone suggested that I regrid the data but I'm not sure how to do that. I tried using scipy.interpolate
but I'm unsure what function would work best for my situation here.
Thanks!