Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move exercise notebook to its own folder #8

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"source": [
"## Step 2: Defining the Survey\n",
"\n",
"<img src=\"https://em.geosci.xyz/_images/DCR_DipoleDipole_Array.svg\" width=\"400\" align=\"right\"/>\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/DCR_DipoleDipole_Array.svg\" width=\"400\" align=\"right\"/>\n",
"\n",
"DC resistivity surveys within SimPEG require the user to create and connect three types of objects:\n",
"\n",
Expand Down Expand Up @@ -254,7 +254,7 @@
"\n",
"Meshes define the numerical grid on which we numerically solve the PDE for the DC resistivity problem. Here, we define a tree mesh.\n",
"\n",
"<img src=\"https://discretize.simpeg.xyz/en/main/_images/sphx_glr_1_mesh_overview_001.png\" width=\"700\" align=\"center\"/>"
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/sphx_glr_1_mesh_overview_001.png\" width=\"700\" align=\"center\"/>"
]
},
{
Expand Down Expand Up @@ -553,7 +553,7 @@
"\n",
"Define a model representing electrical resistivities on all active cells. Use the [SimPEG.maps.InjectActiveCells](myst:SimPEG#SimPEG.maps.InjectActiveCells) mapping to define this mapping. **Important:** although the true electrical resistivity of the air is infinity, set the value for the inactive cells to 1e8 $\\Omega m$!\n",
"\n",
"<img src=\"notebook_images/mapping_1.png\" width=\"500\" align=\"center\"/>\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/mapping_1.png\" width=\"400\" align=\"center\"/>\n",
"\n",
"### <span style=\"color:darkorange\">Exercise (advanced):</span>\n",
"\n",
Expand Down Expand Up @@ -601,7 +601,7 @@
"source": [
"## Step 7: Project Survey to Discretized Topography\n",
"\n",
"<img src=\"./notebook_images/project_electrodes.png\" width=\"400\" align=\"center\"/>\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/project_electrodes.png\" width=\"400\" align=\"center\"/>\n",
"\n",
"### <span style=\"color:darkgreen\">Exercise (beginner):</span>\n",
"\n",
Expand All @@ -623,7 +623,7 @@
"source": [
"## Step 8: Defining the Forward Simulation\n",
"\n",
"<img src=\"./notebook_images/fwd_simulation.png\" width=\"300\" align=\"right\"/>\n",
"<img src=\"https://raw.githubusercontent.com/simpeg/agrogeo24/main/images/fwd_simulation.png\" width=\"300\" align=\"right\"/>\n",
"\n",
"In SimPEG, the governing physics, problem geometry and input parameters for the forward simulation are defined within simulation classes. The simulation object must be associated with a:\n",
"\n",
Expand Down
Loading