Re: EOF - gaussian grid

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Apr 16 2013 - 13:55:12 MDT

You never said what your problem is.
It certainly is *not* related using 'clat' rather than 'gw'

==
Did you get an error message?
What does the following show?

    printVarSummary(SLP)

-
FYI: You can use the NCL function 'gaus' to generate
      the gaussian weights, if desired.

On 4/16/13 11:05 AM, Renata Tedeschi wrote:
> Hi everyone.
>
> I'm using the eof_1.ncl script, but I have one problem. The problem occur
> in these commands:
>
> ;==========================================================
> ; create weights: sqrt(cos(lat)) [or sqrt(gw) ]
> ;==========================================================
> rad = 4.*atan(1.)/180.
> clat = f->lat
> clat = sqrt( cos(rad*clat) ) ; gw for gaussian grid
>
> ;==========================================================
> ; weight all observations
> ;==========================================================
> wSLP = SLP ; copy meta data
> wSLP = SLP*conform(SLP, clat, 1)
>
> I can believe that the problem is because my grid is gaussian, and I do not
> use gw, but I do not know what is gw.
>
> Renata Tedeschi
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 16 13:55:16 2013

This archive was generated by hypermail 2.1.8 : Tue Apr 23 2013 - 12:54:13 MDT