Question on the trXMinF/trXMaxF resource for wavelet power contour !

From: LEO_ARIES <Leo_Aries_at_nyahnyahspammersnyahnyah>
Date: Tue, 30 Jan 2007 01:05:23 +0800

hi, all

    Here are some part of codes for a wavelet power contour!

..................
time = fspan(1901,2002,ntime)

w = wavelet(nino_ano,mother,dt,param,s0,dj,jtot,npad,noise,isigtest,siglvl,nadof)

  power = onedtond(w_at_power,(/jtot,N/))
  power!0 = "period" ; Y axis
  power&period = w_at_period ; convert period to units of years
  power!1 = "time" ; X axis
  power&time = time

.....
  res_at_trXMinF = 1900
  res_at_trXMaxF = 2005
.....

plot = gsn_csm_contour(wks,power,res)
    
............

I got a warning message as below :

warning:ContourPlotSetValues: current transformation requires trXMinF to be within data coordinate range: resetting
warning:ContourPlotSetValues: current transformation requires trXMaxF to be within data coordinate range: resetting

and it seems that trXMinF and trXMaxF do not work because of irregular y (period) coordinate, although the x-coordinate
(time) is regular.

Can I still get a contour map in a time domain of 1900-2005 in this case? Thank.

Good Luck

Lin

LEO_ARIES
2007-01-30

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jan 29 2007 - 10:05:23 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 06 2007 - 15:01:34 MST