Skip to content

Commit

Permalink
fix units for output runoff variables (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber authored Jan 11, 2024
1 parent dd61d8d commit 9f8a6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mosartwmpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.1"
__version__ = "0.6.2"
4 changes: 2 additions & 2 deletions mosartwmpy/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ simulation:
- variable: hillslope_surface_runoff
name: QSUR_LIQ
long_name: Surface runoff
units: m/s
units: m3/s
- variable: hillslope_subsurface_runoff
name: QSUB_LIQ
long_name: Subsurface runoff
units: m/s
units: m3/s
- variable: storage
name: STORAGE_LIQ
long_name: Mosart liquid storage
Expand Down

0 comments on commit 9f8a6a1

Please sign in to comment.