EcohydrologyTeam / ClearWater-modules

A collection of water quality and vegetation process simulation modules designed to couple with water transport models.
MIT License
5 stars 1 forks source link

TSM Module #44

Closed xaviernogueira closed 1 year ago

xaviernogueira commented 1 year ago

Merging in TSM now that I have all the process functions working as intended (following PR #36 ). All the code works and the different config options are implemented + tested. Things can change later, but for now, it is best to merge.

Unfinished TSM tasks:

codecov[bot] commented 1 year ago

Codecov Report

Merging #44 (5772cf2) into main (7d24a6e) will increase coverage by 0.74%. Report is 1 commits behind head on main. The diff coverage is 96.29%.

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
+ Coverage   35.44%   36.18%   +0.74%     
==========================================
  Files          33       33              
  Lines        1123     1133      +10     
==========================================
+ Hits          398      410      +12     
+ Misses        725      723       -2     
Files Coverage Δ
src/clearwater_modules/__init__.py 100.00% <100.00%> (ø)
src/clearwater_modules/shared/types.py 100.00% <100.00%> (ø)
src/clearwater_modules/tsm/processes.py 71.05% <100.00%> (+4.38%) :arrow_up:
src/clearwater_modules/tsm/state_variables.py 100.00% <100.00%> (ø)
src/clearwater_modules/shared/processes.py 71.42% <75.00%> (+2.19%) :arrow_up: