This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Russ Dengel <address@hidden> >Organization: SSEC >Keywords: 200104031727.f33HR5L01938 McIDAS-X NEXRAD ADDE Russ, re: new NEXRAD products >Yup, I had asked Jerry to scan for new products. He thought that N1R was >one of the original products. We do have N1R for most of the stations. Excellent. By the way, the problem with the MIX plotting from RAOBxxxx(via PTDISP/PTCON) is caused by incorrect definition of MIX in the context files RAOBCON.CORE and RAOBPLOT.CORE: The entry: MIX UNIT=G/KG \ FORMAT=F5.2 \ MATH='RMIX(P1,P2)'\ IRAB='P1=T[K]' 'P2=P[HPA]' \ RAOB='P1=T[K]' 'P2=P[HPA]' should be: MIX UNIT=G/KG \ FORMAT=F5.2 \ MATH='RMIX(P1,P2)'\ IRAB='P1=TD[K]' 'P2=P[HPA]' \ RAOB='P1=TD[K]' 'P2=P[HPA]' I just finished generating and resolving an inquiry (11257) for this. Inquiring minds want to know... Tom >From address@hidden Wed Apr 4 14:00:16 2001 Unidata Support wrote: > By the way, the problem with the MIX plotting from RAOBxxxx(via PTDISP/PTCON) > is caused by incorrect definition of MIX in the context files RAOBCON.CORE > and RAOBPLOT.CORE: > D'OH