AGRIF default MaxSearch value is too large
Context
AGRIF cost
Analysis
To perform extrapolations, AGRIF relies on a default search radius (MaxSearch = 10
). This is way too big for boundary interpolations where parent and child masks are coherent.
Fix
Reduce default value to 3
.
Increase search value thanks to Agrif_Set_MaskMaxSearch
subroutine to 10
only for initial state interpolations.