Skip to content

Commit

Permalink
change units to SI for radii array in Bolin table_1.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnieszkaZaba committed Jan 8, 2025
1 parent 824a94d commit 9c8cd53
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/PySDM_examples/Bolin_1958/table_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"id": "5e4e58050cc01f64",
"metadata": {
"ExecuteTime": {
"end_time": "2024-12-05T21:30:20.214060Z",
"start_time": "2024-12-05T21:30:20.209298Z"
"end_time": "2025-01-08T12:02:43.704737Z",
"start_time": "2025-01-08T12:02:43.699804Z"
}
},
"source": [
Expand All @@ -40,8 +40,8 @@
"id": "95f360dc62f373f9",
"metadata": {
"ExecuteTime": {
"end_time": "2024-12-05T21:30:21.622672Z",
"start_time": "2024-12-05T21:30:20.218383Z"
"end_time": "2025-01-08T12:02:45.822711Z",
"start_time": "2025-01-08T12:02:43.709387Z"
}
},
"source": [
Expand All @@ -58,19 +58,19 @@
"id": "e29a92d6680c4e51",
"metadata": {
"ExecuteTime": {
"end_time": "2024-12-05T21:30:21.689116Z",
"start_time": "2024-12-05T21:30:21.687254Z"
"end_time": "2025-01-08T12:02:45.931465Z",
"start_time": "2025-01-08T12:02:45.929124Z"
}
},
"source": "radii = np.asarray([0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.15, 0.20]) * si.cm",
"source": "radii = np.asarray([5e-5, 1e-4, 2.5e-4, 5e-4, 7.5e-4, 1e-3, 1.5e-3, 2e-3]) * si.m",
"outputs": [],
"execution_count": 3
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-12-05T21:30:24.420354Z",
"start_time": "2024-12-05T21:30:21.698737Z"
"end_time": "2025-01-08T12:02:48.275486Z",
"start_time": "2025-01-08T12:02:45.941832Z"
}
},
"cell_type": "code",
Expand Down

0 comments on commit 9c8cd53

Please sign in to comment.