|
341 | 341 | "output_type": "stream", |
342 | 342 | "text": [ |
343 | 343 | "INFO: Output files are stored in example_idealised_flow_experiment_1.zarr.\n", |
344 | | - "100%|██████████| 345600.0/345600.0 [00:38<00:00, 8911.29it/s]\n" |
| 344 | + "100%|██████████| 345600.0/345600.0 [00:44<00:00, 7791.01it/s]\n" |
345 | 345 | ] |
346 | 346 | } |
347 | 347 | ], |
|
421 | 421 | "output_type": "stream", |
422 | 422 | "text": [ |
423 | 423 | "INFO: Output files are stored in example_idealised_flow_experiment_2.zarr.\n", |
424 | | - "100%|██████████| 345600.0/345600.0 [00:47<00:00, 7258.52it/s]\n" |
| 424 | + "100%|██████████| 345600.0/345600.0 [00:55<00:00, 6278.37it/s]\n" |
425 | 425 | ] |
426 | 426 | } |
427 | 427 | ], |
|
501 | 501 | "output_type": "stream", |
502 | 502 | "text": [ |
503 | 503 | "INFO: Output files are stored in example_idealised_flow_experiment_3.zarr.\n", |
504 | | - "100%|██████████| 345600.0/345600.0 [00:55<00:00, 6218.34it/s]\n" |
| 504 | + "100%|██████████| 345600.0/345600.0 [01:00<00:00, 5742.26it/s]\n" |
505 | 505 | ] |
506 | 506 | } |
507 | 507 | ], |
|
581 | 581 | "output_type": "stream", |
582 | 582 | "text": [ |
583 | 583 | "INFO: Output files are stored in example_idealised_flow_experiment_4.zarr.\n", |
584 | | - "100%|██████████| 345600.0/345600.0 [00:49<00:00, 7013.46it/s]\n" |
| 584 | + "100%|██████████| 345600.0/345600.0 [00:53<00:00, 6502.73it/s]\n" |
585 | 585 | ] |
586 | 586 | } |
587 | 587 | ], |
|
661 | 661 | "output_type": "stream", |
662 | 662 | "text": [ |
663 | 663 | "INFO: Output files are stored in example_idealised_flow_experiment_5.zarr.\n", |
664 | | - "100%|██████████| 345600.0/345600.0 [01:07<00:00, 5152.07it/s]\n" |
| 664 | + "100%|██████████| 345600.0/345600.0 [01:21<00:00, 4246.80it/s]\n" |
665 | 665 | ] |
666 | 666 | } |
667 | 667 | ], |
|
719 | 719 | "name": "stdout", |
720 | 720 | "output_type": "stream", |
721 | 721 | "text": [ |
722 | | - "Final depth range of particles in experiment 0: 557.2360 to 557.2360 m\n" |
| 722 | + "Final depth range of particles in experiment 1: 557.2360 to 557.2360 m\n" |
723 | 723 | ] |
724 | 724 | }, |
725 | 725 | { |
|
736 | 736 | "name": "stdout", |
737 | 737 | "output_type": "stream", |
738 | 738 | "text": [ |
739 | | - "Final depth range of particles in experiment 1: 0.0000 to 0.0000 m\n" |
| 739 | + "Final depth range of particles in experiment 2: 0.0000 to 0.0000 m\n" |
740 | 740 | ] |
741 | 741 | }, |
742 | 742 | { |
|
753 | 753 | "name": "stdout", |
754 | 754 | "output_type": "stream", |
755 | 755 | "text": [ |
756 | | - "Final depth range of particles in experiment 2: 554.3013 to 554.3013 m\n" |
| 756 | + "Final depth range of particles in experiment 3: 554.3013 to 554.3013 m\n" |
757 | 757 | ] |
758 | 758 | }, |
759 | 759 | { |
|
770 | 770 | "name": "stdout", |
771 | 771 | "output_type": "stream", |
772 | 772 | "text": [ |
773 | | - "Final depth range of particles in experiment 3: 557.2427 to 557.3295 m\n" |
| 773 | + "Final depth range of particles in experiment 4: 557.2427 to 557.3295 m\n" |
774 | 774 | ] |
775 | 775 | }, |
776 | 776 | { |
|
787 | 787 | "name": "stdout", |
788 | 788 | "output_type": "stream", |
789 | 789 | "text": [ |
790 | | - "Final depth range of particles in experiment 4: 557.2427 to 557.3296 m\n" |
| 790 | + "Final depth range of particles in experiment 5: 557.2427 to 557.3296 m\n" |
791 | 791 | ] |
792 | 792 | } |
793 | 793 | ], |
|
815 | 815 | " plt.title(f'Experiment {i+1}')\n", |
816 | 816 | " plt.show()\n", |
817 | 817 | "\n", |
818 | | - " print(f'Final depth range of particles in experiment {i}: {format(np.nanmin(pfile[\"z\"].values[:,-1]), '.4f')} to {format(np.nanmax(pfile[\"z\"].values[:,-1]), '.4f')} m')" |
| 818 | + " print(f'Final depth range of particles in experiment {i+1}: {format(np.nanmin(pfile[\"z\"].values[:,-1]), '.4f')} to {format(np.nanmax(pfile[\"z\"].values[:,-1]), '.4f')} m')" |
819 | 819 | ] |
820 | 820 | } |
821 | 821 | ], |
|
835 | 835 | "name": "python", |
836 | 836 | "nbconvert_exporter": "python", |
837 | 837 | "pygments_lexer": "ipython3", |
838 | | - "version": "undefined.undefined.undefined" |
| 838 | + "version": "3.12.5" |
839 | 839 | } |
840 | 840 | }, |
841 | 841 | "nbformat": 4, |
|
0 commit comments