Module reservoirs::reservoir[][src]

Structs and methods related to simulating reservoir models. Structs and methods for Bolin & Rodhes reservoir models.

Structs

Bootstrap

Holds parameters for bootstrapping confidence intervals of reservoir models.

Fit

Holder struct for passing test values between functions. Makes functions calls and returns less confusing.

Fits

Summary statistics for several Fit objects.

Gof

Holder struct for goodness-of-fit statistics.

Model

Holds model characteristics associated with a reservoir.

Reservoir

Struct for recording reservoir characteristics.

Sample

Holder struct to read in charcoal sample ages from csv.

Transits

Struct to hold statistics describing transit times of reservoirs.

Traits

Record

The Record trait indicates the data is organized in spreadsheet format with variables by column and observations by row (using struct fields as column names). Trait methods provides convenience functions for wrangling spreadsheet data.