I've sent an earlier email to the list, but I have yet to receive a reply on
why the circles can't be removed if you draw a box in GEMPAK. I've seen a
tutorial on watch boxes in GEMPAK and the version it uses, I don't know
which, it does not have the circles that appear around the counties
included. Can someone please help me with this. I just want to know if there
is a file I can edit to fix this, etc.
Thanks guys!
Mike
-----Original Message-----
From: gembud-bounces@xxxxxxxxxxxxxxxx
[mailto:gembud-bounces@xxxxxxxxxxxxxxxx] On Behalf Of
gembud-request@xxxxxxxxxxxxxxxx
Sent: Sunday, August 15, 2010 2:00 PM
To: gembud@xxxxxxxxxxxxxxxx
Subject: gembud Digest, Vol 19, Issue 7
Send gembud mailing list submissions to
gembud@xxxxxxxxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.unidata.ucar.edu/mailman/listinfo/gembud
or, via email, send a message with subject or body 'help' to
gembud-request@xxxxxxxxxxxxxxxx
You can reach the person managing the list at
gembud-owner@xxxxxxxxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gembud digest..."
Today's Topics:
1. Re: [Gempak] GEMPAK 5.11.4 Centos 5.5 i386 Segmentation Fault
(Harry Edmon)
2. Re: [Gempak] GEMPAK 5.11.4 Centos 5.5 i386 Segmentation Fault
(Jeff Lake - Admin)
3. Re: [Gempak] GEMPAK 5.11.4 Centos 5.5 i386 Segmentation Fault
(Andrew Little)
----------------------------------------------------------------------
Message: 1
Date: Fri, 13 Aug 2010 08:58:38 -0700
From: Harry Edmon <harry@xxxxxx>
To: Andrew Little <alittle@xxxxxxxxxxxx>
Cc: gembud@xxxxxxxxxxxxxxxx
Subject: Re: [gembud] [Gempak] GEMPAK 5.11.4 Centos 5.5 i386
Segmentation Fault
Message-ID: <4C656BAE.2050908@xxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I had the same problem. I found a bug in radar_grid.c. I sent the
following patch into Unidata July 15 - give it a try:
*** radar_grid.c.dst Tue Feb 16 15:50:54 2010
--- radar_grid.c Wed Jul 14 12:58:01 2010
***************
*** 238,246 ****
ystart = (int)YB; ystop = (int)YT;
/*printf("look xstart %d xstop %d ystart %d ystop
%d\n",xstart,xstop,ystart,ystop);*/
! if(((xstop - xstart)*(ystop - ystart)) > xcsiz)
{
! xcsiz = (xstop - xstart)*(ystop - ystart);
printf("increasing MAXNEX to %d [%d %d %d
%d]\n",xcsiz,xstop,xstart,ystop,ystart);
xin = (float *)realloc(xin, xcsiz*sizeof(float));
xout = (float *)realloc(xout, xcsiz*sizeof(float));
--- 238,246 ----
ystart = (int)YB; ystop = (int)YT;
/*printf("look xstart %d xstop %d ystart %d ystop
%d\n",xstart,xstop,ystart,ystop);*/
! if(((xstop - xstart + 1)*(ystop - ystart + 1)) > xcsiz)
{
! xcsiz = (xstop - xstart + 1)*(ystop - ystart + 1);
printf("increasing MAXNEX to %d [%d %d %d
%d]\n",xcsiz,xstop,xstart,ystop,ystart);
xin = (float *)realloc(xin, xcsiz*sizeof(float));
xout = (float *)realloc(xout, xcsiz*sizeof(float));
--
Dr. Harry Edmon E-MAIL: harry@xxxxxx
206-543-0547 FAX: 206-543-0308 harry@xxxxxxxxxxxxxxxxxxxx
Director of IT, College of the Environment and
Director of Computing, Dept of Atmospheric Sciences
University of Washington, Box 351640, Seattle, WA 98195-1640
------------------------------
Message: 2
Date: Sat, 14 Aug 2010 21:09:33 -0400
From: "Jeff Lake - Admin" <admin@xxxxxxxxxxxxxxxxxxxx>
To: "Harry Edmon" <harry@xxxxxx>, "Andrew Little"
<alittle@xxxxxxxxxxxx>
Cc: gembud@xxxxxxxxxxxxxxxx
Subject: Re: [gembud] [Gempak] GEMPAK 5.11.4 Centos 5.5 i386
Segmentation Fault
Message-ID: <1F780A273AC54EEF937ACDB9CEA47BC0@Jeff>
Content-Type: text/plain; format=flowed; charset="iso-8859-1";
reply-type=response
phew, glad its not just me
I gave up
>I had the same problem. I found a bug in radar_grid.c. I sent the
> following patch into Unidata July 15 - give it a try:
------------------------------
Message: 3
Date: Sat, 14 Aug 2010 20:21:58 -0500
From: "Andrew Little" <alittle@xxxxxxxxxxxx>
To: <admin@xxxxxxxxxxxxxxxxxxxx>, <harry@xxxxxx>
Cc: gembud@xxxxxxxxxxxxxxxx
Subject: Re: [gembud] [Gempak] GEMPAK 5.11.4 Centos 5.5 i386
Segmentation Fault
Message-ID:
<EB5D0B4E45D5D3418C1C602BFF70E31701BE46FB@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"
The patch that Harry sent did not work.
Harry, what did your Makeinc.common and Makeinc.linux_gfortran look like?
----- Original Message -----
From: Jeff Lake - Admin <admin@xxxxxxxxxxxxxxxxxxxx>
To: Harry Edmon <harry@xxxxxx>; Andrew Little
Cc: gembud@xxxxxxxxxxxxxxxx <gembud@xxxxxxxxxxxxxxxx>
Sent: Sat Aug 14 20:09:33 2010
Subject: Re: [gembud] [Gempak] GEMPAK 5.11.4 Centos 5.5 i386 Segmentation
Fault
phew, glad its not just me
I gave up
>I had the same problem. I found a bug in radar_grid.c. I sent the
> following patch into Unidata July 15 - give it a try:
------------------------------
_______________________________________________
gembud mailing list
gembud@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
End of gembud Digest, Vol 19, Issue 7
*************************************
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.851 / Virus Database: 271.1.1/3074 - Release Date: 08/15/10
14:35:00