[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20051107: garp config issue: nids



OK. I didn't understand you ... if in fact you meant to say

Your files have the station id and the extra "_" in them, which 
isn't supported by ** your nidT entry **.

I found this nidsT to be the solution:

nidsT  : $(nids)/%(site)/%(product)/*_*_@(YYYYMMDD)_@(HHNN)

The "*" wild-carding isn't the same as unix shell, nor REGEX

-Neil

On Mon, 2005-11-07 at 09:42 -0700, Unidata Support wrote:
> Neil,
> 
> The expected file names for satellite and radar should all
> follow the convention:
> $RAD/NIDS/ABR/N0V/N0V_20051105_1159
> 
> The Garp code is expecting the YYYYMMDD after the first "_" character.
> Your files have the station id and the extra "_" in them, which 
> isn't supported by the GUI.
> 
> Steve Chiswell
> Unidata User Support
> 
> 
> Steve Chiswell
> Unidata User Support
> 
> >From: "Neil R. Smith" <address@hidden>
> >Organization: UCAR/Unidata
> >Keywords: 200511071607.jA7G7f7s020570
> 
> >Gempak 5.7.4 (5.8.3a core dumps on RH 7.3 with fedora-legacy updates)
> >
> >Hope to get this resolved before start of computer lab class in one hour
> >(wouldn't you know it)
> >
> >I thought I had this working before but it's not now. Garp will not
> >display correct nids data times which are in the filename.
> >
> >>From ~gempak/Gemenviron:
> >
> >RAD = /data/gempak/nexrad
> >
> >Here's the trail in the Garp_defaults config file:
> >
> >RADDIR          : $(RAD)       
> >
> >nids            : "$(RADDIR)/NIDS"
> >
> >nidsT  : $(nids)/%(site)/%(product)/*_@(YYYYMMDD)_@(HHNN)
> >
> >When I start garp, select sat/rad icon, I can navigate successfully
> >through the window sections from Data Source (NIDS) to Data Scale
> >(say, ABR) to Product Types (say, N0R; with all the rest in the ingested
> >directory structure listed in the window section too). But the Available
> >Times listing has all the same 'times', which is 2000002005/1007.
> >
> >How, here's 3 sample filenames in that path:
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1159
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1209
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1220
> >
> >What gives? It looks to me like the Garp_defaults file has it right.
> >
> >Thanks,
> >-Neil
> >
> >-- 
> >Neil R. Smith, Comp. Sys. Mngr.         address@hidden
> >Dept. Atmospheric Sci., Texas A&M Univ. 979/845-6272 FAX:979/862-4466
> >
> >
> > 
> >
> --
> **************************************************************************** <
> Unidata User Support                                    UCAR Unidata Program <
> (303)497-8643                                                  P.O. Box 3000 <
> address@hidden                                   Boulder, CO 80307 <
> ---------------------------------------------------------------------------- <
> Unidata WWW Service              http://my.unidata.ucar.edu/content/support  <
> ---------------------------------------------------------------------------- <
> NOTE: All email exchanges with Unidata User Support are recorded in the
> Unidata inquiry tracking system and then made publicly available
> through the web.  If you do not want to have your interactions made
> available in this way, you must let us know in each email you send to us.
> 
-- 
Neil R. Smith, Comp. Sys. Mngr.         address@hidden
Dept. Atmospheric Sci., Texas A&M Univ. 979/845-6272 FAX:979/862-4466


 

From address@hidden  Mon Nov  7 09:51:41 2005
Return-Path: <address@hidden>
Received: from ariel.met.tamu.edu (ariel.met.tamu.edu [128.194.104.175])
        by unidata.ucar.edu (UCAR/Unidata) with ESMTP id jA7Gpe7s026102
        for <address@hidden>; Mon, 7 Nov 2005 09:51:41 -0700 (MST)
Organization: UCAR/Unidata
Keywords: 200511071651.jA7Gpe7s026102
Received: from penny.met.tamu.edu (penny [128.194.105.164])
        by ariel.met.tamu.edu (8.8.8+Sun/8.8.8) with ESMTP id KAA04604
        for <address@hidden>; Mon, 7 Nov 2005 10:52:46 -0600 (CST)
Subject: Re: 20051107: garp config issue: nids
From: "Neil R. Smith" <address@hidden>
To: Unidata Support <address@hidden>
In-Reply-To: <address@hidden>
References: <address@hidden>
Content-Type: text/plain
Date: Mon, 07 Nov 2005 10:51:39 -0600
Message-Id: <address@hidden>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.2 (2.0.2-16.3) 
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
        laraine.unidata.ucar.edu
X-Spam-Level: 
X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham 
        version=3.0.1

Then what's the point of the nidsT entry in the Garp_defaults
file if not to specify to the GUI what's in the filename of a
local config?

-Neil

On Mon, 2005-11-07 at 09:42 -0700, Unidata Support wrote:
> Neil,
> 
> The expected file names for satellite and radar should all
> follow the convention:
> $RAD/NIDS/ABR/N0V/N0V_20051105_1159
> 
> The Garp code is expecting the YYYYMMDD after the first "_" character.
> Your files have the station id and the extra "_" in them, which 
> isn't supported by the GUI.
> 
> Steve Chiswell
> Unidata User Support
> 
> 
> Steve Chiswell
> Unidata User Support
> 
> >From: "Neil R. Smith" <address@hidden>
> >Organization: UCAR/Unidata
> >Keywords: 200511071607.jA7G7f7s020570
> 
> >Gempak 5.7.4 (5.8.3a core dumps on RH 7.3 with fedora-legacy updates)
> >
> >Hope to get this resolved before start of computer lab class in one hour
> >(wouldn't you know it)
> >
> >I thought I had this working before but it's not now. Garp will not
> >display correct nids data times which are in the filename.
> >
> >>From ~gempak/Gemenviron:
> >
> >RAD = /data/gempak/nexrad
> >
> >Here's the trail in the Garp_defaults config file:
> >
> >RADDIR          : $(RAD)       
> >
> >nids            : "$(RADDIR)/NIDS"
> >
> >nidsT  : $(nids)/%(site)/%(product)/*_@(YYYYMMDD)_@(HHNN)
> >
> >When I start garp, select sat/rad icon, I can navigate successfully
> >through the window sections from Data Source (NIDS) to Data Scale
> >(say, ABR) to Product Types (say, N0R; with all the rest in the ingested
> >directory structure listed in the window section too). But the Available
> >Times listing has all the same 'times', which is 2000002005/1007.
> >
> >How, here's 3 sample filenames in that path:
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1159
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1209
> >/data/gempak/nexrad/NIDS/ABR/N0V/ABR_N0V_20051105_1220
> >
> >What gives? It looks to me like the Garp_defaults file has it right.
> >
> >Thanks,
> >-Neil
> >
> >-- 
> >Neil R. Smith, Comp. Sys. Mngr.         address@hidden
> >Dept. Atmospheric Sci., Texas A&M Univ. 979/845-6272 FAX:979/862-4466
> >
> >
> > 
> >
> --
> **************************************************************************** <
> Unidata User Support                                    UCAR Unidata Program <
> (303)497-8643                                                  P.O. Box 3000 <
> address@hidden                                   Boulder, CO 80307 <
> ---------------------------------------------------------------------------- <
> Unidata WWW Service              http://my.unidata.ucar.edu/content/support  <
> ---------------------------------------------------------------------------- <
> NOTE: All email exchanges with Unidata User Support are recorded in the
> Unidata inquiry tracking system and then made publicly available
> through the web.  If you do not want to have your interactions made
> available in this way, you must let us know in each email you send to us.
> 
-- 
Neil R. Smith, Comp. Sys. Mngr.         address@hidden
Dept. Atmospheric Sci., Texas A&M Univ. 979/845-6272 FAX:979/862-4466