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

[AWIPS #SZB-664045]: awipsII



> Hello,
> 
> I am Bongchul from the University of Iowa and would like to get some help in 
> running AWIPS II.
> We have installed edex server and cave client.
> I have checked that LDM and edex servers are running, but I am able to see 
> only the NEXRAD Level 3 composite products on the cave display and I do not 
> see Level 3 data for individual radars and model (grib) data.
> I confirmed that LDM is getting all data at /awips2/data_store/.
> I ran "tail -f edex-ingest-`date +%Y%m%d`.log" and checked ingest logs, and I 
> think only the Level 3 composite products are being ingested.
> Could you please help me figure this out?
> 
> Best,
> Bongchul

Hi Bongchul,

Sorry for the delay in getting back to you, and thanks for the reminder email.  

By default, the AWIPS II LDM only requests the FNEXRAD composite feed from the 
Unidata IDD cluster, but the NEXRAD3 feed can be enable with a very simple edit 
to ~ldm/etc/ldmd.conf:

REQUEST NEXRAD3 ".*" idd.unidata.ucar.edu

https://github.com/Unidata/awips2/blob/upc_14.4.1/rpms/awips2.core/Installer.ldm/patch/etc/ldmd.conf#L93


You can also control what products or sites are requested, if you do not want 
to ingest the entire national set of radar sites, with edits to 
~ldm/etc/pqact.conf.

By default the entire feed is allowed, but you can un-comment the partial feed 
below:

# NEXRAD3 
# full feed
NEXRAD3 ^(SDUS[23578].) .... (......) /p(...)(...)
        FILE    -overwrite -close -edex 
/awips2/data_store/radar/\4/\3/\1_\4_\3_\2_(seq).rad

# partial feed
#NEXRAD3        ^(SDUS[23578].) .... (......) 
/p(DHR|DPR|DSP|DU3|DU6|DVL|EET|HHC|N0Q|N0S|N0U|N0X|N0Z|NCR|NMD|OHA)(...)
#       FILE    -overwrite -close -edex 
/awips2/data_store/radar/\4/\3/\1_\4_\3_\2_(seq).rad


https://github.com/Unidata/awips2/blob/upc_14.4.1/rpms/awips2.core/Installer.ldm/patch/etc/pqact.conf#L60


Let me know if you have any more questions.

Michael James
Unidata Program Center
Boulder, Colorado

Ticket Details
===================
Ticket ID: SZB-664045
Department: Support AWIPS
Priority: Normal
Status: Open