Problem with Zonal mean
Added by mubashar dogar almost 10 years ago
Dear CDO users,
I have a model output data of Meridional wind component "VCOMP" and wanted to get a zonal average. I applied the following command but it is giving error as listed below:
hiram1_vcomp.nc vcomp_zonme.nan.nc
Warning (cdfInqContents) : calendar >julian< unsupported!
cdo zonmean (Abort): Too many different grids!
How can I handle this problem? I am also attaching ncdump information of my file.
Replies (2)
RE: Problem with Zonal mean - Added by mubashar dogar almost 10 years ago
Dear CDO users,
I have a model output data of Meridional wind component "VCOMP" and wanted to get a zonal average. I applied the following command but it is giving error as listed below:
cdo zonmean hiram1_vcomp.nc vcomp_zonme.nan.nc
Warning (cdfInqContents) : calendar >julian< unsupported!
cdo zonmean (Abort): Too many different grids!
How can I handle this problem? I am also attaching ncdump information of my file.
Regards,
Mubashar
RE: Problem with Zonal mean - Added by mubashar dogar almost 10 years ago
I have solved this problem by selecting variable VCOMP into a new file and then applied zonmean command. It works fine:
cdo selname,vcomp hiram1_vcomp.nc vcomp_var.nc
cdo zonmean vcomp_var.nc vcomp_zonmean.nc
Thanks
Mubashar