Project

General

Profile

Merging multiple netcdf's error "grid size do not match!"

Added by Simone Di Franco about 3 years ago

Hi everybody,

i'm trying to merge by time multiple netcdf files but i'm getting this error.

Below i make a brief recap of the full process that i'm testing:

- Starting from some geotiff of different area coverage, all in WGS84 crs, i translate all files to netcdf with gdal_translate command.
- After that, i make some update on each file attributes:
- update variable name with ncrename
- update long name description with ncatted
- set time with cdo r settaxis,YYYY-MM-DD,HH:MM:SS,1month (my goal will be got a single montlhy file for single variable)
At the end trying to merge files with the command
cdo mergetime /single/*.nc monthly.nc
i got the following error
cdo mergetime (Abort): Grid size of the input parameter sst do not match!

What i'm doing wrong?

Thanks in advance.
Regards,
Simone


Replies (1)

    (1-1/1)