NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.
NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.
To install netcdf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install netcdf
To see what files were installed by netcdf, run:
port contents netcdf
To later upgrade netcdf, run:
sudo port selfupdate && sudo port upgrade netcdf
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.