Removing the first pattern

From: Li Yang <liyang0711_at_nyahnyahspammersnyahnyah>
Date: Wed Sep 19 2012 - 20:52:38 MDT

Hi,

I am trying to removing the first EOF pattern in SST field. My procedure is

    neof = 2 ; number of EOFs
    optEOF = True
    optEOF@jopt = 0 ; This is the default; most commonly used; no need to
specify.
    optETS = False

    eof = eofunc_Wrap(x, neof, optEOF)
    eof_ts = eofunc_ts_Wrap (x, eof, optETS)

    ENSOSST=conform(sst,eof(0,:,:),(/1,2/))*conform(sst,eof_ts(0,:),1)
    backgsst(:,:,:)=sst(:,:,:)-ENSOSST(:,:,:)

    copy_VarCoords(sst,backgsst)
    printVarSummary(backgsst)

Computed eof and eof_ts is right. And the fatal is :

[image: ÄÚǶͼƬ 1]

The line 126 is
"ENSOSST=conform(sst,eof(0,:,:),(/1,2/))*conform(sst,eof_ts(0,:),1)" in the
above.

How to make it correct?
Thanks for any suggestions or info anyone might have!

Yang

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

image.png
Received on Wed Sep 19 20:52:44 2012

This archive was generated by hypermail 2.1.8 : Fri Sep 21 2012 - 16:22:29 MDT