ajleeson / research_blog

Weekly updates of research progress
0 stars 0 forks source link

research_blog/2022/10/22/traps-climatology #15

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

TRAPS Climatology | Weekly Research Update

This week I finished creating TRAPS climatology. There are a few loose ends that I’ll need to tie up later. Otherwise, I am at the point where I can now add real flow/temperature/nutrient values to TRAPS in LiveOcean. All TRAPS climatology for flow, temperature, nitrate, ammonium, total inorganic carbon, total alkalinity, and dissolved oxygen. All of the generated climatology files follow the same naming convention and have the same layout as current LiveOcean river climatology files. In general, creating climatology files took me much longer than I anticipated. For rivers, I had problems with leap years. For WWTPs, I had problems with converting monthly timeseries into daily timeseries. More details below. River Climatolo

https://ajleeson.github.io/research_blog/2022/10/22/traps-climatology.html

ahornerdevine commented 1 year ago

Great that you got the climatology done. Looks like good progress and exciting to be close to running LO with TRAPS! For leap years, you might also consider just averaging Feb 28 and March 1. That would make most sense if there aren't enough leap year data to get a consistent average. Or maybe average Feb 28, 29, Mar 1, with nans on Feb 19 in non-leap years.