Publications by Trent Biggs

Boca Rio Manta recalibration 2021-11 to 2022-04

24.02.2023

Read in Boca Rio Manta time series, 2021-11-03 to 2022-04-28, calibration logs, back-calibrate RV values, and recalculate TRYP and CDOM values from the RV values and a “stable” calibration based on long-term mean RV-TYRP values for the Boca Rio sonde (SN 4105). Read in Boca Rio Manta data ## Date.time Temperature pH ORP Depth...

970 sym 23 img

Exercise 5 Water balance

22.09.2022

In this exercise, you will: - read USGS streamflow data into R - calculate monthly discharge - calculate runoff coefficients 0. Load the libraries you’ll need. The USGS has a website dedicated to R: https://owi.usgs.gov/R/ There are packages for streamflow and water quality data retrieval and analysis. Here, we install and use the dataRetr...

4688 sym R (8054 sym/38 pcs) 7 img

Calibration logs analysis

18.11.2022

This document analyses the calibration logs for 3 manta sondes, calibration dates 2019-2022. TRYP 100ppb TRYP Sonde 4105 seems quite stable. Sonde 3594 less stable. ## [1] "Mean TRYP RV for 100ppb, sonde 3594, pre-2021: 0.017" ## [1] "Mean TRYP RV for 100ppb, sonde 3594, post-2021, exclude values > 0.03 RV: 0.012" ## [1] "Mean TRYP RV for 100...

638 sym 5 img

Water quality monitoring report, IBWC gage 2022-11-14 download

18.11.2022

Sonde at IBWC gage Serial number 12215259 1. Table of QAQC notes. Table created using field notes and visual interpretation of time series. Notes file is Visual examination performed on wqdatalive and using plot_ly in 2_interactive_qaqc_each_parm.R. X = parameter invalid (sensor dry, sedimentation, malfunction) CAL = calibration problem; fix...

2198 sym 5 img 1 tbl

Water quality monitoring report, 2022-11-14 download v2

19.11.2022

Sonde at IBWC gage Serial number 12215259 1. Table of QAQC notes. Table created using field notes and visual interpretation of time series on wqdatalive and using plot_ly in 2_interactive_qaqc_each_parm.R (see interactive plot of Turbidity.side.scatter below). X = parameter invalid (sensor dry, sedimentation, malfunction) CAL = calibration p...

2743 sym 8 img 1 tbl

GEOG576 Exercise 4 Rainfall Analysis

07.09.2020

I. Introductory commands Some important commands are listed below. The . indicate blanks where you would fill in missing info. ?... # Loads help files for a specific command ?getwd # Loads help files for "getwd" ??getwd # Searches for the word "getwd" in all the help files setwd(.) ...

5103 sym R (7239 sym/51 pcs) 7 img

GEOG 576 Water Quality and Q-C plots

20.10.2020

In this Exercise you will Load water quality data Plot Q-C relationships Use power functions to quantify the Q-C relationships Plot discharge data on the plot to determine hydrological conditions at time of sampling 0. Water quality data The water quality data have been downloaded and formatted for you. Water quality data can be downloaded fro...

2262 sym R (5216 sym/14 pcs) 5 img

GEOG576 Rainfall Runoff Analysis Los Penasquitos

17.09.2020

In this exercise, you will: - read USGS streamflow data into R - calculate monthly discharge - calculate runoff coefficients 0. Load the libraries you’ll need. The USGS has a website dedicated to R: https://owi.usgs.gov/R/ There are packages for streamflow and water quality data retrieval and analysis. Here, we install and use the dataRetrie...

3608 sym R (8108 sym/38 pcs) 7 img

Exercise 4: Rainfall analysis in R, with normal probability plot

15.09.2020

I. Introductory commands Some important commands are listed below. The . indicate blanks where you would fill in missing info. ?... # Loads help files for a specific command ?getwd # Loads help files for "getwd" ??getwd # Searches for the word "getwd" in all the help files setwd(.) ...

5351 sym R (7582 sym/53 pcs) 9 img

GEOG 576 Flow duration curves and stormflow

24.09.2020

In this exercise you will: Calculate flow-duration curves for different periods in Los Penasquitos. Plot storm-total rainfall vs runoff for Los Penasquitos. 0. Load libraries. library(dataRetrieval) library(hydroTSM) I. Flow duration curves A. Load USGS daily streamflow data for Los Penasquitos See Exercise 5 (I’m not showing the code). Do...

3071 sym R (3056 sym/11 pcs) 5 img