From 5c16e5a8b9c98d588e71885d4b7ad21cc8256b8e Mon Sep 17 00:00:00 2001 From: mreno Date: Fri, 6 Dec 2024 12:52:40 -0500 Subject: [PATCH] fix spelling --- doc/mf6io/framework/binaryoutput.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mf6io/framework/binaryoutput.tex b/doc/mf6io/framework/binaryoutput.tex index 71ff7fd9da2..72c6c652d4c 100644 --- a/doc/mf6io/framework/binaryoutput.tex +++ b/doc/mf6io/framework/binaryoutput.tex @@ -790,7 +790,7 @@ \subsection{NetCDF Export Files} For information about the installation and capabilities of the extended build of \mf please refer to \url{https://github.com/MODFLOW-USGS/modflow6/wiki}. \subsubsection{Mesh Exports} -\mf mesh exports comply with UGRID 1.0 conventions and are based on the UGRID 3D layered mesh topology. A UGRID based NetCDF file explicity describes the grid with a set of variables that gridded data can be assiciated with. The layered mesh topology describes the mesh as a 2D layer and is based on the assumption that every layer shares the same grid specification. All associated 3D gridded data variables are split into layer variables whose data reflects a mapping to locations on faces, or cells, described by the mesh. \mf mesh exports can be generated with a DIS or DISV based GWF, GWT, or GWE model. +\mf mesh exports comply with UGRID 1.0 conventions and are based on the UGRID 3D layered mesh topology. A UGRID based NetCDF file explicitly describes the grid with a set of variables that gridded data can be associated with. The layered mesh topology describes the mesh as a 2D layer and is based on the assumption that every layer shares the same grid specification. All associated 3D gridded data variables are split into layer variables whose data reflects a mapping to locations on faces, or cells, described by the mesh. \mf mesh exports can be generated with a DIS or DISV based GWF, GWT, or GWE model. \subsubsection{Structured Exports} \mf structured NetCDF exports take the approach of defining x and y geometric coordinate variables. Gridded data variables specify a mapping either directly to the coordinate variables or to latitude and longitude arrays that are themselves associated with the coordinates. The x and y coordinates define cell centers on a grid layer and as such the grid is not explicitly described. Visualizing tools typically display a ''data mesh'' as grid nodes aren't described in the dataset. \mf structured exports can be generated with a DIS based GWF, GWT, or GWE model.