Skip to content
Snippets Groups Projects
TranspAsPert.Rd 631 B
Newer Older
Marco De Lucia's avatar
Marco De Lucia committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Rphree_SurrogateUtils.R
\name{TranspAsPert}
\alias{TranspAsPert}
\title{Extract the changes in stateC due to transport}
\usage{
TranspAsPert(sim)
}
\arguments{
\item{sim}{a result of Reactive Transport (for each time step, a T
and a C data.frame)}
}
\value{
a list
}
\description{
From a list containing results of a Reactive Transport simulation,
this function extracts the "transport" as a "perturbation" of
chemistry. This simply means computing the differences between the
state_T at current time and state_C at previous time step.
}
\author{
MDL
}