GMS:STR/SFR Packages: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{MODFLOW Links}} | {{MODFLOW Links}} | ||
The Stream (written STR or STR1) and Streamflow-Routing (SFR2) packages are used to simulate the interaction between surficial streams and the groundwater. These packages are somewhat similar to the [[GMS:RIV Package|River package]] in that water can move from the stream to the aquifer or from the aquifer to the stream depending on the relative differences in the stream stage and the water table elevations. However, unlike the River package, flow is routed through the stream. For the STR package, simple channel hydraulics and Manning's equation are used to compute the stage in the stream. The SFR package has more sophisticated hydraulics and routing options. | The Stream (written STR or STR1) and Streamflow-Routing (SFR2) packages are used to simulate the interaction between surficial streams and the groundwater. These packages are somewhat similar to the [[GMS:RIV Package|River package]] in that water can move from the stream to the aquifer or from the aquifer to the stream depending on the relative differences in the stream stage and the water table elevations. However, unlike the River package, flow is routed through the stream. For the STR package, simple channel hydraulics and Manning's equation are used to compute the stage in the stream. The SFR package has more sophisticated hydraulics and routing options. | ||
Note: If using both STR and SFR in the same project, they should not be used in the same coverage. | |||
==Stream Network== | ==Stream Network== | ||
Line 25: | Line 27: | ||
==STR Package== | ==STR Package== | ||
[[File:MODFLOW STR Package.png|thumb|400 px|The ''MODFLOW Stream (STR) Package'' dialog]] | [[File:MODFLOW STR Package.png|thumb|400 px|The ''MODFLOW Stream (STR) Package'' dialog]] The STR package is accessible in the STR Package tutorial. | ||
In the input file for the STR package, each reach is assigned the following values: | In the input file for the STR package, each reach is assigned the following values: | ||
Line 73: | Line 75: | ||
===The SFR2 Package Dialog=== | ===The SFR2 Package Dialog=== | ||
Once the '''Map → MODFLOW''' command is selected and the stream data have been assigned to the grid cells, the data can be viewed and some of the input values can be edited using the ''MODFLOW Stream (SFR2) Package'' dialog. Stream segments and reaches cannot be created in the ''MODFLOW Stream (SFR2) Package'' dialog—creation can only be done via the '''Map → MODFLOW''' command. The ''MODFLOW Stream (SFR2) Package'' dialog has two spreadsheets, one showing stream segments and one showing stream reaches. For a further explanation of the columns in each spreadsheet, refer to the [http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/sfr.htm Online Guide to MODFLOW]. Note: GMS does not currently support the optional parameters ISFROPT, NSTRAIL, ISUZN, and NSFRSETS which are all defaulted to zero by GMS. | Once the '''Map → MODFLOW''' command is selected and the stream data have been assigned to the grid cells, the data can be viewed and some of the input values can be edited using the ''MODFLOW Stream (SFR2) Package'' dialog. Stream segments and reaches cannot be created in the ''MODFLOW Stream (SFR2) Package'' dialog—creation can only be done via the '''Map → MODFLOW''' command. The ''MODFLOW Stream (SFR2) Package'' dialog has two spreadsheets, one showing stream segments and one showing stream reaches. For a further explanation of the columns in each spreadsheet, refer to the [http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/sfr.htm Online Guide to MODFLOW]. The SFR2 Package Dialog is accessible through the SFR2 Package tutorial. | ||
:'''''Note:''''' GMS does not currently support the optional parameters ISFROPT, NSTRAIL, ISUZN, and NSFRSETS which are all defaulted to zero by GMS. | |||
====ISTCB2 Info==== | ====ISTCB2 Info==== | ||
Line 84: | Line 87: | ||
===== STREAMFLOW_OUT Dataset ===== | ===== STREAMFLOW_OUT Dataset ===== | ||
The stream flow out of each reach is stored in the ccf file under the heading STREAMFLOW_OUT. GMS can convert data in the CCF file to 3D grid datasets that can be contoured by right-clicking on the CCF file in the Project Explorer and using the ''CCF → Datasets'' command. If in the | The stream flow out of each reach is stored in the ccf file under the heading STREAMFLOW_OUT. GMS can convert data in the CCF file to 3D grid datasets that can be contoured by right-clicking on the CCF file in the Project Explorer and using the '''CCF → Datasets''' right-click command. If in the CCF file multiple flows are listed for the same cell, GMS sums them so that there is only one value for each cell in the resulting dataset. With most data this makes sense because the data represents the total flow into our out of the aquifer due to the BC (wells, river etc). The STREAMFLOW_OUT data is treated the same way, but in this case it doesn't make sense to sum the values because they don't represent flow to or from the aquifer. The problem becomes evident wherever there is more than one stream reach in a cell, which happens wherever a stream segment begins/ends in a cell. The STREAMFLOW_OUT dataset value will be the sum of all the reaches in the cell, which can make it appear as if much more water is flowing down the stream than there should be in that cell. If using SFR2, the user should save the istcb2 data as a text file (described above) which lists the streamflow out of each segment and reach separately. Despite this problem, the STREAMFLOW_OUT dataset can still be useful for contouring and display purposes. | ||
==Documentation== | ==Documentation== |