plesager / ece3-postproc

Suite of processing tools for EC-Earth3 output
5 stars 8 forks source link

CDO abort due to different number of layers #48

Open aearamos opened 4 years ago

aearamos commented 4 years ago

Hi,

I'm running a CMIP6 simulation with the last version of ece3-postproc but I'm getting an error related to the number of layers in my output. Here it is:

`cdo setzaxis: Processed 1729 values from 1 variable over 1 timestep ( 0.04s )

@etiennesky @plesager Thanks

plesager commented 4 years ago

Which tool is the problem? Is it hiresclim2, EC-mean, ...? For hiresclim I am using the -6 option to filter the IFS output. Check the filter I used on the Rhino platform: conf/rhino/conf_hiresclim_rhino.sh. We do not process the 3D output in EC-mean.

Some of our output includes model levels output. For those, I used the filter in the cordex branch (rhino platform again).

aearamos commented 4 years ago

Hi @plesager

The problem was with EC-mean. I think it's similar to the problem Paolo had when filtering the PRIMAVERA output, since it had more layers than climatology. I turned off the 3D output and now it's working, We should be fine now.