Replies: 3 comments
-
Hello @sebmeng, Regarding your question about a reach having more than one cell: the answer is no. A reach may only be assigned to a single cell. However, a cell may host more than one reach. For your first question, I think you just need to adjust nconn in the second entry of your sfr
For others coming across this post, I will highlight the mf6 input/output guide which contains this small demonstration (see below). The table on the right of the image provides a nice demonstration. Note that for each reach, upstream reaches still need to be specified even when the connection has already been listed for an upstream reach. For example., note the first two lines in the table of the included image: reach 1 is connected to reach 2 and is preceded with a negative sign since it is a downstream connection. Reach 2 lists reach 1 as a positive value since it is an upstream connection. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the guidance @emorway-usgs! It worked now! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the small reproducible example, @sebmeng. |
Beta Was this translation helpful? Give feedback.
-
Hello Community!
Mybe this is a basic question, but I want to implement SFR package in "real" model so I started from a toy model to test its capabilities. I defined a simple model with 9 cells, and a stream that goes from the upper left cell to the lower right cell:
The problem is when i run the model, I get this error:
"ERROR REPORT:
to reach 3.
"
According to the docs this is the way to write it, so I don't know where the error could be.
Also an additional question: Can a reach have more than one cell? By the structure of the package i'm guessing not, but maybe I'm wrong.
thanks in advance for the help!
Regards
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions