nctoolkit.DataSet.log10#

DataSet.log10(self)#

Method to get the base 10 log of variables

Examples

If you wanted to calculate the base 10 log of each variable, you just need to do this:

>>> ds.log10()