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: Clint Rowe <address@hidden> >Organization: UCAR/Unidata >Keywords: 200105081640.f48Ge5p02248 >Chiz, > >I grabbed 5.6.c.1 yesterday and installed it. The installation went >fine, but when I tried to use gdradr to create composites, I couldn't >get it to work unless my data were in $RAD/NIDS/%SITE%/%PROD% as >%PROD%_YYYYMMDD_HHNN. My data were in $RAD/RADAR/%SITE%/%PROD%, but >even when I made that change in datatype.tbl, it wouldn't find the data. >When I moved the directory to $RAD/NIDS and changed datatype.tbl back, >it worked fine. So, even though I have it working now, you might want >to see why it won't find a different directory. > >Clint > >==================================================================== >Clinton M. Rowe >Associate Professor >Meteorology/Climatology Program phone:(402)472-1946 >Department of Geosciences fax:(402)472-4917 >University of Nebraska-Lincoln address@hidden > > Clint, I did put the default of $RAD/NIDS in the code if it didn't find the NEXRIII line in the datatype.tbl. So, if you did update the datatype.tbl config file and it still did not find the file, you might need to check the line for errors or line wraps (that table has long lines). Did you update your old table, or were you using the datatype.tbl that came with the new distribution? If you were updating, make sure that the other datatype.tbl file isn't being found in your home or working directory. I put a warning message in the gdradr.f code to notify you if NEXRIII wasn't being found and the default was being used. You should see a [GDRADR 2] message of: NEXRIII template not found using $RAD/NIDS/%SITE%/%PROD%. Otherwise, it would be possible that a NEXRIII template is being found somewhere in a datatype.tbl file that hasn't been updated. Steve Chiswell