mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
committed by
GitHub
parent
2f580a0c52
commit
414ee77aa8
@@ -11,7 +11,11 @@ resinsight = rips.Instance.find()
|
||||
home_dir = expanduser("~")
|
||||
|
||||
|
||||
properties = [("STATIC_NATIVE", "PORO", 0), ("DYNAMIC_NATIVE", "PRESSURE", 0)]
|
||||
properties = [
|
||||
("STATIC_NATIVE", "PORO", 0),
|
||||
("DYNAMIC_NATIVE", "PRESSURE", 0),
|
||||
("STATIC_NATIVE", "INDEX_K", 0),
|
||||
]
|
||||
|
||||
export_folder = tempfile.mkdtemp()
|
||||
|
||||
@@ -77,3 +81,5 @@ for path in case_file_paths:
|
||||
|
||||
export_folder = export_folder_path.as_posix()
|
||||
well_log_plot.export_data_as_las(export_folder=export_folder)
|
||||
|
||||
resinsight.project.close()
|
||||
|
||||
Reference in New Issue
Block a user