|
49 | 49 | },
|
50 | 50 | {
|
51 | 51 | "cell_type": "code",
|
52 |
| - "execution_count": 9, |
| 52 | + "execution_count": 2, |
53 | 53 | "id": "e435d46a",
|
54 | 54 | "metadata": {},
|
55 | 55 | "outputs": [],
|
56 | 56 | "source": [
|
57 | 57 | "prefix = 'wind'\n",
|
58 |
| - "model = 'v10e00'\n", |
| 58 | + "model = 'model-v10e00'\n", |
59 | 59 | "loc = str(model)\n",
|
60 | 60 | "dumpnumber = 584\n",
|
61 | 61 | "dump = os.path.join(loc, f\"{prefix}_{dumpnumber:05d}\")\n"
|
62 | 62 | ]
|
63 | 63 | },
|
64 | 64 | {
|
65 | 65 | "cell_type": "code",
|
66 |
| - "execution_count": 10, |
| 66 | + "execution_count": 3, |
67 | 67 | "id": "9b26a061",
|
68 | 68 | "metadata": {},
|
69 | 69 | "outputs": [],
|
|
73 | 73 | },
|
74 | 74 | {
|
75 | 75 | "cell_type": "code",
|
76 |
| - "execution_count": 12, |
| 76 | + "execution_count": 4, |
77 | 77 | "id": "38f9fd84",
|
78 | 78 | "metadata": {},
|
79 | 79 | "outputs": [],
|
80 | 80 | "source": [
|
81 | 81 | "%%capture\n",
|
82 | 82 | "if not os.path.exists(dump):\n",
|
83 |
| - " # !wget \"https://github.com/Ensor-code/phantom-models/raw/refs/heads/main/Esseldeurs+2023/BinaryHighLucy/wind_00600?download=\" --output-document $dump\n", |
84 |
| - " !wget 'https://raw.githubusercontent.com/Ensor-code/phantom-models/main/Malfait%2B2024a/v10e00/wind_v10e00' --output-document $dump\n", |
| 83 | + " !wget 'https://github.com/Ensor-code/phantom-models/raw/refs/heads/main/Malfait+2024a/v10e00/wind_v10e00?download=' --output-document $dump\n", |
85 | 84 | "\n",
|
86 | 85 | "infile = os.path.join(loc, f\"{prefix}.in\")\n",
|
87 | 86 | "if not os.path.exists(infile):\n",
|
|
102 | 101 | },
|
103 | 102 | {
|
104 | 103 | "cell_type": "code",
|
105 |
| - "execution_count": 15, |
| 104 | + "execution_count": 5, |
106 | 105 | "metadata": {
|
107 | 106 | "tags": []
|
108 | 107 | },
|
|
130 | 129 | },
|
131 | 130 | {
|
132 | 131 | "cell_type": "code",
|
133 |
| - "execution_count": 16, |
| 132 | + "execution_count": 6, |
134 | 133 | "metadata": {
|
135 | 134 | "tags": []
|
136 | 135 | },
|
137 | 136 | "outputs": [
|
138 | 137 | {
|
139 | 138 | "data": {
|
140 | 139 | "application/vnd.jupyter.widget-view+json": {
|
141 |
| - "model_id": "db898d1843744a2392822488892faddd", |
| 140 | + "model_id": "d81f379d746a4fe1b76a9b14353d67f1", |
142 | 141 | "version_major": 2,
|
143 | 142 | "version_minor": 0
|
144 | 143 | },
|
|
152 | 151 | {
|
153 | 152 | "data": {
|
154 | 153 | "application/vnd.jupyter.widget-view+json": {
|
155 |
| - "model_id": "6cd2ccfe9b9343d3b14999f9c786a113", |
| 154 | + "model_id": "b18d357c65694b5685bfe88b8e612eef", |
156 | 155 | "version_major": 2,
|
157 | 156 | "version_minor": 0
|
158 | 157 | },
|
|
191 | 190 | {
|
192 | 191 | "data": {
|
193 | 192 | "application/vnd.jupyter.widget-view+json": {
|
194 |
| - "model_id": "89281a157b65447c8fb82baad0742635", |
| 193 | + "model_id": "5b299444c0634c7d815ddc6224e9c405", |
195 | 194 | "version_major": 2,
|
196 | 195 | "version_minor": 0
|
197 | 196 | },
|
|
205 | 204 | {
|
206 | 205 | "data": {
|
207 | 206 | "application/vnd.jupyter.widget-view+json": {
|
208 |
| - "model_id": "16427dfb27b74d93ab6eb083f0f31474", |
| 207 | + "model_id": "f3b3234712d34195aaf7fcb8c95148b6", |
209 | 208 | "version_major": 2,
|
210 | 209 | "version_minor": 0
|
211 | 210 | },
|
|
228 | 227 | ],
|
229 | 228 | "metadata": {
|
230 | 229 | "kernelspec": {
|
231 |
| - "display_name": "Python 3", |
| 230 | + "display_name": "plons", |
232 | 231 | "language": "python",
|
233 | 232 | "name": "python3"
|
234 | 233 | },
|
|
242 | 241 | "name": "python",
|
243 | 242 | "nbconvert_exporter": "python",
|
244 | 243 | "pygments_lexer": "ipython3",
|
245 |
| - "version": "3.10.13" |
| 244 | + "version": "3.10.14" |
246 | 245 | }
|
247 | 246 | },
|
248 | 247 | "nbformat": 4,
|
|
0 commit comments