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.
Dave, No...my version was writeing year 2100 on the Gini images too. This bug was still present in the 5.4.3V distribution too. Steve On Thu, 20 Jan 2000, David Himes wrote: > > Steve, > > Did you already have this fixed in your distribution before Steve Drake > sent his message yesterday? If yes, then we missed that one. > > ...and I agree with your fix of: > > if( iyear .gt. 70) then > iyear = 1900 + iyear > else > iyear = 2000 + iyear > endif > > Based on the ambiguity of the documentation. We'll make ours like yours. > > Sorry for the confusion... > > Thanks. > > Dave >