Skip to content

Commit adc1972

Browse files
committed
update
1 parent 270b626 commit adc1972

File tree

4 files changed

+2913
-26
lines changed

4 files changed

+2913
-26
lines changed

examples/EX_SRT_forward.ipynb

Lines changed: 147 additions & 24 deletions
Large diffs are not rendered by default.

examples/Ex_ERT_workflow.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,15 +499,14 @@
499499
},
500500
{
501501
"cell_type": "code",
502-
"execution_count": 25,
502+
"execution_count": null,
503503
"metadata": {},
504504
"outputs": [],
505505
"source": [
506506
"# Convert to resistivity using petrophysical model\n",
507507
"\n",
508508
"marker_labels = [0, 3, 2] # top. mid, bottom layers (example values)\n",
509509
"sigma_w = [1/20,1/20,1/20] # Conductivity of water in S/m (example value)\n",
510-
"#rho_sat = [100, 500, 2400] # Saturated resistivity for each layer (example values)\n",
511510
"m = [1.2, 1.8, 1.9] # Cementation exponent for each layer (example values)\n",
512511
"n = [2.2, 1.8, 2.5] # Saturation exponent for each layer (example values)\n",
513512
"sigma_s = [1/100, 0, 0] # Saturated resistivity of the surface conductivity see Chen & Niu, (2022) for each layer (example values)\n",
Binary file not shown.

0 commit comments

Comments
 (0)