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 Torsten, The binary you are using was built with "f95" for the Fortran-90 compiler (which is what "gfortran" used to be called), and the module files created by that compiler are unfortunately not compatible with g95. So if you want to install the binary, you either have to build with the same compiler used to create the binary distribution (including the .mod files), or you have to build from source with the compiler you want to use, for example g95. Building the netCDF libraries and utilities from source is fairly easy, so I recommend that. It's typically as easy as running the "configure" script and then invoking "make check install". You may have to set some environment variables before running configure. For instructions, see the installation guide at http://www.unidata.ucar.edu/software/netcdf/docs/netcdf-install/ and the "NetCDF Build Troubleshooter" on the netCDF home page if you run into problems, or send your questions to address@hidden. --Russ Russ Rew UCAR Unidata Program address@hidden http://www.unidata.ucar.edu Ticket Details =================== Ticket ID: DGR-483032 Department: Support netCDF Priority: Normal Status: Closed