CPGridPropertySpecification¶
- pydantic model CPGridPropertySpecification[source]¶
Specifies relevant values describing a corner point grid property object.
- Fields:
- field nlay: int [Required]¶
The number of layers.
- Constraints:
ge = 0
- field nrow: int [Required]¶
The number of rows.
- Constraints:
ge = 0
- field ncol: int [Required]¶
The number of columns.
- Constraints:
ge = 0