GMS:MODFLOW Post-Processing Viewing Options: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 6: | Line 6: | ||
When a MODFLOW simulation is solved, MODFLOW writes out a head or drawdown value for every cell of the finite difference grid to the solution files. However, some of the cells are either outside the problem domain or they have gone dry during the course of the simulation. These cells are flagged by MODFLOW in the output file by writing special values for the cells. The value assigned to inactive cells is the No flow head value specified in the [[GMS:Global Options/Basic Package|''Global Options/Basic Package'' dialog]]. The value assigned to cells which have gone dry is the Head assigned to dry cells value defined in the [[GMS:BCF Package|BCF]], [[GMS:LPF Package|LPF]] or [[GMS:HUF Package|HUF]] package dialogs. If the MODFLOW data are in memory when the solution is read in, GMS will automatically use the No flow head and Head assigned to dry cells values to define active/inactive cells for post-processing. | When a MODFLOW simulation is solved, MODFLOW writes out a head or drawdown value for every cell of the finite difference grid to the solution files. However, some of the cells are either outside the problem domain or they have gone dry during the course of the simulation. These cells are flagged by MODFLOW in the output file by writing special values for the cells. The value assigned to inactive cells is the No flow head value specified in the [[GMS:Global Options/Basic Package|''Global Options/Basic Package'' dialog]]. The value assigned to cells which have gone dry is the Head assigned to dry cells value defined in the [[GMS:BCF Package|BCF]], [[GMS:LPF Package|LPF]] or [[GMS:HUF Package|HUF]] package dialogs. If the MODFLOW data are in memory when the solution is read in, GMS will automatically use the No flow head and Head assigned to dry cells values to define active/inactive cells for post-processing. | ||
===Cell Summary Text File=== | |||
{{Template:Version GMS 10.1}} | {{Template:Version GMS 10.1}} | ||
When a MODFLOW solution is imported into GMS there is an option to generate a "cell summary" text file. This file lists the time, stress period, time step and the number of active, inactive, dry and flooded cells. Two examples are shown below. | When a MODFLOW solution is imported into GMS there is an option to generate a "cell summary" text file. This file lists the time, stress period, time step and the number of active, inactive, dry and flooded cells. Two examples are shown below. | ||
Example 1 | '''Example 1'''<br> | ||
Time, SP, TS, Active, Inactive, Dry, Flooded | Time, SP, TS, Active, Inactive, Dry, Flooded<br> | ||
0.0, 1, 1, 10642, 4463, 1, 0 | 0.0, 1, 1, 10642, 4463, 1, 0<br> | ||
0.0264713484794, 2, 1, 10642, 4463, 1, 0 | 0.0264713484794, 2, 1, 10642, 4463, 1, 0<br> | ||
0.0661783739924, 2, 2, 10642, 4463, 1, 0 | 0.0661783739924, 2, 2, 10642, 4463, 1, 0<br> | ||
0.1257389187813, 2, 3, 10642, 4463, 1, 0 | 0.1257389187813, 2, 3, 10642, 4463, 1, 0<br> | ||
'''Example 2'''<br> | |||
Date/Time, Time, SP, TS, Active, Inactive, Dry, Flooded<br> | |||
11/16/1985 12:00:00 AM, 46.0, 1, 1, 4831, 1329, 0, 1431<br> | |||
1/1/1986 12:00:00 AM, 92.0, 1, 2, 4831, 1329, 0, 1431<br> | |||
3/1/1986 12:00:00 AM, 151.0, 2, 1, 4831, 1329, 0, 0<br> | |||
3/8/1986 3:00:00 PM, 158.625, 3, 1, 4831, 1329, 0, 0<br> | |||
The active cells include all cells with an IBOUND value not equal to 0 and cells that have had the IBOUND change to nonzero during the model run (this can occur if the rewetting option is used in the flow package). The inactive cells include cells with IBOUND=0 as well as cells that are set to IBOUND=0 while the simulation was running (Some versions of MODFLOW will do this to dry cells; MODFLOW-NWT does not inactivate dry cells). The dry cells include cells that have the value of HDRY assigned to them or cells where the head is below the bottom elevation of the cell (Note with MODFLOW-NWT a dry cell can still be active.). The flooded cells include cells where (1) the head is above the top elevation of the cell, (2) the cell is not in a layer with a confined layer type defined in the flow package, and (3) the cell is the highest active cell in the vertical column of cells. | The active cells include all cells with an IBOUND value not equal to 0 and cells that have had the IBOUND change to nonzero during the model run (this can occur if the rewetting option is used in the flow package). The inactive cells include cells with IBOUND=0 as well as cells that are set to IBOUND=0 while the simulation was running (Some versions of MODFLOW will do this to dry cells; MODFLOW-NWT does not inactivate dry cells). The dry cells include cells that have the value of HDRY assigned to them or cells where the head is below the bottom elevation of the cell (Note with MODFLOW-NWT a dry cell can still be active.). The flooded cells include cells where (1) the head is above the top elevation of the cell, (2) the cell is not in a layer with a confined layer type defined in the flow package, and (3) the cell is the highest active cell in the vertical column of cells. | ||
==Layer Contours== | ==Layer Contours== |