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: Pepo Juega <address@hidden> >Organization: INSTITUTO NACIONAL DE METEOROLOGIA >Keywords: 200103191035.f2JAZRL01429 McIDAS FRONT FRNTDISP ASUS FSUS Pepo, >I do not find code for u0drwmap(), u0getftime() and u0putftime() I just put the following files in the pub/mcidas/src directory of anonymous FTP on ftp.unidata.ucar.edu: u0drwmap.for u0frtime.for u0frtime.for contains the entry points u0getftime and u0putftime. One comment is in order. The Unidata distribution of McIDAS has a couple of concepts that are not in SSEC McIDAS. One of the concepts is that of "frame time". When a plot is made in a frame (a plot from things like raobplot, raobcon, imgdisp, etc), the time of the plot is saved in the frame directory (FrameN.M). This time can then be used by plot/contour routines in the Unidata distribution by specifying FRAME as the time: SFCPLOT T USA FRAME The routines u0getftime and u0putftime are the ones used for writing and reading the frame times, respectively. >Got those. Txs. You are welcome. Please let me know if you run into other things while trying to use front.pgm or frntdisp.pgm code. Tom