nctoolkit.DataSet.cdo_command#

DataSet.cdo_command(self, command=None, ensemble=False, check=False)#

Apply a cdo command

Parameters
  • command (string) – cdo command to call. This command must be such that “cdo {command} infile outfile” will run.

  • ensemble (bool) – Is this an ensemble command?

  • check (bool) – Check whether the command is valid