We've moved to Gitlab! (gitlab.com/remikz/nccmp)
Compares two NetCDF files in-place to find specific variables, dimensions and/or attributes that differ. Highly recommended for any test-driven environment and regression testing large datasets.
Features
- Multi-threaded if posix threads supported.
- Groups (netcdf4) recursively, by short or full name.
- Header pad comparisons.
- Limit diffs up to global total or per-variable counts.
- Support all Netcdf4 atomic and user-types, with nesting.
- Can treat NaN's as equal if used as grid masks.
- Written in pure C and builds on many platforms.
- Allow asymmetric data types when comparing semantically.
Categories
Earth SciencesLicense
GNU General Public License version 2.0 (GPLv2)Follow nccmp
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Great project! Had to tweak the config.h file on some platform by setting #define HAVE_NC_H 0.
-
Works perfectly