HARPgroup / HARParchive

This repo houses HARP code development items, resources, and intermediate work products.
1 stars 0 forks source link

8/2/2021 HARP Weekly Work Session #109

Open rburghol opened 3 years ago

rburghol commented 3 years ago

image

image

katealbi11 commented 3 years ago

I just fixed the graphs of no precip days. I accidentally graphed total no precipitation days instead of max consecutive no precip days!

Judging Power of Charts:

rburghol commented 3 years ago

I would agree with all of those with the exception of R^2. Literally, R^2 says what % of variability in dependent variable can be explained by changes in independent variable, and thus the only way for R^2 to be close to 1.0 would be if the independent variable, in this case year (time), is the only thing that influences #of dry days.

Thus, I think that our expectation of possible maximum R^2 has to be scaled according to our sense of what other factors may play a role in causing the number of consecutive dry days to increase or decrease from year to year. Just based on natural observed variability, and knowing that things like el niño/la niña are believed to cause wetter/drier conditions in our area I would say that the max R^2 here might be very small.

As for the follow up tests -- that looks good, I would also like to see ~~the consecutive days~~ the total rainless days versions -- sometimes errors can reveal things of interest!

Thanks! Talk soon, rb

On Mon, Aug 2, 2021 at 12:09 PM katealbi11 @.***> wrote:

Judging Power of Charts:

  • the R^2 value should be as close to 1 as possible
  • t-value should be MUCH greater than 2 ( like in the 100s)
  • p-value should be generally less than 0.05
  • can also use further analysis measures such as a Cook's Distance plot (single data point has a significant influence on the data and should be removed) and tests for homoscedasticity (constant residuals), bias, and normality

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HARPgroup/HARParchive/issues/109#issuecomment-891148604, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC4AIWA46NGGFRBXBS6JZTT227LJANCNFSM5BI2L6JA .

--

Robert W. Burgholzer 'Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that's creativity.' - Charles Mingus

snhandelsman commented 3 years ago

What constitutes a drought? meteorological drought - lack of precipitation agricultural drought - lack of soil moisture hydrologic drought -reduced streamflow or groundwater levels (USGS)

https://www.ncdc.noaa.gov/extremes/cei/graph/se/01-12/5 <-- extremes in days with no precipitation in southeast yearly trends (NOAA) https://www.ncdc.noaa.gov/extremes/streaks/mapping/VA/500/all-time <-- most consecutive days w no precipitation (by state) https://www.ncdc.noaa.gov/temp-and-precip/drought/historical-palmers/psi/198901-202012 <-- animation of droughts through years (whole US)

snhandelsman commented 3 years ago

https://www.ntsg.umt.edu/project/modis/mod16.php

katealbi11 commented 3 years ago

Produces code for 7-day, 30-day, and 90-day rolling averages for precipitation and temperature. Do we want to add PET to this as well?

rburghol commented 3 years ago

PET yes, but most importantly the difference between PRECIP and PET, i.e., PRECIP - PET

On Tue, Aug 3, 2021 at 2:10 PM katealbi11 @.***> wrote:

Produces code https://github.com/HARPgroup/HARParchive/blob/master/HARP-2021-2022/day_avgs%20(1).Rfor 7-day, 30-day, and 90-day rolling averages for precipitation and temperature. Do we want to add PET to this as well?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HARPgroup/HARParchive/issues/109#issuecomment-892056149, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABC4AIWLX6SVBW2W7IPAH5TT3AWLDANCNFSM5BI2L6JA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

--

Robert W. Burgholzer 'Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that's creativity.' - Charles Mingus

katealbi11 commented 3 years ago

Updated rolling averages code with PET and water deficit (PET-Precip)

katealbi11 commented 3 years ago

Linear Regression w/ Confidence Intervals Graph for Annual Precip:

Screen Shot 2021-08-10 at 11 22 41 AM