Skip to content

Commit

Permalink
Merge pull request #77 from IMMM-SFA/hotfix/channel_outflow
Browse files Browse the repository at this point in the history
update erroneous output variable channel_outflow to reference the correct variable
  • Loading branch information
thurber authored Jan 24, 2022
2 parents 27c9c6e + 5a1beb3 commit be06f30
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.2.3"
__version__ = "0.2.4"
4 changes: 2 additions & 2 deletions mosartwmpy/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ simulation:
units: m3
- variable: runoff_land
name: RIVER_DISCHARGE_OVER_LAND_LIQ
long_name: Mosart river basin flow
long_name: Mosart river basin flow (same as channel_outflow)
units: m3/s
- variable: channel_inflow_upstream
name: channel_inflow
long_name: Mosart main channel inflow to grid cell
units: m3/s
- variable: channel_outflow_downstream
- variable: runoff_land
name: channel_outflow
long_name: Mosart main channel outflow from grid cell
units: m3/s
Expand Down

0 comments on commit be06f30

Please sign in to comment.