Data Structure: Util_zmap_import |
|
Description |
Utility to import Zmap data |
Usage |
Util_zmap_import NUM=ival where ival is the data structure number |
Description |
Overview Util_zmap_import can be used to import Zmap data and export an equivalent Eclipse definition and associated Paraview plot file
|
Operation_type Defines the type of import operation |
Usage |
||||
|
||||
Description |
||||
Defines the type of import operation. Valid values are: • "Geometry" - Importing geometry coordinates definition • "Property" - Importing property definition
Notes •Several Util_zmap_import data structures may be defined, the first one must be Operation_type = Geometry
|
File_names List of files containing data |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Defines the list of files containing data in zmap format
Notes •IF File_assignment is not defined then the number of files must be equal to number of groups, or the number of groups + 1 if the basal horizon is defined
|
File_assignment Assignment names for the files |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Defines the list of assignments, either a group name or 'Basal_horizon' for each file.
|
Property_name Defines the property name in ParaGeo naming convention |
Usage |
||||
|
||||
Description |
||||
Defines the property name in ParaGeo naming convention
|
Property_type Defines the property type (etiher "Int" or "Double") |
Usage |
||||
|
||||
Description |
||||
Defines the property type. Valid property types are: • "Int" - Variable defined via integer values • "Double" - Variable defined via double precision values (Default)
|
Processing_flag Defines whether the imported data should be processed |
Usage |
||||
|
||||
Description |
||||
Defines whether the imported data should be processed. Valid values are: • 0 - Continue reading further Util_zmap_import data defined in the file (default) • 1 - Terminate reading of further Util_zmap_import data and start processing (only needs to be defined in the last Util_zmap_import data)
|
Basal_layer_offset Defines the offset of the basal layer from the lowest point in the lowest horizon |
Usage |
||||
|
||||
Description |
||||
Defines the offset of the basal layer from the lowest point in the lowest horizon (Default 0.0 - no basal layer)
|