<div dir="ltr"><div><div>Hi all,<br></div>   Am doing varimax roatation of first three EOFs with my data using &quot;eofunc_varimax_Wrap&quot; function, and then trying to reconstruct the plot using &quot;eof2data&quot; function. Though my first 3 REOFs is contributing more than 98% of variance but still am not getting similarity in  my reconstructed plot with the original one. I doubt if am making any mistake. Part of my script has been provided herewith. Any help will be appreciated.<br><br><br></div>.........[snip]...<br><div><div>  xo=LHo(lev|:,time|:)<br>  optEOF =True<br>  eofo=eofunc_Wrap(xo,neof,optEOF)<br>  eof_tso=eofunc_ts(xo,eofo,False)<br>  printVarSummary(eofo)<br>  eof_roto=eofunc_varimax_Wrap(eofo,1)<br>  eofunc_varimax_reorder(eof_roto)<br>  printVarSummary(eof_roto)<br>  do n=0,neof-1<br>      eof_tso(n,:)=eof_tso(n,:)+eof_tso@ts_mean(n)<br>  end do<br>  printVarSummary(eof_tso)<br>;=====================================================<br>;    Reconstructed Mean <br>;===================================================<br>    oo=eof2data(eof_roto(0:2,:),eof_tso(0:2,:))<br> ;  oo=eof2data(eof_roto,eof_tso)<br><br></div><div>    [snip]<br><br><br></div><div>Thanks,<br></div><div>Ipsita<br></div></div></div>