Skip to content

Commit

Permalink
Pass metaswap timestep to update_ribasim (#331)
Browse files Browse the repository at this point in the history
* add comment
  • Loading branch information
visr authored Oct 25, 2024
1 parent c0c5e33 commit 2447dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imod_coupler/drivers/ribametamod/ribametamod.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def update_ribasim_metaswap(self) -> None:

def update_ribasim(self) -> None:
# exchange summed volumes to Ribasim
# 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 2447dc9

Please sign in to comment.