REGRESSION ANALYSIS ERROR
Added by thanu roh 3 months ago
tried doing regression in cdo.
Command used: cdo regres pdocobe11.nc efanomaly.nc regression.nc
Error msg: cdo (Abort): Unprocessed Input, could not process all Operators/Files
Regarding data: (dependent variable): Monthly data values were made as annual avergae(using yearmean); 11 year running mean of this was taken ; then the anomaly computation was done
(independent variable): Monthly data values were made as annual avergae(using yearmean); 11 year running mean of this was taken
What could be the possible isuue?
Pls help.
pdocobe11.nc (3.58 KB) pdocobe11.nc | |||
efanomaly.nc (1.05 MB) efanomaly.nc |
Replies (2)
RE: REGRESSION ANALYSIS ERROR - Added by Karin Meier-Fleischer 3 months ago
The error message tells you that something is wrong with your given input (files). In your case there is one too much, regres takes only one input file, see https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#subsection.2.10.1
RE: REGRESSION ANALYSIS ERROR - Added by thanu roh 3 months ago
Thank you for the reply. Could you pls suggest an option for this analysis then: I have a timeseries data of a climate index (varies only with time) and i have 3D data (time, lat, long) of a variable(eg:wind speed) I need to do a regression analysis between both.