Data Structure: File_data |
|
Description |
Input/output file names and directories |
Usage |
File_data NUM=ival where ival is the data structure number |
Description |
Overview The File_data data structure is used to define the working directories and input/output files to be used for the inversion procedure. Generally most of this data can be defined and read from the configuration file in which case this data structure can be set using default settings. Data that can be defined includes: •The template data file ( Template_file) containing the reference data used to generate the models for the simulations performed during the inversion procedure. •The output file Output_file) containing the inversion results (default project_name.out ). •The test ( Test_directory ), target ( Target_directory) and template ( Template_directory) directories.
|
![]() | Template_file Template data file name |
Usage |
||||
|
||||
Description |
||||
Defines the name of the main template data file to be used to generate the models for the simulations performed during the inversion procedure. The template data file should exist in the specified template directory defined via Template_directory.
Notes •The Template_file name is limited to 64 characters. •The template data file is a file defined with complete data to perform a single simulation. The inverse procedure will generate different copies of this template and vary the parameters to be optimised. •The template data may be defined in several files (e.g. with .fab file containing fracture set data) which must be included into the main template data file via the command Include and be located in the same template directory.
|
![]() | Template_files List of template data files |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Template_files defines a list of template data files to be used to generate the models for the simulations performed during the inversion procedure. It should only be used if each inversion step requires more than one simulation. If only one simulation is required then the data file is specified using the Template_file keyword. The template data files should exist in the specified template directory defined via Template_directory.
Notes •The names in Template_files are limited to 64 characters.
|
![]() | Output_file Output file name |
Usage |
||||
|
||||
Description |
||||
Defines the name of the file to contain the results of the inversion process. By default the results are created in a file named project_name.out .
Notes •The Output_file name is limited to 64 characters.
|
![]() | Target_directory Directory containing the target (experimental) results |
Usage |
||||
|
||||
Description |
||||
Target_directory definition is compulsory. It defines the name of the directory containing the target results used by the inversion procedure. The directory may either be defined by: •The path relative to the project directory e.g. ".\ Target_directory " •The full path e.g. "c:\simulation\inversion\case_1\ Target_directory "
Notes •The Target_directory name is limited to 128 characters. •It is recommended to name the Target_directory as "Target" and locate this directory in the project directory i.e. "project_directory \Target".
|
![]() | Template_directory Directory containing the template data files |
Usage |
||||
|
||||
Description |
||||
Template_directory definition is compulsory. It defines the name of the directory containing the template data files used by the inversion procedure. The directory may either be defined by: •The path relative to the project directory e.g. ".\ Template_directory " •The full path e.g. "c:\simulation\inversion\case_1\ Template_directory "
Notes •The Template_directory name is limited to 128 characters. •It is recommended to name the Template_directory as "Template" and locate this directory in the project directory i.e. "project_directory \Template".
|
![]() | Test_directory Directory for the model results to be written to |
Usage |
||||
|
||||
Description |
||||
Defines the name of the directory where the model results of the inversion analysis will be written out to (default "project_directory \test"). The directory may either be defined by: •The path relative to the project directory e.g. ".\ Test_directory " •The full path e.g. "c:\simulation\inversion\case_1\ Test_directory "
Notes •The Test_directory name is limited to 128 characters. •It is recommended to name the Test_directory as "Test" and locate this directory in the project directory i.e. "project_directory \Test"
|