Project

General

Profile

How I can merge a 6 hourly data to a single monthly data ?

Added by jyoti lodha almost 6 years ago

Hi
As I have to merge a 6 hourly data to single monthly data , Is it possible as the skin temperature is only available in month. So how can I merge in to 6 hourly data . As it is showing me following warning:

cdo merge /ankit/test.grb2 /ankit/tsmer.grb2 /ankit/temp.grb2
Warning (gribapiScanTimestep1): Record 3 (name= id=11 lev1=0 lev2=0) timestep 1: Inconsistent verification time!
cdo merge: Processed 11 variables over 32 timesteps [5.28s 30MB]

Thanks

Waiting for a positive response.

ts.grb2 (25.5 KB) ts.grb2 monthly file
atmos.grb2 (39.4 MB) atmos.grb2 6 hour file

Replies (1)

RE: How I can merge a 6 hourly data to a single monthly data ? - Added by Karin Meier-Fleischer almost 6 years ago

Hi Jyoti,

have a look at the operator monavg

cdo monavg atmos.grb2 atmos_monavg.grb2
cdo merge atmos_monavg.grb2 ts.grb2 out_merged.grb2

-Karin

    (1-1/1)