Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation about TEMPEST flood dates and data frequency #192

Merged
merged 4 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions synoptic/L1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ if(!is.numeric(out_df$Rows)) {
n_obs <- format(sum(out_df$Rows), big.mark = ",")
n_na <- format(sum(out_df$NA_rows), big.mark = ",")
# Restore old warning setting
options(warn = oldwarn)
```

## Metadata
Expand Down Expand Up @@ -298,7 +301,4 @@ Git commit `r GIT_COMMIT`.

```{r reproducibility}
sessionInfo()
# Restore old warning setting
options(warn = oldwarn)
```
6 changes: 6 additions & 0 deletions synoptic/metadata/L1_metadata/README_v1-0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Island), MSM (Moneystump Marsh), OWC (Old Woman Creek), PTR (Portage
River), SWH (Sweet Hall Marsh), and TMP (TEMPEST experiment). See
site-specific metadata files in each folder.

Data are normally logged at a 15 minute interval, but this is **not**
guaranteed. In particular, there may be:
* Missing data points (due to offline sensors, for example);
* Multiple, numerically different observations for a given timestamp (rare, but can occur at TEMPEST);
* Less-than-15-minute time intervals, in particular during TEMPEST flood events.

CHANGELOG
—----------------------------------
Version 1-0 released 2024-05-29
Expand Down
8 changes: 8 additions & 0 deletions synoptic/metadata/L1_metadata/TMP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ years old) temperate, deciduous coastal forest.
NOTE: Meteorological data for TEMPEST are available in the GCW-W files
and are from the GCReW met station. See notes in the GCW metadata.

The TEMPEST flood events occurred on the following dates. They
lasted for ~10 hours each day and delivered ~80,000 gallons to each plot;
many data streams are available at 1 or 5 minute frequency during these periods.
* Tests: Aug 25 (fresh plot) and Sep 9 (salt plot), 2021
* TEMPEST 1: June 22, 2022
* TEMPEST 2: June 6-7, 2023
* TEMPEST 3: June 11-13, 2024

Contact for the TEMPEST site:
J. Patrick Megonigal [email protected]

Expand Down
Loading