ajleeson / research_blog

Weekly updates of research progress
0 stars 0 forks source link

research_blog/2022/09/30/plan-add-wwtp-to-liveocean #12

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Structured Plan to Add WWTPs and Tiny Rivers to LiveOcean | Weekly Research Update

In this blog post I share the details of how I plan to incorporate Ecology’s tiny river and point source (how does TRAPS sound?) data into LiveOcean. This is really a map of where and how I anticipate adding new scripts to the code base. The new scripts will borrow code described in my prior blog posts, WWTP placement algorithm and combined river and WWTP forcing. I've color-coded open questions and anticipated sticking points in red. Overall Structure There are three sets of files that need to be included. The first is SSM_source_info.xlsx, the excel file I created previously which lists the lat/lon coordinates of all rivers and point sources in the Salish Sea Model. The second and third are Ecology’s river and point s

https://ajleeson.github.io/research_blog/2022/09/30/plan-add-wwtp-to-liveocean.html

parkermac commented 1 year ago

Nice write-up!

parkermac commented 1 year ago

It would be nice to see a map of the traps location issue you mention.

In terms of software architecture, this can just be a new forcing folder, like LO/forcing/riv01 (starting from riv00 as a template). If you have a module of functions it can be put in the new folder, and eventually migrated to lo_tools when it is ready.