McIDAS-XCD Administrator's Guide
Version 2021.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
If you will be decoding radar (formerly NEXRAD; now WSR-88D and TDWR) products you must configure the file NEXRID.CFG (which defines the stations and products that will be decoded by the NEXRFILE decoder, and the amount and location of data to store) and then activate the data monitor.
Note: The Unix warning message component of path does not exist will normally be displayed by the NEXRAD decoder each time it creates a subdirectory for incoming stations and products. The error message is normal, so can be ignored.
This procedure is optional and is available only to sites that receive data via the LDM. The procedure significantly reduces processor usage by creating a separate spool file for NEXRAD data. The gains in efficiency are due to the NEXRAD decoder no longer needing to scan through GRIB data looking for the next NEXRAD product and vice-versa for the GRIB decoder.
Complete the steps below to implement the procedure.
Type: DECINFO SET DMNEXR INACTIVE
Type: cp ~oper/mcidas/data/NBIN.CFG ~oper/mcidas/data/NEXR.CFG
Type: CIRCUIT ADD NEXR INGESTOR=INGEBIN CONFIG=NEXR.CFG SPOOL=NEXR.SPL "NOAAPORT NWSTG NEXRAD Binary Circuit
Type: REDIRECT ADD NEXR.SPL "/data_directory_path
For
example: REDIRECT ADD
NEXR.SPL "/home/oper/xcd_data
NNEXRAD ^.* PIPE /home/oper/mcidas/bin/ingebin.k NEXR |
Type: rm ~oper/mcidas/data/NEXRFILE.PRO
Type: ldmadmin restart
Type: DECINFO SET DMNEXR ACTIVE
You should notice very soon after starting the NEXRAD decoder that there is a third entry in the ingestor section of the statdisp display. Two instances of the binary ingestor (INGEBIN) will exist. The NEXRAD data should now be written to NEXR.SPL by the binary ingestor using the NEXR circuit.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]