Calculate a flux ensemble
calculateFlux(
L,
sed.rate.ens = "sedimentationRate",
sed.rate.age = "ageEnsemble",
sed.rate.table.num = 1,
sed.rate.table.type = "ensemble",
density.var = "WBD",
density.var.age = "ageEnsemble",
density.table.num = 1,
density.table.type = "measurement",
concentration.var = "RABD",
concentration.var.age = "ageEnsemble",
concentration.table.num = 1,
concentration.table.type = "measurement",
out.age.var = "age",
ens.units = "mass/cm2/yr",
ens.var.name = "flux",
bin.step = 100,
bin.vec = NA
)A LiPD object
sedimentation rate ensemble (potentially from createSedRateEnsemble())
age ensemble that corresponds to sed.rate.ens
table number for sed rate ensemble
table type for sed rate ensemble
name of the density variable
age variable that corresponds to density
table number for density
table type for density
name of the concentration variable
age variable that corresponds to concentration
table number for concentration
name of the concentration variable
What is the output age variable (e.g., age or ageEnsemble)
What are the output units (default is "mass/cm2/yr")
What is the output variable name (default = "flux")
What timestep are you calculating flux over?
Optionall specify a vector to calculate flux over
A LiPD object
Other LiPD manipulation:
createConcatenatedEnsembleMeasurementTable(),
createModel(),
createMultiModelEnsemble(),
createSedRateEnsemble(),
createSummaryTableFromEnsembleTable(),
createTSid(),
estimateUncertaintyFromRange(),
getVariableIndex(),
mapAgeEnsembleToPaleoData(),
pullTsVariable(),
selectData()