|
I want to use ERT to conduct forward modeling of a 3D low-resistivity resistivity model, using the example in this sample.(https://www.pygimli.org/_examples_auto/1_meshing/plot_cad_tutorial.html) I successfully generated the msh file of the grid, but encountered a problem during the forward modeling process. In the generated dat file with resistivity, all the currents i are 0. Could you please tell me what caused this? I have attached my forward modeling code and the corresponding files below. |
Replies: 4 comments 5 replies
|
In the forward calculation, a unit current is used and before a recent change to the code, only the apparent resistivity |
|
version v1.5.3 was released November 13, and the commit was done after, on December, 13. So you would have to checkout the source code by git as described on https://www.pygimli.org/installation.html#staying-up-to-date |
|
Apart from the fact that current and voltage are not set appropriately, I tried a simulation on my computer and it works well: yielding I now attribute resistivities to the three existing regions ( yielding |
|
After fixing the problem by 5c84053, the resulting data file also contains u, i and r (u and r already containing possible noise) |
In the forward calculation, a unit current is used and before a recent change to the code, only the apparent resistivity
rhoawas saved in the data container (unlesscalcOnlyis used). This was changed to that bothuandias well asrandrhoaare filled.