nutnetadmin / nutnet-data-tracker

Track bugs, changes and updates in NutNet data
2 stars 0 forks source link

fix biomass units: bldr.us 2014-2016 #394

Closed nutnetadmin closed 2 years ago

nutnetadmin commented 2 years ago

ES noticed biomass dropped off in bldr.us starting in year 2014, seemingly by a factor of 5. Kendi Davies confirmed there was no reason to expect such a large, sustained decrease in biomass. Biomass was scaled up by a factor of 5 from 2014-2016 as a result.

nutnetadmin commented 2 years ago

Fixed with:

update biomass left join subplot using (subplot_ID) left join plot using (plot_ID) left join site using (site_ID) set mass = mass*5 where site_code = 'bldr.us' and year in (2014,2015,2016);