Load(): Grid specified in configuration file is not applied in some cases
As reported by @dmacias Load() does not interpolate to the right grid when the actual grid of the first experiment is not the same as the specified in the configuration file for that experiment.
For example in:
Data <- Load(exp = c("m04o", "m04p"), obs = "ESA", var = "tos", sdates = paste0(1993:2009, '0501'), nleadtime = 4, leadtimemin = 1, leadtimemax = 4, storefreq = "monthly", sampleperiod = 1, nmember = 10, output = "lonlat", lonmin = -170, lonmax = -120, latmin = -5, latmax = 5, configfile="~obellprat/CFU/s2dverification/inst/config/IC3.conf")