Skip to content

Commit 9779b10

Browse files
committed
Update 08-tdem in notebooks and markdown files
1 parent 5a6c4f4 commit 9779b10

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

notebooks/time-domain-em/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Schematic illustrating the physics of the TEM method for an inductive source.
1515

1616
## Tutorial Notebooks
1717

18-
[1D Forward Simulation for a Single Sounding](08-tdem/fwd_tdem_1d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
18+
[1D Forward Simulation for a Single Sounding](time-domain-em/fwd_tdem_1d) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
1919
<br />
2020

21-
[Fundamentals of Finite Volume for TDEM Simulations](08-tdem/fwd_tdem_fundamentals) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
21+
[Fundamentals of Finite Volume for TDEM Simulations](time-domain-em/fwd_tdem_fundamentals) $({\color{green}Introductory}$, ${\color{green}Lightweight})$
2222
<br />
2323

24-
[3D Forward Simulation for On-Time Large-Loop Data](08-tdem/fwd_utem_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
24+
[3D Forward Simulation for On-Time Large-Loop Data](time-domain-em/fwd_utem_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
2525
<br />
2626

27-
[1D Inversion for a Single Sounding](08-tdem/inv_tdem_1d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
27+
[1D Inversion for a Single Sounding](time-domain-em/inv_tdem_1d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
2828
<br />

notebooks/time-domain-em/inv_tdem_1d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,22 @@
131131
"name": "stdout",
132132
"output_type": "stream",
133133
"text": [
134-
"overwriting /home/ssoler/git/user-tutorials/notebooks/08-tdem/inv_tdem_1d_files.tar.gz\n",
135-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/08-tdem/inv_tdem_1d_files.tar.gz\n"
134+
"overwriting /home/ssoler/git/user-tutorials/notebooks/time-domain-em/inv_tdem_1d_files.tar.gz\n",
135+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/time-domain-em/inv_tdem_1d_files.tar.gz\n"
136136
]
137137
},
138138
{
139139
"name": "stdout",
140140
"output_type": "stream",
141141
"text": [
142-
" saved to: /home/ssoler/git/user-tutorials/notebooks/08-tdem/inv_tdem_1d_files.tar.gz\n",
142+
" saved to: /home/ssoler/git/user-tutorials/notebooks/time-domain-em/inv_tdem_1d_files.tar.gz\n",
143143
"Download completed!\n"
144144
]
145145
}
146146
],
147147
"source": [
148148
"# URL to assets folder\n",
149-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/08-tdem/inv_tdem_1d_files.tar.gz\"\n",
149+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/time-domain-em/inv_tdem_1d_files.tar.gz\"\n",
150150
"\n",
151151
"# download the data\n",
152152
"downloaded_data = download(data_source, overwrite=True)\n",

0 commit comments

Comments
 (0)