nccmp compares two NetCDF files bitwise, semantically or with a user defined tolerance. Highly recommended for regression testing scientific models or datasets in a test-driven development environment.
nccmp compares two NetCDF files bitwise, semantically or with a user defined tolerance. Highly recommended for regression testing scientific models or datasets in a test-driven development environment.
To install nccmp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nccmp
To see what files were installed by nccmp, run:
port contents nccmp
To later upgrade nccmp, run:
sudo port selfupdate && sudo port upgrade nccmp
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.