DO_sat_calc: DO saturation percent calculator

View source: R/DO_assessment.R

DO_sat_calcR Documentation

DO saturation percent calculator

Description

This function will calculate DO saturation percentage based on DO mg/L values, temperature in C, and elevcation in ft This function is based on the equation found in The Dissolved Ocygen Water Quality Standard Implementatiion Guidence. This function differs from the oxySol function in the wql package because it calcultaes the percentage dirrectly and incorporates elevation, as opposed to pressure

Usage

DO_sat_calc(DO, TempC, elevft)

Arguments

DO

DO value in mg/L

TempC

Temperature value in C

elevft

Elevation value in feet

Examples

DO_sat_calc()


donco/odeqassessment documentation built on Dec. 22, 2024, 2:29 p.m.