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.
Jeff, >Date: Thu, 26 Feb 2004 15:38:25 -0500 >From: "Jeff Konz" <address@hidden> >Organization: Linux Networx >To: "'Steve Emmerson'" <address@hidden> >Subject: RE: 20040225: Problem with f90 test for netCDF: pgf90 compiler > Keywords: 200402252015.i1PKFrrV004061 netCDF F90 The above message contained the following: > Am I correct in assuming that the underlying function processing these > values is "nf90_put_var_3D_FourByteReal" ? That will be the underlying routine if a default Fortran REAL on your system has four bytes. There's also a requirement that the array be 3-D, but that should be taken care of by the fact that the array argument is, obviously, 3-D. > -Jeff Regards, Steve Emmerson