mapAgeEnsembleToPaleoData (pyleoclim.utils.lipdutils.mapAgeEnsembleToPaleoData)

pyleoclim.utils.lipdutils.mapAgeEnsembleToPaleoData(ensembleValues, depthEnsemble, depthPaleo)[source]

Map the depth for the ensemble age values to the paleo depth

Parameters
  • ensembleValues (array) – A matrix of possible age models. Realizations should be stored in columns

  • depthEnsemble (array) – A vector of depth. The vector should have the same length as the number of rows in the ensembleValues

  • depthPaleo (array) – A vector corresponding to the depth at which there are paleodata information

Returns

ensembleValuesToPaleo – A matrix of age ensemble on the PaleoData scale

Return type

array