You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regrid(a,b) uses CDO operators griddes and e.g. remapbil for regridding field a on the grid of field b
When a == b, one should expect that the output is equal to a. This is not the case, as shown below (first plot is for a, second plot is for minus(regrid(a,a),a))
CDO is probably faulty here, but scriptregrid.shshould alleviate for that, and check if both field have the same grid before actually calling the CDO interpolator
The text was updated successfully, but these errors were encountered:
regrid(a,b)
uses CDO operatorsgriddes
and e.g.remapbil
for regridding field a on the grid of field bWhen a == b, one should expect that the output is equal to a. This is not the case, as shown below (first plot is for a, second plot is for
minus(regrid(a,a),a)
)CDO is probably faulty here, but script
regrid.sh
should alleviate for that, and check if both field have the same grid before actually calling the CDO interpolatorThe text was updated successfully, but these errors were encountered: