Conversation
|
This is a how COMPASS calculates groundwater level below the soil surface. For this, you need Aquatroll instalation info: Well measurements (chart explaining): https://docs.google.com/document/d/1N5mJfluWiq6zGNgjLacdm11zS27FqC3tRdE7gdGW9BE/edit?tab=t.0 Methods description: R script: Reading well dimensions to calculate wl_below the surfacewell_dimensions <- read_sheet("https://docs.google.com/spreadsheets/d/1O4sHvj2FO7EcWEm3WpKEZhFubGn8HCcUsz9EFXhQTXM/edit#gid=0") %>% df_raw_depths <- inner_join(df_raw, well_dimensions, by = c("site", "location")) %>% df <- df_raw_depths %>% In the R script: |
|
Thank you @Fausto2504 ! I will look at this and a script that @peterregier sent by email and let you guys know if I have questions. |
Implement derived variables; add L2 plots; debug code after running all 2024 data through