Auszug |
---|
Unidata UDUNITS2 Package, Conversion and manipulation of units |
Description
Conversion of unit specifications between formatted and binary forms, arithmetic manipulation of units, and conversion of values between compatible scales of measurement. The Udunits2 package supports units of physical quantities (e.g., meters, seconds). Specifically, it supports conversion between string and binary representations of units, arithmetic manipulation of units, and conversion of numeric values between compatible units. Udunits2 is used by several other packages at HLRN.
...
- The home page is http://www.unidata.ucar.edu/software/udunits/.
- If an udunits module is loaded an info page is available for the keywords
udunits2
,udunits2lib
andudunits2prog
.
Modules
To activate the package, issue module load udunits
from the command line or put this line into your login shell. For more versions see module avail udunits
Examples
To activate udunits type
module load udunits/2.1.24_intel
...