From 6c42740124fd021f4d526133cfd00b56770424e8 Mon Sep 17 00:00:00 2001 From: emorway-usgs Date: Mon, 2 Dec 2024 10:04:42 -0800 Subject: [PATCH] clean-up note added to uze.tex --- doc/mf6io/gwe/uze.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/gwe/uze.tex b/doc/mf6io/gwe/uze.tex index c0981185beb..5343658c683 100644 --- a/doc/mf6io/gwe/uze.tex +++ b/doc/mf6io/gwe/uze.tex @@ -1,6 +1,6 @@ Unsaturated Zone Energy Transport (UZE) Package information is read from the file that is specified by ``UZE6'' as the file type. There can be as many UZE Packages as necessary for a GWE model. Each UZE Package is designed to work with flows from a corresponding GWF UZF Package. By default \mf uses the UZE package name to determine which UZF Package corresponds to the UZE Package. Therefore, the package name of the UZE Package (as specified in the GWE name file) must match with the name of the corresponding UZF Package (as specified in the GWF name file). Alternatively, the name of the flow package can be specified using the FLOW\_PACKAGE\_NAME keyword in the options block. The GWE UZE Package cannot be used without a corresponding GWF UZF Package. -The UZE Package does not have a dimensions block; instead, dimensions for the UZE Package are set using the dimensions from the corresponding UZF Package. For example, the UZF Package requires specification of the number of cells (NUZFCELLS). UZE sets the number of UZE cells equal to NUZFCELLS. Therefore, the PACKAGEDATA block below must have NUZFCELLS entries in it. UZE assumes that the area of the corresponding UZF object is equal to the area of the host grid cell. The GWE model will exit with an error message indicating which cell is in violation of this condition. If this error condition occurs, users can disable the AUXMULTNAME option in the OPTIONS block of the corresponding UZF input file. Users should not create two (or more) UZF objects in the same cell using multiple UZF input packages. +The UZE Package does not have a dimensions block; instead, dimensions for the UZE Package are set using the dimensions from the corresponding UZF Package. For example, the UZF Package requires specification of the number of cells (NUZFCELLS). UZE sets the number of UZE cells equal to NUZFCELLS. Therefore, the PACKAGEDATA block below must have NUZFCELLS entries in it. Furthermore, UZE requires the area of each UZE object to equal to the area of the grid cell hosting the corresponding UZF object. If the area of a UZF object is different than the host grid cell, the GWE model will exit with an error message indicating which cell is in violation of this condition. This check is unique to UZE, UZT does not require the area of the corresponding UZF object to equal the area of the host grid cell. If this error condition occurs, users should check whether the AUXMULTNAME option in the OPTIONS block of the corresponding UZF input file is activated. Finally, users should not create two (or more) UZF objects in the same cell using multiple UZF input packages. \vspace{5mm} \subsubsection{Structure of Blocks}