GMS:GNC Package: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 14: Line 14:
[[Image:ghostnodes.png|frame|none|Ghost node conceptualization for nested grids.<ref name="mfusg"/>]]
[[Image:ghostnodes.png|frame|none|Ghost node conceptualization for nested grids.<ref name="mfusg"/>]]


The user can enter the ghost node data by hand, or allow GMS to compute the data by clicking the ''Generate Ghost Node Data'' button. Clicking the button causes GMS to overwrite whatever is in the GncNodes table with the ghost node data calculated using an algorithm based on ghost node locations and distances to adjacent cells.
The user can enter the ghost node data by hand, or allow GMS to compute the data by clicking the ''Generate Ghost Node Data'' button. Clicking the button causes GMS to overwrite whatever is in the GncNodes table with the ghost node data calculated using an algorithm based on ghost node locations and distances to adjacent cells. The algorithm considers only the horizontal relationship of cells when locating ghost nodes. Thus, if the figure above is considered to be in plan view, the ghost node will be located as shown, but if it is considered to be in a front or side view with a subdivided layer on the right, no ghost node will be created.


If the ''Create points at ghost node locations when generating'' option is on, GMS will create a new [[GMS:UGrid_Module|UGrid]] called "Ghost Nodes" with points located where GMS calculated that ghost nodes should be.
If the ''Create points at ghost node locations when generating'' option is on, GMS will create a new [[GMS:UGrid_Module|UGrid]] called "Ghost Nodes" with points located where GMS calculated that ghost nodes should be.

Revision as of 15:51, 20 October 2014

MODFLOW
Pre-processing
MODFLOW Commands
Building a MODFLOW Model
Map to MODFLOW
Calibration
Packages Supported in GMS
Saving a MODFLOW Simulation
Importing MODFLOW Files
Unsupported MODFLOW Features
Run MODFLOW
Post-processing
MODFLOW Display Options
MODFLOW Post-Processing Viewing Options
Reading a MODFLOW Simulation
Tutorials
Packages
Flow: BCF6, HUF, LPF, UPW
Solvers:

DE4, GMG, NWT, PCG,

PCGN, LMG, SIP, SOR,

SMS
Other:

BAS6, BFH, CHD1, CLN,

DRN1, DRT1, EVT1, ETS1,

GAGE, GHB1, GNC, HFB1,

HUF, LAK3, MNW1, MNW2,

OUT1, RCH1, RIV1, SFR2,

STR1, SUB1, SWI2, WEL1,

UZF1

The Ghost Node Correction (GNC) package is an optional package included in MODFLOW-USG. It can be used to correct errors in the model that are created “when a line between two connected nodes does not bisect the shared face at a right angle”.[1]

GMS provides an interface to the GNC package. The package can be turned on in the MODFLOW Packages dialog, accessible from the MODFLOW Global/Basic Package dialog. The package dialog can be accessed from the main MODFLOW menu or by right-clicking on the MODFLOW item in the Project Explorer.

Ghost node conceptualization for nested grids.[1]

The user can enter the ghost node data by hand, or allow GMS to compute the data by clicking the Generate Ghost Node Data button. Clicking the button causes GMS to overwrite whatever is in the GncNodes table with the ghost node data calculated using an algorithm based on ghost node locations and distances to adjacent cells. The algorithm considers only the horizontal relationship of cells when locating ghost nodes. Thus, if the figure above is considered to be in plan view, the ghost node will be located as shown, but if it is considered to be in a front or side view with a subdivided layer on the right, no ghost node will be created.

If the Create points at ghost node locations when generating option is on, GMS will create a new UGrid called "Ghost Nodes" with points located where GMS calculated that ghost nodes should be.

GMS does not currently support some GNC package options, including:

  • Parameters
  • IFALPHAn (always 0 in GMS)


Notes