meta data for this page
Tectonic waters
A wiki powered blog
EAGE Sub-Saharan Energy Summit - Maputo/Mozambique
I had the honour to present Shell's current view on the formation and early evolution of the Orange Basin at the EAGE Sub-Saharan African Energy forum in Maputo/Mozambique in Mid-April this year. The talk was a summary of many years of work by a large group of specialists and explorers. Abstract below.
Abstract:
Evolution of the Orange and Cape Basins in the context of the South Atlantic rifting
Christian Heine & regional/local exploration teams and supporting specialists, Shell plc
The SW African margin, composed of the Orange Basin and Cape Basins in Namibian and South African waters, is, both, a type location for magma-rich passive margins as well as showing characteristics of a narrow, weakly magmatic rifting. Recent exploration efforts have produced a wealth of data which illuminate the dynamic processes of continental lithosphere extension and magmatism forming the basement and early basin infill in those two basins. These observations have a profound bearing on our understanding of the evolution of passive margins, a refinement of the kinematics of the South Atlantic rift as well as the response of the earliest source to sink systems.
Relatively widespread continental extension across the Proto-Argentine and SW African continental shelf localised in the present-day proximal Orange Basin and on the Argentine Shelf in late Jurassic-Berriasian times. Towards late Berriasian/Valaginian, emplacement of large volumes of magmatism resulted in a termination of continental extension and a switch to magmatic accretion in the Orange Basin. Regionally mapped magmatic mega-sequences, abandoned eruption centers, and flow sequences demonstrate an initial north-westerly displacement of the South American plate relative to Africa. Evolution of the Cape Basin rift segment was more complex, with lower volume magmatism centered on the Argentine shelf and migrating eastwards, resulting in an asymmetric margin that is relatively relatively wide on the South American side and a narrow, weakly magmatic African conjugate.
As plate separation continues, changes in rift kinematics towards a more westerly separation direction results in a westward jump of the spreading location and the abandonment of the earlier magmatic centers in the Proto-Orange Basin. The result of this change was a “reset” of the South Atlantic rift axis, with a symmetric conjugate pair of SDR mega-sequences documenting the final breakup phase, and a stranded, Afar-like Proto-Orange basin on the African margin. Seismic reflector geometries indicate the presence of possible continental crustal blocks in the distal part of the Orange Basin, analogous and possibly conjugate to the outer high in the Colorado basin in Argentina. Magmatic mega-sequences indicate an initial southward propagation of extension and an aborted rift on the Argentine margin, which, in the context of our regional tectonostratigraphic framework provides evidence that rifting and breakup in the Cape Basin segment occurred relatively late, contradicting the idea of a “northward unzipping” of the South Atlantic.
Petrographic observations of sediments directly above SDRs in Shell’s Cullinan-1X well provide insights into a potential working source to sink system during late Hauterivian/early Barremian times. Together with flexural decompaction modelling of transects across the Orange Basin which show a gentle ramp geometry of the margin this challenges the view of an early outer marginal high
Oceanic transform fault paper
Led by Peter Haas (Kiel U, DE), we have just submitted a new paper on the oceanic crust/transform fault evolution in the waters of São Tomé and Principé in the Gulf of Guinea. The manuscript is currently in open review in EGUSphere for publication in EGU's Solid Earth journal.
“Increased metamorphic conditions in the lower crust during oceanic transform fault evolution”
Oceanic transform faults connect the segments of active spreading ridges that slide past each other. In a classical view, transform faults are considered as conservative, where no material is added or destroyed. Recent studies, however, suggest that the crust in the transform fault region is deformed during different episodes. We combine high resolution 3D broadband seismic data with shipborne potential field data to study ancient fault zones in Albian-Aptian aged oceanic crust in the eastern Gulf of Guinea offshore São Tomé and Príncipe. The crust in this region is characterized by a thin, high-reflective upper crust, which is underlain by a thick, almost seismically transparent unit that comprises localized dipping reflectors, previously interpreted as extrusive lava flows. This layer defines the target area for inversion and forward modelling of the potential field data. The picked seismic horizons are used as geometrical boundaries of the crustal model. First, we perform a lateral parameter inversion for the lower crust, which provides vertical columns of density and magnetic susceptibility. Second, we sort the estimated values using a clustering approach and identify five groups with common parameter relationships. Third, we use the clustered lower crustal domains to define a consistent 3D model of the study area that aligns with the seismic structure and geological concepts, preferred to the simple inversion of the first step. The final model shows anomalous low susceptibility and medium to high density close to the buried fracture zones, which reflects increasing pressure and temperature conditions accompanied by a change of metamorphic facies. Our model indicates enhanced tectonic activity with an extensional component during the formation of oceanic crust that culminates in the transform region. These results are in line with recent studies and strengthen the impressions of a non-conservative character of ridge-transform intersections.
pyenv and MacPorts (Updated)
I've recently switched from HomeBrew to MacPorts for a number of reasons. MacPorts doesn't have a version of pyenv included, so it needs to be installed manually.
I kept running into issues where pyenv doctor would fail because of missing libraries/dependencies. The following fixed it:
sudo port install libffi libxml2 openssl readline sqlite3 xz zlib export CPPFLAGS="-I/opt/local/include $CPPFLAGS" export LDFLAGS="-L/opt/local/lib $LDFLAGS"
South Atlantic Lithosphere thickness paper in press
A paper led by Peter Haas (Christian-Albrechts-Uni Kiel, Germany) on modeling the present-day lithosphere thickness along the conjugate South Atlantic margins is accepted and in press for Tectonics.
Key Points:
- A simple thermal LAB model for the South Atlantic passive margins has been developed
- The LAB model shows distinct variations along the margins that correlate with margin widths
- Conjugate margin pairs reflect an asymmetry in LAB depth patterns that are locally related to post break-up lithospheric thinning
Abstract:
The lithospheric architecture of passive margins is crucial for understanding the tectonic processes that caused the break-up of Gondwana. We highlight the evolution of the South Atlantic passive margins by a simple thermal lithosphere-asthenosphere-boundary (LAB) model based on onset and cessation of rifting, crustal thickness, and stretching factors. We simulate lithospheric thinning and select the LAB as the T=1330 °C isotherm, which is calculated by 1D advection and diffusion. Stretching factors and margin geometry are adjusted to state-of-the-art data sets, giving a thermal LAB model that is especially designed for the continental margins of the South Atlantic. Our LAB model shows distinct variations along the passive margins that are not imaged by global LAB models, indicating different rifting mechanisms. For example, we model up to 200 km deep lithosphere in the South American Santos Basin and shallow lithosphere less than 60 km in the Namibe Basin offshore Africa. These two conjugate basins reflect a strong asymmetry in LAB depth that resembles variations in margin width. In a Gondwana reconstruction, we discuss these patterns together with seismic velocity perturbations for the Central and Austral Segments of the margins. The shallow lithosphere in the Namibe Basin correlates with signatures of the Angola Dome, attributed to epeirogenic uplift in the Neogene, suggesting an additional component of post-break up lithospheric thinning.
Compiling pygplates on WSL Debian
I ran into a strange set of issues when trying to compile pygplates on the Windows Subsystem for Linux (WSL). Despite having all the requirements installed (e.g. Qt5, Boost etc). the compiler complained about Qt5 libraries not being present:
/usr/lib/qt5/bin/uic: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
However, these are installed in /usr/lib/x86_64-linux-gnu/ like in any other Linux distro. Turns out that some other people have the same issues to load the shared Qt5 libraries when compiling software on WSL. This is solved by running the following line:
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Blog Archives
- 2026:
- 2024:
- 2022:
- 2021:
- 2020:
- 2019:
- 2018:
- 2017:
- 2016:
1 Post(s) for August 2019
| Peter Bird's 2002 Plate boundaries for GMT5 and higher | 2019/08/24 13:17 | Christian Heine | 0 Comments |