Rotation, translation, and zoom#
Transform, crop, and inspect Norne.
Start with the Norne top view.
plopm -i NORNE_ATW2013 -s ,,1
Rotate, translate, and crop the grid.
plopm -i NORNE_ATW2013 -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,7600]' -fz 8
Apply the same transformation to faults.
plopm -i NORNE_ATW2013 -v faults -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -gr 1
plopm -i NORNE_ATW2013 -v faults -s ,,1:22 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -agg max
Plot all wells and wells on the selected layer.
plopm -i NORNE_ATW2013 -v wells -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -gr 1 -fn norne_wells_global
plopm -i NORNE_ATW2013 -v wells -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -fn norne_wells
Note
Faults and wells must be declared directly in the input deck.
Reproduce this example#
Run the complete workflow from the repository root:
. ./tests/scripts/docs_rotation_translation_zoom.sh