time interpolation
Added by jiayan yang about 2 years ago
hi,
I have the data of 14:30 and 14:50 on July 19, I want to interpolate the data of 14:40, how should I operate? !
!
In addition, my TBB13-HN-19.nc file has data of consecutive moments (every 10 minutes), but the data of one moment is missing. I use the following code to make up the data of the correct moment, but will this change my data of other moments?cdo inttime,2021-07-19,07:00:00,10min TBB13-HN-19.nc interpolation_try1.nc
Replies (1)
RE: time interpolation - Added by Ralf Mueller about 2 years ago
hi!
if you run into problem due to memory issues, you split the fields with distgrid
and join them later on with collgrid
do you still face the issue?
cheers
ralf