mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
135 lines
3.4 KiB
ReStructuredText
135 lines
3.4 KiB
ReStructuredText
+++
|
|
title = "Python Examples"
|
|
published = true
|
|
weight = 40
|
|
+++
|
|
|
|

|
|
|
|
This pages is created based on the content in the **PythonExamples** folder located inside the **rips** module, made available online for convenience.
|
|
|
|
|
|
AllCases
|
|
--------
|
|
.. literalinclude:: ../../rips/PythonExamples/all_cases.py
|
|
|
|
AllSimulationWells
|
|
------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/all_simulation_wells.py
|
|
|
|
AllWells
|
|
--------
|
|
.. literalinclude:: ../../rips/PythonExamples/all_wells.py
|
|
|
|
AlterWbsPlot
|
|
------------
|
|
.. literalinclude:: ../../rips/PythonExamples/alter_wbs_plot.py
|
|
|
|
CaseGridGroup
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/case_grid_group.py
|
|
|
|
CaseInfoStreamingExample
|
|
------------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/case_info_streaming_example.py
|
|
|
|
CellResultData
|
|
--------------
|
|
.. literalinclude:: ../../rips/PythonExamples/cell_result_data.py
|
|
|
|
CommandExample
|
|
--------------
|
|
.. literalinclude:: ../../rips/PythonExamples/command_example.py
|
|
|
|
Create WBS Plot
|
|
---------------
|
|
.. literalinclude:: ../../rips/PythonExamples/create_wbs_plot.py
|
|
|
|
ErrorHandling
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/error_handling.py
|
|
|
|
ExportContourMaps
|
|
-----------------
|
|
.. literalinclude:: ../../rips/PythonExamples/export_contour_maps.py
|
|
|
|
ExportPlots
|
|
-----------
|
|
.. literalinclude:: ../../rips/PythonExamples/export_plots.py
|
|
|
|
ExportSnapshots
|
|
---------------
|
|
.. literalinclude:: ../../rips/PythonExamples/export_snapshots.py
|
|
|
|
GridInformation
|
|
---------------
|
|
.. literalinclude:: ../../rips/PythonExamples/grid_information.py
|
|
|
|
Import Well Paths
|
|
-----------------
|
|
.. literalinclude:: ../../rips/PythonExamples/import_well_paths_and_logs.py
|
|
|
|
InputPropTestAsync
|
|
------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_async.py
|
|
|
|
InputPropTestSync
|
|
-----------------
|
|
.. literalinclude:: ../../rips/PythonExamples/input_prop_test_sync.py
|
|
|
|
InstanceExample
|
|
---------------
|
|
.. literalinclude:: ../../rips/PythonExamples/instance_example.py
|
|
|
|
LaunchWithCommandLineOptions
|
|
----------------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
|
|
|
|
Launch Using Command Line Options
|
|
---------------------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/launch_with_commandline_options.py
|
|
|
|
NewSummaryPlot
|
|
--------------
|
|
.. literalinclude:: ../../rips/PythonExamples/new_summary_plot.py
|
|
|
|
SelectedCases
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/selected_cases.py
|
|
|
|
SelectedCells
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/selected_cells.py
|
|
|
|
SetCellResult
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/set_cell_result.py
|
|
|
|
SetFlowDiagnosticsResult
|
|
------------------------
|
|
.. literalinclude:: ../../rips/PythonExamples/set_flow_diagnostics_result.py
|
|
|
|
SetGridProperties
|
|
-----------------
|
|
.. literalinclude:: ../../rips/PythonExamples/set_grid_properties.py
|
|
|
|
SoilAverageAsync
|
|
----------------
|
|
.. literalinclude:: ../../rips/PythonExamples/soil_average_async.py
|
|
|
|
SoilAverageSync
|
|
---------------
|
|
.. literalinclude:: ../../rips/PythonExamples/soil_average_sync.py
|
|
|
|
SoilPorvAsync
|
|
-------------
|
|
.. literalinclude:: ../../rips/PythonExamples/soil_porv_async.py
|
|
|
|
SoilPorvSync
|
|
------------
|
|
.. literalinclude:: ../../rips/PythonExamples/soil_porv_sync.py
|
|
|
|
ViewExample
|
|
-----------
|
|
.. literalinclude:: ../../rips/PythonExamples/view_example.py
|