When using the standard file selection dialog, the user is limited to select files in one directory only. If the interesting files are distributed over multiple directories, the dialog has to be opened once for each directory. The recursive file selection dialog is created to circumvent this limitation. This dialog is able to search a directory tree for files matching a specified pattern.
This dialog is used for import of different file types like *.EGRID, *.SMSPEC, *.TS, *.GRDECL, …
The dialog consists of the following fields:
Multiple summary files defining an ensemble can be organized differently in folders. ResInsight support two different modes, Sub Folder and Main Folder.
Example folder structure
real-1/case-1
/case-2
real-2/case-1
/case-2
real-3/case-1
/case-2
Using the option Group By Sub Folder will identify case-1 and case-2 as the ensemble names. This folder structure is used by the FMU workflow.
Example folder structure
case-1/real-1
case-1/real-2
case-1/real-3
case-2/real-1
case-2/real-2
case-2/real-3
Using the option Group By Main Folder will identify case-1 and case-2 as the ensemble names. This folder structure is used by the Everest workflow.
After pressing the Find button, a file search is performed in the root directory and the directories below matching the path pattern. The files found are presented in a list, where the user can check/uncheck each file individually.
When the OK button is pressed, all checked files are imported.