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.
Steve - In my panel.h (release 5.4), char ValidTimeString[30][15]; Chris On Wed, 20 Dec 2000, Unidata Support wrote: > >From: address@hidden (Chris Hennon) > >Organization: UCAR/Unidata > >Keywords: 200012201919.eBKJJ0o05273 > > >Can you manually override the 50 frame limit per group in NTRANS? I would > >like to display twice daily data over a continuous month. Why are we > >limited to 50 frames? Thanks. > > > >Chris > > > >================================================ > >| Chris Hennon Ohio State University | > >| Tropical Meteorology address@hidden | > >| | > >| Dept of Geography Office: 1155 Derby Hall | > >| 1036 Derby Hall Phone : (614) 292-2704 | > >| Columbus, OH 43210 Fax : (614) 292-6213 | > >================================================ > > > > > Chris, > > The MAXFRAMES limit is set to 500 in $NAWIPS/nprogs/ntrans/include/defs.h. > I think you may be running up against the value of 50 for the number of > ValidTimes defined in $NAWIPS/nprogs/ntrans/include/panel.h: > char ValidTimeString[50][15]; > > That string array is holding 50 strings of 15 characters. > > You can try increasing the number of time strings up to MAXFRAMES. > I'll have to look at this later to see if it causes and other problems. > > > Steve Chiswell > **************************************************************************** < > Unidata User Support UCAR Unidata Program < > (303)497-8644 P.O. Box 3000 < > address@hidden Boulder, CO 80307 < > ---------------------------------------------------------------------------- < > Unidata WWW Service http://www.unidata.ucar.edu/ < > **************************************************************************** < >