NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Devin, That's exactly the type of advice I needed; thanks! I am currently having problems compiling, as I get a lot of errors about missing .h files as well as other issues not related to this commented-out line. So, I will need to research these compiling issues. Thanks again, Mark ________________________________ From: Devin Eyre <Devin.Eyre@xxxxxxxxxxxx> Sent: Tuesday, June 18, 2019 1:54:23 PM To: Boothe, Mark (CIV); gembud@xxxxxxxxxxxxxxxx Subject: Re: [gembud] Wrong date displayed You just need to comment-out one line in one of the source files and recompile. File 'scrolledw.c' is in the 'comet/garp/gui' directory. --- scrolledw.c.orig 2019-06-18 20:49:59.000000000 +0000 +++ scrolledw.c 2019-06-18 20:50:21.000000000 +0000 @@ -905,7 +905,7 @@ * We assume all the times in the list have the same format. */ sscanf( timeList[0], "%02d", &year); - if ( year == 19 || year == 20) return; + /* if ( year == 19 || year == 20) return; */ /* * Get the century. Rename the list with a 4 index year. On Tue, 2019-06-18 at 20:19 +0000, Boothe, Mark (CIV) wrote: > Hello, > > Does anyone have a suggestion for fixing a problem in which the wrong > date is displayed in Gempak (utilizing Garp)? For example, in our > Garp pull-down menu, the option for the recent analysis is > "190618/1200F000", but the displayed date on the Gempak map is "FRI > MAY 31 1907 0000V000". > Any guidance would be appreciated. > > Thanks, > Mark > _______________________________________________ > NOTE: All exchanges posted to Unidata maintained email lists are > recorded in the Unidata inquiry tracking system and made publicly > available through the web. Users who post to any of the lists we > maintain are reminded to remove any personal information that they > do not want to be made public. > > > gembud mailing list > gembud@xxxxxxxxxxxxxxxx > For list information or to unsubscribe, visit: > http://www.unidata.ucar.edu/mailing_lists/
gembud
archives: