Skip to content

Commit ebc5a1c

Browse files
committed
less is more
1 parent b0a72f4 commit ebc5a1c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/md/dfn-schema.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@
8585

8686
## Overview
8787

88-
A MODFLOW 6 simulation consists of a hierarchy of modules, each module representing some functional element, such as a grid discretization, a hydrologic process (i.e. model), or a boundary condition.
88+
A MODFLOW 6 simulation consists of a hierarchy of components, each one representing some functional element, such as a grid discretization, a hydrologic process (i.e. model), or a boundary condition.
8989

90-
This document distinguishes **modules**, conceptual units of functionality as defined in the MF6 IO guide, from **components**: particular representations of modules.
91-
92-
Each component is defined by a **component definition** (DFN), which specifies the valid contents of the component's input file. A definition characterizes the component and its fields, relationships between fields or to other components, and data representations and in some cases formatting information. Component definitions should not be expected to map 1-1 to modules. A definition is one way of representing a module; it may not be the only way. Any number of representational variants may exist, each of which reflects a certain tradeoff between properties like program runtime, memory or disk usage, and convenience.
90+
Each component is defined by a **component definition** (DFN), which specifies the valid contents of the component's input file. A definition characterizes the component and its fields, relationships between fields or to other components, and data representations and in some cases formatting information. A definition is one way of representing a module; it may not be the only way. Any number of representational variants may exist, each of which reflects a certain tradeoff between properties like program runtime, memory or disk usage, and convenience.
9391

9492
## Components
9593

0 commit comments

Comments
 (0)