nctoolkit.DataSet.log10

Contents

nctoolkit.DataSet.log10#

DataSet.log10()#

log10: Method to get the base 10 log, log10, of variables

Examples

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

>>> ds.log10()