LAYER
Last updated
Last updated
LAYER introduces information on horizontal layers, and signals closure of RZ2D input data.
Record LAYER. l
Free format for 1 parameter or Format (I5)
NLAY
NLAY number of horizontal grid layers.
Record LAYER.2
Free format for as more as 20 parameters or Format (8E10.4)
H(I), I = 1, NLAY
H(I) a set of layer thicknesses, from top layer downward. Zero or blank entries for layer thickness will be neglected. Assignment of a zero layer thickness, as needed for inactive layers, can be accomplished by specifying a negative value. If more than 20 layers, input can be in multiple line.
The LAYER data close the RZ2D data block. Note that one blank record must follow to indicate termination of the MESHM data block. Alternatively, keyword MINC can appear to invoke MINC-processing for fractured media (see ).
Example:
LAYER
25
1.0*3, 2.0*6
5.0*15, -1.0
// total 25 layers, 1.0 m for the first three layer, 2.0 m for the next 6 layers,
// 5.0 m for layers 10-24, and 0 m for the last layer.