Skip to content

Commit

Permalink
Adding two lines regarding checks and fatal error in preprocessing Ri…
Browse files Browse the repository at this point in the history
…baMod coupling (#64)
  • Loading branch information
rleander authored Jun 11, 2024
1 parent e63c43a commit d8d849d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/coupler_ribamod_preprocessing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ locates the nearest subgrid elements:
find the nearest subgrid element for each MODFLOW 6 boundary.
* Store the basin indices, boundary indices, subgrid indices in a table.

**NB.** The subgrid In a passive coupling, only drainage package are expected on the MODFLOW 6 side.
In this type of coupling, the occurrence of a river package is not allowed and triggers a fatal error during preprocessing.

## Modifications to the Ribasim model

The `primod.RibaMod` class makes the following alteration to the Ribasim input
Expand Down Expand Up @@ -160,4 +163,5 @@ elevation: the lowest level of the subgrid piecewise interpolation table:
infiltration will proceed even when the Ribasim basin is empty.

The second is a more pressing problem, as it will results in a discrepancy
between the water balances of both models.
between the water balances of both models. However, this problem is detected
in the preprocessing stage and triggers a fatal error.

0 comments on commit d8d849d

Please sign in to comment.