I am working with temperature, precipitation data (0.1 degree from CDS store) and population density data (2.5 min from SEDAC) and often have to change the resolution of either data to achieve a common resolution. I do this using cdo but often get confused on which interpolation method would be more appropriate or give accurate results for a particular variable. And does the choice of method also depends on whether we are interpolating from coarser to finer grid or vice-versa? What method should be used for population data? Can you guide me on this or provide some good references?

cdo remapbil,target_file_name temp.nc outfile.nc cdo remapcon,target_file_name prec.nc outfile.nc

More Divyam Garg's questions See All
Similar questions and discussions