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 Barrett, If you actually entered > NetCDF:attputt($ncid, NetCDF:GLOBAL, $globalname, 2, "200"); then try this instead: NetCDF::attput($ncid, NetCDF::GLOBAL, $globalname, NetCDF::CHAR, "200"); Also make sure you close the file after calling enddef: NetCDF::close($ncid); --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: RJN-519248 Department: Support netCDF Priority: Urgent Status: Closed