nctoolkit.DataSet.cor_time

DataSet.cor_time(self, var1=None, var2=None)

Calculate the correlation correct in time between two variables The correlation is calculated for each grid cell, ignoring missing values.

Parameters
  • var1 (str) – The first variable

  • var2 (str) – The second variable