Post #1645030
2026-04-23 08:05 UTC
@jimbob CDO will gladly produce 1x1 files to represent timeseries (e.g. from cdo fldmean), so I'm sceptical that it can't handle them afterwards.
btw, cdo distgrid will chop up your files into several independent regions that you can process and then collect with cdo collgrid.
Replies (1)
-
@jimbob@aus.social 2026-04-23 08:14
@eliocamp that's useful, I think the thing that was really causing the problem was that my input NetCDF had unprojected latlon, while the output was being written as "projected" (still lat/long though), and nothing I threw at things could get the grids matched.