Top 10 Tips For Working in Petrel
Top 10 Tips For Working in Petrel
The following is of tips and tricks you should know about when working in Petrel. They will allow you
to work more efficient, save you time, plus can make you look more professional (which is a huge
benefit). They can be used for every version of Petrel from 2009 to 2013 (possibly 2014 too).
3) Use Favourites
Nothing is more annoying than having to scroll through your input tree. Move your most used
objects to the favourite’s pane and access them easily.
9) Reset layout
When you have lost certain panels in your window setup use reset layout from the system settings
dialog to get everything back.
Code:
propertyB=function_name(propertyA)
Code:
property=surface_name(propertyA, propertyB)
Extracting a value from a surface to a property
Code:
property=surface_name(X,Y)
Code:
seismic_velocity_log=velocity_cube(X,Y,TWT()/-2)
Also look through the geometry button in each calculator to extract the satatistics of an object
(Mean, Max, Minimum, etc).
Code:
well_log_normalized=(input_log-input_log.Min)/(input_log.Max-input_log.Min)
Code:
property_above=property(I,J,K-1)
Code:
property_in_3rd_layer=if(K=3,property,U)