ncplot is an interactive plotting tool that allows the user to view time-series data stored in netCDF files that conform to the NCAR-RAF/nimbus conventions. Both Low-rate and Mixed-rate files are supported, as well as files where the data have been reduced below 1 sps (sample per second), e.g., files run through ncav.
ncplot is an interactive plotting tool that allows the user to view time-series data stored in netCDF files that conform to the NCAR-RAF/nimbus conventions. Both Low-rate and Mixed-rate files are supported, as well as files where the data have been reduced below 1 sps (sample per second), e.g., files run through ncav.
To install ncplot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ncplot
To see what files were installed by ncplot, run:
port contents ncplot
To later upgrade ncplot, run:
sudo port selfupdate && sudo port upgrade ncplot
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.