Martin Schupfner

Results 7 comments of Martin Schupfner

@aulemahal @huard Thank you very much for addressing this issue!

@huard Thanks for your reply. I integrated it in the Regridder since creating the mask requires creating a Regridder object as well and so all the checks related to the...

Thanks for your reply @raphaeldussin . As @aaronspring notes, there are other models beside NEMO, that are outputting extra rows/columns. I made a list of all CMIP6 ocean models I...

Using locstream to at least offer nearest neighbour remapping is a nice idea, since apparently the data on unstructured grids of the CMIP models is stored in this locstream-like format....

Hi @jdldeauna , this problem is caused by the data having been published on a grid which still contains the grid halo (rows or columns of duplicated grid cells), which...

@jbusecke > Do you by any chance know if it is possible to identify whether halo cells are included via the cf-metadata or in some other automated way for many...

I had the same problem and found this issue. Meanwhile I have found the solution, so adding it here: `cdo -f nc4 remapbil,global_0.25 -setgridtype,regular in.grib out.nc` The explanation can be...