PNNL-TES / TES-mgmt

1 stars 0 forks source link

Jinshi-Ben-meeting 2020-04-21 #36

Open jinshijian opened 4 years ago

jinshijian commented 4 years ago

Land model project

jinshijian commented 4 years ago
bpbond commented 4 years ago

I would just like to say your data visualization skills have improved so much this last 14 months!! πŸ‘

Super interesting to split by NH/SH; there are some VERY interesting graphs above.

jinshijian commented 4 years ago

Thanks, that is because I learned a lot from you.

jinshijian commented 4 years ago

Surrogates manuscript review comments

Reviewer #1:

Reviewer #2:

jinshijian commented 4 years ago

Q10 of Ra and Rh analysis

image image

bpbond commented 4 years ago

金世(this is my Chinese name, means a golden world)

I want to ask you about this.

jinshijian commented 4 years ago

Measure time and collar depth results update

image

image

image

image

jinshijian commented 4 years ago

image

jinshijian commented 4 years ago

Question: how to remove the regression line from Agriculture and wetland

bpbond commented 4 years ago

For land models work, we decided won't make our own global RH data product (yet). Base land models comparisons for now:

bpbond commented 4 years ago

For collar height and insertion depth and area analysis:

Some perhaps relevant papers: http://dx.doi.org/10.5194/bg-14-1603-2017 http://dx.doi.org/10.1007/s00442-002-0870-3 http://dx.doi.org/10.1016/j.agrformet.2003.12.001 http://dx.doi.org/10.1016/j.agrformet.2008.07.012

jinshijian commented 4 years ago

Linear regression weight by obs Facet by RC_annual (will be very strong evidence) Measure interval: depend on the climate by biome (how variate is the weather)

bpbond commented 4 years ago

Question: how to remove the regression line from Agriculture and wetland

Two ways come to mind. One would be

+ geom_smooth(data = filter(x, ! Ecosystem_type %in% c("Agriculture", "Wetland")), ...)

The other would be fit the models outside of ggplot first, and then use geom_line() to add them.

jinshijian commented 4 years ago

Thanks!