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.
> my umask did not changed between compiles it is : > > [chiquita] /data/src/ni/src/ncl 88> umask > 22 > > As I mentioned this code works with 2.4.1 and not with 3.3.1 so it can't be > the umask. I did not change anything other than the recompiling. > > -ethan The documentation is not very clear on this, but, _values_ of constants like NC_CLOBBER declared in netcdf.h (and the FORTRAN include file) have changed. (If we had it to do over, we probably wouldn't have messed with this, sigh.) So, not only do you need to relink against your newly built library, you need to recompile any of your modules which include netcdf.h. -glenn