Project

General

Profile

change level from depth_3 to depth_5

Added by Behnam Zamani about 5 years ago

I would like to calculate the correlation between two sets with different levels, one with depth_3 and one with depth_5. Although I translate one grid to the grid of the other netcdf (using setgrid), Once I want to directly calculate the correlation through 'timcor' command, I get the following warning and error:

cdo timcor (Warning): Input parameters have different levels!
cdo timcor (Warning): Input streams have different number of records!

Error (streamInqRecord): record 2 not available at timestep 237
HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 0:
#000: H5T.c line 1734 in H5Tclose(): not a datatype
major: Invalid arguments to routine
minor: Inappropriate type

How could I solve this?

Thanks