Make sure the directory containing pydiva2d.py and pydiva4d.py is present in the environment variable PYTHONPATH.
export PYTHONPATH=Path_to_pydiva2d:$PYTHONPATH
where Path_to_pydiva2d depends on the location of the package on your machine.
You can also add the previous line to your .bashrc
file if working with unix system.
-
run_diva2D_rectangles: synthetic example with rectangular sub-domains.
-
run_diva2D_MLD: realistic example using mixed-layer depth data in the Black Sea.
-
plot_diva4D_results: plot the results of a Diva4D execution.
-
plot_diva4D_results_basemap: same as previous but using Basemap module.
-
run_diva2D_bash: a example of Notebook in bash.