Skip to content

Commit

Permalink
update dtopo_triangular/CSZ_example.ipynb to zone 10 rather than 10T
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Dec 27, 2023
1 parent 11091b1 commit 701765b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/geoclaw/dtopo_triangular/CSZ_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
" node2 = cascadia[j,7:10].tolist()\n",
" node3 = cascadia[j,10:13].tolist()\n",
" node_list = [node1,node2,node3]\n",
" subfault0.set_corners(node_list,projection_zone='10T')\n",
" subfault0.set_corners(node_list,projection_zone='10')\n",
" fault0.subfaults.append(subfault0)"
]
},
Expand Down Expand Up @@ -237,7 +237,7 @@
" \n",
" rake = np.rad2deg(np.arctan2(ds_slip, ss_slip))\n",
" \n",
" subfault0.set_corners(node_list,projection_zone='10T')\n",
" subfault0.set_corners(node_list,projection_zone='10')\n",
" subfault0.rupture_time = rupture_parameters[j,12]\n",
" subfault0.rise_time = rupture_parameters[j,7]\n",
" subfault0.rake = rake\n",
Expand Down Expand Up @@ -453,7 +453,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -467,9 +467,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.10"
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}

0 comments on commit 701765b

Please sign in to comment.