Skip to content

Commit

Permalink
Add urbidity as accepted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKimDWR committed Nov 22, 2024
1 parent ec09380 commit e1f30c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schimpy/batch_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class BatchMetrics(object):
VAR_2D = ('elev', )
VAR_3D = ('salt', 'temp', 'ssc')
MAP_VAR_FOR_STATIONDB = {'flow': 'flow', 'elev': 'stage', 'salt': 'wq',
'temp': 'wq', 'ssc': 'wq'}
'temp': 'wq', 'ssc': 'wq', 'turbidity': 'wq'}
variable_units = {'flow': 'cms', 'elev': 'm', 'salt': 'PSU',
'temp': 'deg C', 'ssc': 'mg/L'}

Expand Down

0 comments on commit e1f30c8

Please sign in to comment.