getEnsemble (pyleoclim.utils.lipdutils.getEnsemble)

pyleoclim.utils.lipdutils.getEnsemble(csv_dict, csvName)[source]

Extracts the ensemble values and depth vector from the dictionary and returns them into two numpy arrays.

Parameters
  • csv_dict (dict) – dictionary containing the availableTables

  • csvName (str) – Name of the csv

Returns

  • depth (array) – Vector of depth

  • ensembleValues (array) – The matrix of Ensemble values