Skip to content

Commit

Permalink
Added SOD_tc shared dynamic variable
Browse files Browse the repository at this point in the history
  • Loading branch information
imscw95 committed Feb 26, 2024
1 parent f214fe3 commit 6600e42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/clearwater_modules/nsm1/dynamic_variables_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ class Variable(base.Variable):
process=shared_processes.TwaterK
)

#TODO define SOD_tc
Variable(
name='SOD_tc',
long_name='Sediment Oxygen Demand at water temperature tc',
units='mg/L',
description='Sediment Oxygen Demand at water temperature tc',
use='dynamic',
process=shared_processes.SOD_tc
)

Expand Down

0 comments on commit 6600e42

Please sign in to comment.