Magnetic anomaly orders of magnitude greater than observed #812
Unanswered
gabrahamastro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview of Problem
I've been creating a 3D magnetic model based off those created by Bott & Tantrigoda 1987 (Figure 8). I've modelled them as cylindrical (layering cylinders 100m thick) before calculating the anomaly for each cylinder, summing these anomalies up.
However, I've found that, when computing the magnetic anomaly produced, though it has the same morphology as that observed (using data from the Great Britain Aeromagnetic Survey; in blue dashed) it is over 10 times greater in magnitude.
I believe the source of error could be from the following:
Figures of interest
Below is a figure I produced which shows a 2D slice of the 3D model (based on Figure 8c from Bott & Tantrigoda 1987), along with the computed anomaly and observed anomaly (where the computed anomaly uses the same IGRF as that which was used to calculate the anomaly reduced to the pole, in green).

Also, here is the 3D model itself which I used, showing the xz plane and cylinders (100m thickness) stacked on top of each other (each with the anomaly individually computed).

Method
pg.solver.parseMapToCellArray
.MagneticsModelling.response
and summing the outcome using a simplenp.sum
.pg.Mesh().rotate
.The following is how the cylinders were created:
where
r_x
is the radius,spacing
is 100m,centre_x
is the central x coordinate of the system,z_true
is the depth of the cylinder,cylinder_mesh
is what was used to compute the anomaly andmarker=1
ensured that the magnetic anomaly could be parsed to the mesh.Also, the method for noise addition follows that of this example.
Concluding Comments
I also realise this may simply be the size of anomaly which would be expected by the values I've inputted, though I'm not experienced enough to identify if this is the case.
Beta Was this translation helpful? Give feedback.
All reactions