Module reservoirs::reservoir[][src]

Expand description

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

Structs

Holds parameters for bootstrapping confidence intervals of reservoir models.

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

Summary statistics for several Fit objects.

Fluvial traversal struct for gravels and fines.

Struct for model run statistics.

Holder struct for goodness-of-fit statistics.

Holds model characteristics associated with a reservoir.

Model manager struct for control flow of modeling operations.

Struct for recording reservoir characteristics.

Holder struct for goodness-of-fit statistics.

Holder struct to read in charcoal sample ages from csv.

Thresholds for statistical tests.

Struct to hold statistics describing transit times of reservoirs.

Traits

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.