|
28 | 28 | "import parcels\n", |
29 | 29 | "\n", |
30 | 30 | "# Plotting imports\n", |
31 | | - "import matplotlib.pyplot as plt" |
| 31 | + "import matplotlib.pyplot as plt\n", |
| 32 | + "\n", |
| 33 | + "import warnings\n", |
| 34 | + "warnings.filterwarnings(\"ignore\")" |
32 | 35 | ] |
33 | 36 | }, |
34 | 37 | { |
|
341 | 344 | "output_type": "stream", |
342 | 345 | "text": [ |
343 | 346 | "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" |
| 347 | + "100%|██████████| 345600.0/345600.0 [00:44<00:00, 7791.01it/s]\n" |
345 | 348 | ] |
346 | 349 | } |
347 | 350 | ], |
|
421 | 424 | "output_type": "stream", |
422 | 425 | "text": [ |
423 | 426 | "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" |
| 427 | + "100%|██████████| 345600.0/345600.0 [00:55<00:00, 6278.37it/s]\n" |
425 | 428 | ] |
426 | 429 | } |
427 | 430 | ], |
|
501 | 504 | "output_type": "stream", |
502 | 505 | "text": [ |
503 | 506 | "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" |
| 507 | + "100%|██████████| 345600.0/345600.0 [01:00<00:00, 5742.26it/s]\n" |
505 | 508 | ] |
506 | 509 | } |
507 | 510 | ], |
|
581 | 584 | "output_type": "stream", |
582 | 585 | "text": [ |
583 | 586 | "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" |
| 587 | + "100%|██████████| 345600.0/345600.0 [00:53<00:00, 6502.73it/s]\n" |
585 | 588 | ] |
586 | 589 | } |
587 | 590 | ], |
|
661 | 664 | "output_type": "stream", |
662 | 665 | "text": [ |
663 | 666 | "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" |
| 667 | + "100%|██████████| 345600.0/345600.0 [01:21<00:00, 4246.80it/s]\n" |
665 | 668 | ] |
666 | 669 | } |
667 | 670 | ], |
|
719 | 722 | "name": "stdout", |
720 | 723 | "output_type": "stream", |
721 | 724 | "text": [ |
722 | | - "Final depth range of particles in experiment 0: 557.2360 to 557.2360 m\n" |
| 725 | + "Final depth range of particles in experiment 1: 557.2360 to 557.2360 m\n" |
723 | 726 | ] |
724 | 727 | }, |
725 | 728 | { |
|
736 | 739 | "name": "stdout", |
737 | 740 | "output_type": "stream", |
738 | 741 | "text": [ |
739 | | - "Final depth range of particles in experiment 1: 0.0000 to 0.0000 m\n" |
| 742 | + "Final depth range of particles in experiment 2: 0.0000 to 0.0000 m\n" |
740 | 743 | ] |
741 | 744 | }, |
742 | 745 | { |
|
753 | 756 | "name": "stdout", |
754 | 757 | "output_type": "stream", |
755 | 758 | "text": [ |
756 | | - "Final depth range of particles in experiment 2: 554.3013 to 554.3013 m\n" |
| 759 | + "Final depth range of particles in experiment 3: 554.3013 to 554.3013 m\n" |
757 | 760 | ] |
758 | 761 | }, |
759 | 762 | { |
|
770 | 773 | "name": "stdout", |
771 | 774 | "output_type": "stream", |
772 | 775 | "text": [ |
773 | | - "Final depth range of particles in experiment 3: 557.2427 to 557.3295 m\n" |
| 776 | + "Final depth range of particles in experiment 4: 557.2427 to 557.3295 m\n" |
774 | 777 | ] |
775 | 778 | }, |
776 | 779 | { |
|
787 | 790 | "name": "stdout", |
788 | 791 | "output_type": "stream", |
789 | 792 | "text": [ |
790 | | - "Final depth range of particles in experiment 4: 557.2427 to 557.3296 m\n" |
| 793 | + "Final depth range of particles in experiment 5: 557.2427 to 557.3296 m\n" |
791 | 794 | ] |
792 | 795 | } |
793 | 796 | ], |
|
815 | 818 | " plt.title(f'Experiment {i+1}')\n", |
816 | 819 | " plt.show()\n", |
817 | 820 | "\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')" |
| 821 | + " 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 | 822 | ] |
820 | 823 | } |
821 | 824 | ], |
|
835 | 838 | "name": "python", |
836 | 839 | "nbconvert_exporter": "python", |
837 | 840 | "pygments_lexer": "ipython3", |
838 | | - "version": "undefined.undefined.undefined" |
| 841 | + "version": "3.12.5" |
839 | 842 | } |
840 | 843 | }, |
841 | 844 | "nbformat": 4, |
|
0 commit comments