Skip to content

Commit

Permalink
Make comment
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 30, 2024
1 parent 162db85 commit 7ab90eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imod_coupler/drivers/ribametamod/ribametamod.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ def update_ribasim_metaswap(self) -> None:

def update_ribasim(self) -> None:
# exchange summed volumes to Ribasim
self.exchange.flux_to_ribasim(self.delt_gw, self.delt_sw)
# no metaswap, delt_sw doesn't exist
self.exchange.flux_to_ribasim(self.delt_gw, self.delt_gw)
# update Ribasim per delt_gw
self.ribasim.update_until(day_to_seconds * self.get_current_time())

Expand Down

0 comments on commit 7ab90eb

Please sign in to comment.