SCBI-ForestGEO / McGregor_climate-sensitivity-variation

repository for linking the climate sensitity of tree growth (derived from cores) to functional traits
0 stars 0 forks source link

Hypothesis 3: Access to water (elevation) affects drought response #14

Closed mcgregorian1 closed 5 years ago

mcgregorian1 commented 5 years ago

H3- Rooting volume/depth relative to water sources are critical in drought response. Effects of drought on larger trees are mediated by the fact that large trees have better access to water.

P3a- drought response increases with elevation and/or distance from stream (it would be nice if we knew more about the site hydrology!)

Next step:

P3b- There is a dbh*elev interaction, elevation (relative to stream?) matters less for big trees with larger (and potentially deeper) root system.

Next step:

Originally posted by @teixeirak's writing in issue #7

mcgregorian1 commented 5 years ago

P3a

model with just elev and random effects

EDIT: 4 days later, realized I included year as a random effect when it's a fixed effect. I have changed it. image

mcgregorian1 commented 5 years ago

P3b

model with dbh_ln*elev plus random effects

image

teixeirak commented 5 years ago

which direction is the interaction?

mcgregorian1 commented 5 years ago

The direction is negative, though the individual effects are both positive image

also my bad on the original - I had included year as a random variable even though I don't have enough groups to consider it random

teixeirak commented 5 years ago

Okay, so it indicates that drought response increases with both elevation and dbh, but elevation has less impact on larger trees, supporting P2b.

teixeirak commented 5 years ago

Regarding a metric of distance to the stream, I'd think either of the suggestions above should give us a preliminary idea (and if its borderline or significant it may be worth improving the map). For the second option (distance to stream), you'd want to use ln[distance].

mcgregorian1 commented 5 years ago

I've now calculated the distance for each point to water and added it as the ln[distance] (option 2 from above).

Running the model dbh_ln*distance_ln plus random effect, I get: image

Here is the interaction summary: image

teixeirak commented 5 years ago

Thanks! Could you please try it without the interaction (and give the coefficient)?

mcgregorian1 commented 5 years ago

Running with no interaction yields: image

These are the coefficients for the top three models: image

Running without log-transformed distance gives an even weaker signal: image

mcgregorian1 commented 5 years ago

For the record, running dbh_ln + elev_m*distance_ln gives me almost the same result as above, with dbh_ln + (1|sp/tree) the best model by 2, but the next best model has the same r-squared (0.16) and is the full model

mcgregorian1 commented 5 years ago

@teixeirak both H2 and H3 include a test for dbh*elev interaction, but in the table you listed it as height*elev (just want to make sure this was intentional - I'm assuming this is because height has the larger effect?).

Otherwise, the response we're seeing in the updated table (as of 12.30 today) is what I'm getting for running identical models

teixeirak commented 5 years ago

use height x elev for both. Note that the different hypotheses predict different directions of interaction.

mcgregorian1 commented 5 years ago

Ok, sounds good. That's what the script is currently doing so I think it can stand as is

teixeirak commented 5 years ago

I think we're done with this issue.