Skip to content

Commit

Permalink
fix units for output runoff variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Jan 11, 2024
1 parent dd61d8d commit 73e52e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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"
6 changes: 3 additions & 3 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 Expand Up @@ -173,7 +173,7 @@ grid:
# bankfull depth of main channel field name [m]
grid_channel_depth: rdep
# land fraction field name
land_fraction: frac
land_fraction: land_frac
###
### Runoff (forcing input)
###
Expand Down

0 comments on commit 73e52e1

Please sign in to comment.