Skip to content

Commit

Permalink
rename label of user_demand.inflow, set time-out back to 1hr default …
Browse files Browse the repository at this point in the history
…and ribasim branch to main
  • Loading branch information
rleander committed Oct 8, 2024
1 parent ffa9738 commit 307158e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ object IMODCollector_X64development : BuildType({
}
}
artifacts(AbsoluteId("Ribasim_Windows_BuildRibasim")) {
buildRule = lastSuccessful(branch="more-solvers")
buildRule = lastSuccessful()
artifactRules = "ribasim_windows.zip!** => ribasim"
}
}
Expand Down
4 changes: 0 additions & 4 deletions .teamcity/_Self/buildTypes/TestbenchCouplerWin64_2.kt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ object TestbenchCouplerWin64_2 : BuildType({
}
}

failureConditions {
executionTimeoutMin = 120
}

dependencies {
dependency(IMODCollector.buildTypes.IMODCollector_X64development) {
snapshot {
Expand Down
2 changes: 1 addition & 1 deletion imod_coupler/drivers/ribametamod/ribametamod.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def couple_ribasim(self, mf6_flowmodel_key: str) -> ChainMap[str, Any]:
self.ribasim_storage = self.ribasim.get_value_ptr("basin.storage")
self.ribasim_user_demand = self.ribasim.get_value_ptr("user_demand.demand")
self.ribasim_user_realized = self.ribasim.get_value_ptr(
"user_demand.inflow"
"user_demand.cumulative_inflow"
)
self.ribasim_user_realized_save = np.empty_like(self.ribasim_user_realized)
self.subgrid_level = self.ribasim.get_value_ptr("basin.subgrid_level")
Expand Down

0 comments on commit 307158e

Please sign in to comment.