ajleeson / research_blog

Weekly updates of research progress
0 stars 0 forks source link

research_blog/2022/11/18/TRAPS-debugging-part3 #18

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

TRAPS Debugging Part III | Weekly Research Update

This week I found a few issues with the biogeochemistry inputs which could have been respondible for nans in the output file. For example, I had a line of code that replaced zeros with nans, and I found some rivers that introduced negative TIC values to the system. After fixing these issues, the biogeochemistry output files looked complete. Unfortunately, fixing the biogeochemisty did not correct the Birch Bay WWTP blow up issue. I tested moving Birch Bay WWTP seaward by one grid cell. This model run did not crash, however the velocities near the WWTP still look unstable. Nans Ecology padded state variables with zeros for WWTPs that opened midway through the the timeseries. For example, a WWTP that opened in 2005 woul

https://ajleeson.github.io/research_blog/2022/11/18/TRAPS-debugging-part3.html

parkermac commented 1 year ago

Interesting. What do the transport numbers for Birch Bay look like in the rivers.nc file for that day?

Question, what does the groupby(['month','day']).mean() do?