Grid extracted depth surfaces¶
This exports extracted grid surfaces from within RMS. These surfaces are typically extracted from the geogrid (or any other grid) for QC purposes. Examples include ensuring that the grid maintains sufficient resolution to honour zonation in the wells.
Note
It is only possible to export one single set of extracted grid surfaces per model workflow.
Field |
Value |
|---|---|
Version |
NA |
Output |
|
Security classification |
🟡 Internal |
Requirements¶
RMS
extracted surfaces stored in a horizon folder within RMS
The extracted surfaces must be located within a horizon folder in RMS and be in domain
depth. This export function will automatically export all non-empty
horizons from the provided folder.
Tip
Surfaces can be extracted from a grid by using the job Extract Framework Data from Grid utilities.
For Horizon output the Horizons folder should be selected together with option Map names to horizons
to connect the grid zones with their corresponding horizon names.
Usage¶
- export_grid_extracted_depth_surfaces(project, horizon_folder)[source]¶
Simplified interface when exporting extracted grid surfaces from RMS.
- Parameters:
project (
Any) – The ‘magic’ project variable in RMS.horizon_folder (
str) – Name of horizon folder in RMS.
- Return type:
ExportResult
Examples
Example usage in an RMS script:
from fmu.dataio.export.rms import export_grid_extracted_depth_surfaces export_results = export_grid_extracted_depth_surfaces( project, "geogrid_DS_extracted" ) for result in export_results.items: print(f"Output surfaces to {result.absolute_path}")
Result¶
The surfaces from the horizon folder will be exported as ‘irap_binary’ files
to share/results/maps/grid_extracted_depth_surface/surfacename.gri.
Standard result schema¶
This standard result is not presented in a tabular format; therefore, no validation schema exists.