Added by Weiyang Feng about 7 years ago
Hi,
I used chname to change aerosol name(bc,pom,so4,soa etc) to a single one(aero).
Then I use enssum to sum all the aerosol.
But the error message is :
cdo enssum (Warning): Input streams have different parameters!
cdo enssum (Abort): Grid size of the input parameters do not match
It seems that different "aero" variable have different grid sizes,but I have
checked their dimensions and they are output from the same run.
Thanks for your time!
weiyang
Hi Weiyang,
please, send the output of either
ncdump -h infile (for netCDF data)or
grib_dump infilerespectively
cdo sinfon infile (for GRIB data).
-Karin