Summary
Command-line operators to analyze netCDF files NetCDF Operator is a suite of programs known as operators. The operators are stand-alone, command-line programs executable in a POSIX shell. Operators take one or more netCDF files as input, perform an operation (e.g., averaging or hyperslabbing), and produce a netCDF output file. NCO was originally designed to manipulate and analyze climate data, though it works on any netCDF format datasets.
Versions
v5.1.3-r1 :: 0/5.1.3 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- dap gsl hdf5 ncap2 openmp test udunits
USE flags
General
- dap
- Support for remote data access with the NETCDF DAP client
- gsl
- Use the GNU scientific library for calculations
- hdf5
- Add support for the Hierarchical Data Format v5
- ncap2
- Build next generation netcdf arithmetic processor (needs dev-java/antlr)
- openmp
- Build support for the OpenMP (support parallel computing), requires >=sys-devel/gcc-4.2 built with USE="openmp"
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- udunits
- Add sci-libs/udunits files support
Dependencies
dev-cpp / antlr-cpp : The ANTLR 4 C++ Runtime
sci-libs / gsl : The GNU Scientific Library
sci-libs / netcdf : Scientific library and interface for array oriented data access
sci-libs / udunits : Library for manipulating units of physical quantities
Runtime Dependencies
dev-cpp / antlr-cpp : The ANTLR 4 C++ Runtime
sci-libs / gsl : The GNU Scientific Library
sci-libs / netcdf : Scientific library and interface for array oriented data access
sci-libs / udunits : Library for manipulating units of physical quantities
Bugs
- 741592
- sci-misc/nco-4.5.1-r2 fails to compile: nco_omp.c:210:53: error: variable 'fp_stderr' must have explicitly specified
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-misc/nco: drop 4.5.1-r3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-misc/nco: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-misc/nco: update netcdf[tools] dep
Tools are now always available. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-misc/nco: Stabilize 5.1.3 amd64, #899440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sci-misc/nco: Stabilize 5.1.3 x86, #899440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-misc/nco: mask useless automake test results
Closes: https://bugs.gentoo.org/888519 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sci-misc/nco: add 5.1.3
Bug: https://bugs.gentoo.org/741592 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - David Seifert · gentoo
sci-misc/nco: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - David Seifert · gentoo
sci-misc/nco: Port to EAPI 6
* Remove use of `built_with_use` function Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Matt Turner · gentoo
sci-misc/nco: dropped ppc keywords - Thomas Deutschmann · gentoo
sci-misc/nco: x86 stable (bugs #607728)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Tobias Klausmann · gentoo
sci-misc/nco-4.5.1-r2: add amd64 keyword
Gentoo-Bug: 607728 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - James Le Cuirot · gentoo
sci-misc/nco: antlr-cpp should be in RDEPEND
I commented that antlr should have been in RDEPEND before and forgot to put antlr-cpp there myself. D'oh! Package-Manager: portage-2.2.26 - James Le Cuirot · gentoo
sci-misc/nco: Remove old
Package-Manager: portage-2.2.20.1 - James Le Cuirot · gentoo
sci-misc/nco: Use dev-cpp/antlr-cpp instead of dev-java/antlr
The old dependency was wrong anyway because it was missing from RDEPEND and didn't include the cxx USE flag. Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed