The fault planes provided by the NSHM are approximations for the actual fault interface, simplified to allow for easier simulation.

In most cases the differences between the approximation and the actual interface are insignificant, however for faults with large curvature this may introduce a large error.

As the Hikurangi subduction fault is the largest fault we simulate, the fault has been extensively investigated and the subduction interface has a lot of curvature, this makes it a prime candidate for fitting the NSHM plane to a curved surface.

NHM faults

In the NHM the Hikurangi subduction fault is broken down into three sections, each with two sizes:

HikHBay (In the area of Hawkes Bay), HikRauk (In the area of Raukawa), HikWgtn (In the Wellington Region)

Each has the suffix of min and max, representing the smallest and largest ruptures expected. The min fault planes are subsets of the max fault planes, and so are not investigated to begin with.

Curved surface

For this investigation and application we will use the interface model from Charles Williams et al.

The original model comes from a 2013 paper, with a further update provided by Williams.

Comparison of models

In order to reduce the complexity of comparing the models, multiple transects along the fault will be taken where the NSHM faults, 2013 model and updated model will be compared.

As the NSHM models do not go below 30 km, we restrict the view of the models from Williams to 40km depth

The faults and models were plotted on scatter plots, the NSHM faults are visible in the red to white fade, with red representing the part of the fault near the surface (~5km), and the white representing the lower bounds of the fault plane (~30km).

The fault surfaces from Williams are coloured from yellow (~2.4km) to dark blue (-40km). The full surface goes down to ~365km.

The transects are also plotted here. The transects are spaced 100km apart, with a length of 200km, going from South East to North West.  The end points form a line with a strike of 120 degrees, and the transects have a strike of 210 degrees.


Both surfaces from Williams seem extremely similar with the exception of the region South of -42.5 degree latitude.

A basic image comparison is available below, the differences are in pink, while the similarities are shown in true colour.

With the exception of the Southern region the surfaces are extremely similar

Transects

To generate the transect views interpolators were used to generate the depth of the interface models along the transects, with the NSHM fault planes also shown:

As can be seen there is some artifacting and large difference between surfaces from the interpolator in transect 5.

Using a basic metric of the difference in vertical distance the two surfaces were found to have differences as shown:

TransectArea difference (km2)Mean difference (km)
12.18

0.01698695

21.360.01045835
36.740.04506276
41.980.01236606
519.80.11994868
60.0148.93080609e-05

With the exception of transect 5, the differences are relatively small.

Initial application

The initial plan for applying the plane to the curve is to take the average curvature horizontally at the middle depth, and vertically along the middle strike, and apply these uniformly to the fault plane created from the NSHM.

Each of the NSHM faults were plotted at the depth half way down dip. The updated surface from Charles was plotted at the same depth. Points with a depth within 20m of the target depth were plotted.

Most of the NSHM plots are quite close to the surface plots, with the exception of HikRaukmax, where the surface has a noticeably large curvature in the middle of the NSHM region.


First implementation

The first implementation is to apply a constant curvature to the dip. T

To do this each of the points in the fault must be moved such that they lie on the surface of a cylinder with a given radius (Our measure of curvature).

To ensure that the calculations are correct the distance between subfaults must be the same before and after the curvature is applied.

Using some reference dip row, chosen as the center row for now, as the stationary row, the other rows are moved back and towards the center some amount.

For test purposes the fault Hossack was used. A curvature of 58km was selected, as this would result in a shift of approximately 500m for the end rows of a Hikurangi min scenario, which would be used as the first Hikurangi test case.

The current state of the curvature script is visible above. The bottom points seem to have moved in the right direction, and computations show that all rows are ~100m from the adjacent row, as they were before the shift.

The top points however seem to be moved too far up and right, as all the points should be moved back from the plane in a direction normal to the plane, and then translated towards the center of the plane where the reference row is.