Skip to content

Commit 5a6c4f4

Browse files
committed
Update 07-fdem in notebooks and markdown files
1 parent 7ec6fb3 commit 5a6c4f4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

notebooks/frequency-domain-em/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Schematic illustrating the physics of the FEM method for an inductive source.
1313

1414
## Tutorial Notebooks
1515

16-
[1D Forward Simulation for a Single Sounding](07-fdem/fwd_fdem_1d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
16+
[1D Forward Simulation for a Single Sounding](frequency-domain-em/fwd_fdem_1d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
1717
<br />
1818

19-
[1D Inversion for a Single Sounding](07-fdem/inv_fdem_1d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
19+
[1D Inversion for a Single Sounding](frequency-domain-em/inv_fdem_1d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
2020
<br />

notebooks/frequency-domain-em/inv_fdem_1d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,22 @@
132132
"name": "stdout",
133133
"output_type": "stream",
134134
"text": [
135-
"overwriting /home/ssoler/git/user-tutorials/notebooks/07-fdem/inv_fdem_1d_files.tar.gz\n",
136-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/07-fdem/inv_fdem_1d_files.tar.gz\n"
135+
"overwriting /home/ssoler/git/user-tutorials/notebooks/frequency-domain-em/inv_fdem_1d_files.tar.gz\n",
136+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/frequency-domain-em/inv_fdem_1d_files.tar.gz\n"
137137
]
138138
},
139139
{
140140
"name": "stdout",
141141
"output_type": "stream",
142142
"text": [
143-
" saved to: /home/ssoler/git/user-tutorials/notebooks/07-fdem/inv_fdem_1d_files.tar.gz\n",
143+
" saved to: /home/ssoler/git/user-tutorials/notebooks/frequency-domain-em/inv_fdem_1d_files.tar.gz\n",
144144
"Download completed!\n"
145145
]
146146
}
147147
],
148148
"source": [
149149
"# URL to assets\n",
150-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/07-fdem/inv_fdem_1d_files.tar.gz\"\n",
150+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/frequency-domain-em/inv_fdem_1d_files.tar.gz\"\n",
151151
"\n",
152152
"# download the data\n",
153153
"downloaded_data = download(data_source, overwrite=True)\n",

notebooks/time-domain-em/fwd_tdem_1d.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"source": [
472472
"### Case 1: the conductive layer is also magnetically permeable\n",
473473
"\n",
474-
"In this case, the middle layer is magnetically permeable in addition to being more conductive than the host. For TDEM simulation classes within SimPEG, the Earth's magnetic properties are defined as magnetic permeabilities (not susceptibilities). Here, the layer magnetic permeabilities are set as a static property of the simulation using the ``mu`` keyword argument. However, one could define a model whose parameters contain the layer magnetic permeabilities; see the [1D Forward Simulation of Frequency Domain EM Data for a Single Sounding](../07-fdem/fwd_fdem_1d.ipynb) tutorial. This would require the user set ``muMap``."
474+
"In this case, the middle layer is magnetically permeable in addition to being more conductive than the host. For TDEM simulation classes within SimPEG, the Earth's magnetic properties are defined as magnetic permeabilities (not susceptibilities). Here, the layer magnetic permeabilities are set as a static property of the simulation using the ``mu`` keyword argument. However, one could define a model whose parameters contain the layer magnetic permeabilities; see the [1D Forward Simulation of Frequency Domain EM Data for a Single Sounding](../frequency-domain-em/fwd_fdem_1d.ipynb) tutorial. This would require the user set ``muMap``."
475475
]
476476
},
477477
{

0 commit comments

Comments
 (0)