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.
Hi Luis, > there is a little bug in netcdf4_constants.f90, line 29: > > it must not be > > integer (kind = EightByteInt), parameter, public :: & > nf90_fill_uint = 4294967295_8 > > but > > integer (kind = EightByteInt), parameter, public :: & > nf90_fill_uint = 4294967295_EightByteInt > > because _8 is not standard conforming. Thanks, I've forwarded your fix to Richard Weed, who's working on the next version, and also committed it to our current netcdf-fortran trunk in svn. --Russ > Cheerio, > Luis > -- > \\\\\\ > (-0^0-) > --------------------------oOO--(_)--OOo----------------------------- > > Luis Kornblueh Tel. : +49-40-41173289 > Max-Planck-Institute for Meteorology Fax. : +49-40-41173298 > Bundesstr. 53 > D-20146 Hamburg Email: address@hidden > Federal Republic of Germany > > > Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: LAG-998412 Department: Support netCDF Priority: Normal Status: Closed