From arka354deb at gmail.com Wed Nov 8 05:52:07 2017 From: arka354deb at gmail.com (Arka Banerjee) Date: Wed, 8 Nov 2017 18:22:07 +0530 Subject: [ncarg-talk] Correlation with both positive and negative lags Message-ID: How to plot correlation with positive and negative lag in ncl? The function escorc computes the (Pearson) sample linear cross-correlations at lag 0 only. The function esccr computes sample cross-correlations. The link is https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml At the end of the above link the example 3 said that it is possible to calculate both positive and negative lags. Using the script at link :https://www.ncl.ucar.edu/ Applications/Scripts/corel_3.ncl Please inform how to modify the script to calculate correlation at negative lags. i.e. lag -1, lag -2, lag-3 and so on. The above script is running well for positive lags and lag 0. -------------- next part -------------- An HTML attachment was scrubbed... URL: From haley at ucar.edu Wed Nov 8 11:22:17 2017 From: haley at ucar.edu (Mary Haley) Date: Wed, 8 Nov 2017 11:22:17 -0700 Subject: [ncarg-talk] Correlation with both positive and negative lags In-Reply-To: References: Message-ID: Arka, This email list is for the older NCAR Graphics package and is not very active. Please repost your question to the ncl-talk email list. You must subscribe first: http://mailman.ucar.edu/mailman/listinfo/ncl-talk --Mary On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee wrote: > How to plot correlation with positive and negative lag in ncl? > > The function escorc computes the (Pearson) sample linear > cross-correlations at lag 0 only. > > The function esccr computes sample cross-correlations. The link is > https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml > > At the end of the above link the example 3 said that it is possible to > calculate both positive and negative lags. > > Using the script at link :https://www.ncl.ucar.edu/Appl > ications/Scripts/corel_3.ncl > > Please inform how to modify the script to calculate correlation at > negative lags. i.e. lag -1, lag -2, lag-3 and so on. > > The above script is running well for positive lags and lag 0. > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arka354deb at gmail.com Wed Nov 8 11:24:34 2017 From: arka354deb at gmail.com (Arka Banerjee) Date: Wed, 8 Nov 2017 23:54:34 +0530 Subject: [ncarg-talk] Correlation with both positive and negative lags In-Reply-To: References: Message-ID: Thank you! I already subscribe to this. But not getting the answer for my question. On Nov 8, 2017 23:52, "Mary Haley" wrote: > Arka, > > This email list is for the older NCAR Graphics package and is not very > active. > > Please repost your question to the ncl-talk email list. You must > subscribe first: > > http://mailman.ucar.edu/mailman/listinfo/ncl-talk > > --Mary > > > On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee > wrote: > >> How to plot correlation with positive and negative lag in ncl? >> >> The function escorc computes the (Pearson) sample linear >> cross-correlations at lag 0 only. >> >> The function esccr computes sample cross-correlations. The link is >> https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml >> >> At the end of the above link the example 3 said that it is possible to >> calculate both positive and negative lags. >> >> Using the script at link :https://www.ncl.ucar.edu/Appl >> ications/Scripts/corel_3.ncl >> >> Please inform how to modify the script to calculate correlation at >> negative lags. i.e. lag -1, lag -2, lag-3 and so on. >> >> The above script is running well for positive lags and lag 0. >> >> _______________________________________________ >> ncarg-talk mailing list >> ncarg-talk at ucar.edu >> http://mailman.ucar.edu/mailman/listinfo/ncarg-talk >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lena.iredell at nasa.gov Wed Nov 8 11:29:59 2017 From: lena.iredell at nasa.gov (Lena Iredell) Date: Wed, 8 Nov 2017 13:29:59 -0500 Subject: [ncarg-talk] Correlation with both positive and negative lags In-Reply-To: References: Message-ID: I've also never received an acknowledgement about my question, and it is for NCAR Graphics. Here it is again, in case anyone has a suggestion: Hello all, I'm creating a plotting program that plots multiple rectangular global plots on a page. Forcing the program to use a rectangular perspective causes this error message. ?GKS ERROR NUMBER?? 51 ISSUED FROM SUBROUTINE GSVP? : ?--RECTANGLE DEFINITION IS INVALID The program then goes on to create a plot exactly the size that I want. My problem is that just before the final plot is created I receive this message: ?GKS ERROR NUMBER -107 ISSUED FROM SUBROUTINE GSVP? : ?--MAXIMUM NUMBER OF ERROR MESSAGES EXCEEDED My question to you. As the program is doing exactly what I need it to, how can I up the number of errors that the program allows before NCAR plot stops dead in it's tracks? Thanks!! Lena Lena Iredell SAIC NASA Goddard Space Flight Center Code 610 Phone: 301.286.9773 On 11/8/2017 1:24 PM, Arka Banerjee wrote: > Thank you!? I already subscribe to this. > But not getting the answer for my question. > > On Nov 8, 2017 23:52, "Mary Haley" > wrote: > > Arka, > > This email list is for the older NCAR Graphics package and is not > very active. > > Please repost your question to the ncl-talk email list.? You must > subscribe first: > > http://mailman.ucar.edu/mailman/listinfo/ncl-talk > > > --Mary > > > On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee > > wrote: > > How to plot correlation with positive and negative lag in ncl? > > The function escorc computes the (Pearson) sample linear > cross-correlations at lag 0 only. > > The function esccr computes sample cross-correlations. The > link is > https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml > > > At the end of the above link the example 3 said that it is > possible to calculate both positive and negative lags. > > Using the script at link > :https://www.ncl.ucar.edu/Applications/Scripts/corel_3.ncl > > > Please inform how to modify the script to calculate > correlation at negative lags. i.e. lag -1, lag -2, lag-3 and > so on. > > The above script is running well for positive lags and lag 0. > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > > > > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: From haley at ucar.edu Wed Nov 8 12:32:58 2017 From: haley at ucar.edu (Mary Haley) Date: Wed, 8 Nov 2017 12:32:58 -0700 Subject: [ncarg-talk] Correlation with both positive and negative lags In-Reply-To: References: Message-ID: Lena, The reason you are not getting any response is because NCAR Graphics is very old code that not many people are experts in any more. I It is highly recommended that you migrate to a more modern package like NCL or Python. If you could tell us what you are trying to accomplish with NCAR Graphics, we could probably help you create an NCL script that does the same thing, and is potentially much easier to understand and modify. Meanwhile, I think rather than try to hide your error messages, you should try to figure out what's causing them. I tried to find some documentation on how to increase the number of allowable error messages, but so far no luck. Sorry, --Mary On Wed, Nov 8, 2017 at 11:29 AM, Lena Iredell wrote: > I've also never received an acknowledgement about my question, and it is > for NCAR Graphics. > > Here it is again, in case anyone has a suggestion: > > > Hello all, > > I'm creating a plotting program that plots multiple rectangular global > plots on a page. Forcing the program to use a rectangular perspective > causes this error message. > > GKS ERROR NUMBER 51 ISSUED FROM SUBROUTINE GSVP : > --RECTANGLE DEFINITION IS INVALID > > The program then goes on to create a plot exactly the size that I want. > > My problem is that just before the final plot is created I receive this > message: > > GKS ERROR NUMBER -107 ISSUED FROM SUBROUTINE GSVP : > --MAXIMUM NUMBER OF ERROR MESSAGES EXCEEDED > > My question to you. As the program is doing exactly what I need it to, how > can I up the number of errors that the program allows before NCAR plot > stops dead in it's tracks? > > Thanks!! > > Lena > > Lena Iredell > SAIC > NASA Goddard Space Flight Center > Code 610 > Phone: 301.286.9773 <(301)%20286-9773> > > On 11/8/2017 1:24 PM, Arka Banerjee wrote: > > Thank you! I already subscribe to this. > But not getting the answer for my question. > > On Nov 8, 2017 23:52, "Mary Haley" wrote: > >> Arka, >> >> This email list is for the older NCAR Graphics package and is not very >> active. >> >> Please repost your question to the ncl-talk email list. You must >> subscribe first: >> >> http://mailman.ucar.edu/mailman/listinfo/ncl-talk >> >> --Mary >> >> >> On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee >> wrote: >> >>> How to plot correlation with positive and negative lag in ncl? >>> >>> The function escorc computes the (Pearson) sample linear >>> cross-correlations at lag 0 only. >>> >>> The function esccr computes sample cross-correlations. The link is >>> https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml >>> >>> At the end of the above link the example 3 said that it is possible to >>> calculate both positive and negative lags. >>> >>> Using the script at link :https://www.ncl.ucar.edu/Appl >>> ications/Scripts/corel_3.ncl >>> >>> Please inform how to modify the script to calculate correlation at >>> negative lags. i.e. lag -1, lag -2, lag-3 and so on. >>> >>> The above script is running well for positive lags and lag 0. >>> >>> _______________________________________________ >>> ncarg-talk mailing list >>> ncarg-talk at ucar.edu >>> http://mailman.ucar.edu/mailman/listinfo/ncarg-talk >>> >>> >> > > _______________________________________________ > ncarg-talk mailing listncarg-talk at ucar.eduhttp://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From arka354deb at gmail.com Wed Nov 8 12:34:48 2017 From: arka354deb at gmail.com (Arka Banerjee) Date: Thu, 9 Nov 2017 01:04:48 +0530 Subject: [ncarg-talk] ncarg-talk Digest, Vol 121, Issue 2 In-Reply-To: References: Message-ID: Where to post the question? Please send the link.. I am not getting answer but diverted by several mails. Please send me the specific email address for uploading my question. On Nov 9, 2017 12:30 AM, wrote: Send ncarg-talk mailing list submissions to ncarg-talk at ucar.edu To subscribe or unsubscribe via the World Wide Web, visit http://mailman.ucar.edu/mailman/listinfo/ncarg-talk or, via email, send a message with subject or body 'help' to ncarg-talk-request at ucar.edu You can reach the person managing the list at ncarg-talk-owner at ucar.edu When replying, please edit your Subject line so it is more specific than "Re: Contents of ncarg-talk digest..." Today's Topics: 1. Re: Correlation with both positive and negative lags (Lena Iredell) ---------------------------------------------------------------------- Message: 1 Date: Wed, 8 Nov 2017 13:29:59 -0500 From: Lena Iredell To: Arka Banerjee , Mary Haley Cc: ncarg-talk Subject: Re: [ncarg-talk] Correlation with both positive and negative lags Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" I've also never received an acknowledgement about my question, and it is for NCAR Graphics. Here it is again, in case anyone has a suggestion: Hello all, I'm creating a plotting program that plots multiple rectangular global plots on a page. Forcing the program to use a rectangular perspective causes this error message. ?GKS ERROR NUMBER?? 51 ISSUED FROM SUBROUTINE GSVP? : ?--RECTANGLE DEFINITION IS INVALID The program then goes on to create a plot exactly the size that I want. My problem is that just before the final plot is created I receive this message: ?GKS ERROR NUMBER -107 ISSUED FROM SUBROUTINE GSVP? : ?--MAXIMUM NUMBER OF ERROR MESSAGES EXCEEDED My question to you. As the program is doing exactly what I need it to, how can I up the number of errors that the program allows before NCAR plot stops dead in it's tracks? Thanks!! Lena Lena Iredell SAIC NASA Goddard Space Flight Center Code 610 Phone: 301.286.9773 On 11/8/2017 1:24 PM, Arka Banerjee wrote: > Thank you!? I already subscribe to this. > But not getting the answer for my question. > > On Nov 8, 2017 23:52, "Mary Haley" > wrote: > > Arka, > > This email list is for the older NCAR Graphics package and is not > very active. > > Please repost your question to the ncl-talk email list.? You must > subscribe first: > > http://mailman.ucar.edu/mailman/listinfo/ncl-talk > > > --Mary > > > On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee > > wrote: > > How to plot correlation with positive and negative lag in ncl? > > The function escorc computes the (Pearson) sample linear > cross-correlations at lag 0 only. > > The function esccr computes sample cross-correlations. The > link is > https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml > > > At the end of the above link the example 3 said that it is > possible to calculate both positive and negative lags. > > Using the script at link > :https://www.ncl.ucar.edu/Applications/Scripts/corel_3.ncl > > > Please inform how to modify the script to calculate > correlation at negative lags. i.e. lag -1, lag -2, lag-3 and > so on. > > The above script is running well for positive lags and lag 0. > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > > > > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Subject: Digest Footer _______________________________________________ ncarg-talk mailing list ncarg-talk at ucar.edu http://mailman.ucar.edu/mailman/listinfo/ncarg-talk ------------------------------ End of ncarg-talk Digest, Vol 121, Issue 2 ****************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From haley at ucar.edu Wed Nov 8 20:36:54 2017 From: haley at ucar.edu (Mary Haley) Date: Wed, 8 Nov 2017 20:36:54 -0700 Subject: [ncarg-talk] ncarg-talk Digest, Vol 121, Issue 2 In-Reply-To: References: Message-ID: You need to send the email to ncl-talk at ucar.edu. But you must first subscribe to this group before you can send email to it. This is the exact same thing that you did with ncarg-talk, except this is ncl-talk. They are two different email lists. Here's where you can subscribe to ncl-talk: http://mailman.ucar.edu/mailman/listinfo/ncl-talk --Mary On Wed, Nov 8, 2017 at 12:34 PM, Arka Banerjee wrote: > Where to post the question? > Please send the link.. > I am not getting answer but diverted by several mails. Please send me the > specific email address for uploading my question. > > On Nov 9, 2017 12:30 AM, wrote: > > Send ncarg-talk mailing list submissions to > ncarg-talk at ucar.edu > > To subscribe or unsubscribe via the World Wide Web, visit > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > or, via email, send a message with subject or body 'help' to > ncarg-talk-request at ucar.edu > > You can reach the person managing the list at > ncarg-talk-owner at ucar.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ncarg-talk digest..." > > > Today's Topics: > > 1. Re: Correlation with both positive and negative lags > (Lena Iredell) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 8 Nov 2017 13:29:59 -0500 > From: Lena Iredell > To: Arka Banerjee , Mary Haley > Cc: ncarg-talk > Subject: Re: [ncarg-talk] Correlation with both positive and negative > lags > Message-ID: > Content-Type: text/plain; charset="utf-8"; Format="flowed" > > I've also never received an acknowledgement about my question, and it is > for NCAR Graphics. > > Here it is again, in case anyone has a suggestion: > > > Hello all, > > I'm creating a plotting program that plots multiple rectangular global > plots on a page. Forcing the program to use a rectangular perspective > causes this error message. > > ?GKS ERROR NUMBER?? 51 ISSUED FROM SUBROUTINE GSVP? : > ?--RECTANGLE DEFINITION IS INVALID > > The program then goes on to create a plot exactly the size that I want. > > My problem is that just before the final plot is created I receive this > message: > > ?GKS ERROR NUMBER -107 ISSUED FROM SUBROUTINE GSVP? : > ?--MAXIMUM NUMBER OF ERROR MESSAGES EXCEEDED > > My question to you. As the program is doing exactly what I need it to, > how can I up the number of errors that the program allows before NCAR > plot stops dead in it's tracks? > > Thanks!! > > Lena > > Lena Iredell > SAIC > NASA Goddard Space Flight Center > Code 610 > Phone: 301.286.9773 <(301)%20286-9773> > > On 11/8/2017 1:24 PM, Arka Banerjee wrote: > > Thank you!? I already subscribe to this. > > But not getting the answer for my question. > > > > On Nov 8, 2017 23:52, "Mary Haley" > > wrote: > > > > Arka, > > > > This email list is for the older NCAR Graphics package and is not > > very active. > > > > Please repost your question to the ncl-talk email list.? You must > > subscribe first: > > > > http://mailman.ucar.edu/mailman/listinfo/ncl-talk > > > > > > --Mary > > > > > > On Wed, Nov 8, 2017 at 5:52 AM, Arka Banerjee > > > wrote: > > > > How to plot correlation with positive and negative lag in ncl? > > > > The function escorc computes the (Pearson) sample linear > > cross-correlations at lag 0 only. > > > > The function esccr computes sample cross-correlations. The > > link is > > https://www.ncl.ucar.edu/Document/Functions/Built-in/esccr.shtml > > .shtml> > > > > At the end of the above link the example 3 said that it is > > possible to calculate both positive and negative lags. > > > > Using the script at link > > :https://www.ncl.ucar.edu/Applications/Scripts/corel_3.ncl > > > > > > Please inform how to modify the script to calculate > > correlation at negative lags. i.e. lag -1, lag -2, lag-3 and > > so on. > > > > The above script is running well for positive lags and lag 0. > > > > _______________________________________________ > > ncarg-talk mailing list > > ncarg-talk at ucar.edu > > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > > > > > > > > > > > _______________________________________________ > > ncarg-talk mailing list > > ncarg-talk at ucar.edu > > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: 20171108/01eccca7/attachment-0001.html> > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > > ------------------------------ > > End of ncarg-talk Digest, Vol 121, Issue 2 > ****************************************** > > > > _______________________________________________ > ncarg-talk mailing list > ncarg-talk at ucar.edu > http://mailman.ucar.edu/mailman/listinfo/ncarg-talk > > -------------- next part -------------- An HTML attachment was scrubbed... URL: