<div dir="ltr"><div><div><div><div><div>Dear NCL users,<br> Am doing varimax roatation of first three EOFs with my data using
"eofunc_varimax_Wrap" function, and then trying to reconstruct the plot
using "eof2data" function. <br> <br> <i>eof=eofunc_Wrap(x,neof,optEOF)<br> eof_ts=eofunc_ts(x,eof,False)<br> eof_rot=eofunc_varimax_Wrap(eof,1)</i><br><div> </div><br></div>As after rotation the "eof_rot" am getting is the subset of the data, while "eof_ts" is for the entire time series, so here am mixing my data.<br><br> <i>rec=eof2data(eof_roto,eof_tso) {Here am making mistake}<br></i><br></div>Is there any way to use "eof_rot" (instead of "eof") to get the reconstructed plot using ncl?<br></div>Any help will be appreciated.<br><br><br></div>Thanks,<br></div>Ipsita<br></div>