Actions

NetCDF Operators: Difference between revisions

From BAWiki

imported>Lang Guenther
No edit summary
imported>Lang Guenther
(textadded)
Line 1: Line 1:
[[de:NetCDF Operators]]
[[de:NetCDF Operators]]


==About NCO==
The NCO toolkit manipulates and analyzes data stored in [[NetCDF]]-accessible formats, including DAP, HDF4, and HDF5. It exploits the geophysical expressivity of many CF (Climate & Forecast) metadata conventions, the flexible description of physical dimensions translated by UDUnits, the network transparency of OPeNDAP, the storage features (e.g., compression, chunking, groups) of HDF (the Hierarchical Data Format), and many powerful mathematical and statistical algorithms of GSL (the GNU Scientific Library). NCO is fast, powerful, and free.
The NCO toolkit manipulates and analyzes data stored in [[NetCDF]]-accessible formats, including DAP, HDF4, and HDF5. It exploits the geophysical expressivity of many CF (Climate & Forecast) metadata conventions, the flexible description of physical dimensions translated by UDUnits, the network transparency of OPeNDAP, the storage features (e.g., compression, chunking, groups) of HDF (the Hierarchical Data Format), and many powerful mathematical and statistical algorithms of GSL (the GNU Scientific Library). NCO is fast, powerful, and free.


For more information see [http://nco.sourceforge.net nco.sourceforge.net].
For more information see [http://nco.sourceforge.net nco.sourceforge.net].
==Typical applications at BAW==
===Concatenation of several [[NetCDF]] files converted from [[BOEWRT.DAT|boewrt.dat]] files into one [[CF-NETCDF.NC|cf-netcdf.nc]] file===
# Convert several [[BOEWRT.DAT|boewrt.dat]] files using [[DATACONVERT]] to equivalent [[CF-NETCDF.NC|cf-netcdf.nc]] files;
# With '''ncrcat''' several files can be concatenated into one [[CF-NETCDF.NC|cf-netcdf.nc]] file;
# Typical post processors: [[NCANALYSE]];
# Example: ncrcat -h f1.nc f2.nc ... fn.nc result.nc (-h suppresses the modification or creation of a history attribute);
# More information: [http://nco.sourceforge.net/nco.html#ncrcat-netCDF-Record-Concatenator ncrcat-netCDF-Record-Concatenator].
----
----
----
back to [[Standard-Software-Applications (Add-ons)]]
back to [[Standard-Software-Applications (Add-ons)]]
----
----
[[Overview]]
[[Overview]]

Revision as of 11:33, 31 January 2015


About NCO

The NCO toolkit manipulates and analyzes data stored in NetCDF-accessible formats, including DAP, HDF4, and HDF5. It exploits the geophysical expressivity of many CF (Climate & Forecast) metadata conventions, the flexible description of physical dimensions translated by UDUnits, the network transparency of OPeNDAP, the storage features (e.g., compression, chunking, groups) of HDF (the Hierarchical Data Format), and many powerful mathematical and statistical algorithms of GSL (the GNU Scientific Library). NCO is fast, powerful, and free.

For more information see nco.sourceforge.net.

Typical applications at BAW

Concatenation of several NetCDF files converted from boewrt.dat files into one cf-netcdf.nc file

  1. Convert several boewrt.dat files using DATACONVERT to equivalent cf-netcdf.nc files;
  2. With ncrcat several files can be concatenated into one cf-netcdf.nc file;
  3. Typical post processors: NCANALYSE;
  4. Example: ncrcat -h f1.nc f2.nc ... fn.nc result.nc (-h suppresses the modification or creation of a history attribute);
  5. More information: ncrcat-netCDF-Record-Concatenator.


back to Standard-Software-Applications (Add-ons)


Overview