LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
./ADVECTOR/__init__.py
./ADVECTOR/_version.py
./ADVECTOR/run_advector_2D.py
./ADVECTOR/run_advector_3D.py
./ADVECTOR/drivers/__init__.py
./ADVECTOR/drivers/advection_chunking.py
./ADVECTOR/drivers/chunked_kernel_driver.py
./ADVECTOR/enums/__init__.py
./ADVECTOR/enums/advection_scheme.py
./ADVECTOR/enums/forcings.py
./ADVECTOR/examples/ECCO_advect_2D.py
./ADVECTOR/examples/ECCO_advect_3D.py
./ADVECTOR/examples/__init__.py
./ADVECTOR/examples/download_example_data.py
./ADVECTOR/examples/data_downloaders/__init__.py
./ADVECTOR/examples/data_downloaders/download_10m_wind.py
./ADVECTOR/examples/data_downloaders/download_and_process_currents.py
./ADVECTOR/examples/data_downloaders/download_and_process_density.py
./ADVECTOR/examples/data_downloaders/get_ECCO_credentials.py
./ADVECTOR/examples/helpers/__init__.py
./ADVECTOR/examples/helpers/generate_configfile.py
./ADVECTOR/examples/helpers/generate_sourcefiles.py
./ADVECTOR/io_tools/OutputWriter.py
./ADVECTOR/io_tools/__init__.py
./ADVECTOR/io_tools/create_bathymetry.py
./ADVECTOR/io_tools/open_configfiles.py
./ADVECTOR/io_tools/open_sourcefiles.py
./ADVECTOR/io_tools/open_vectorfiles.py
./ADVECTOR/kernel_wrappers/Field3D.py
./ADVECTOR/kernel_wrappers/Kernel.py
./ADVECTOR/kernel_wrappers/Kernel2D.py
./ADVECTOR/kernel_wrappers/Kernel3D.py
./ADVECTOR/kernel_wrappers/__init__.py
./ADVECTOR/kernel_wrappers/kernel_constants.py
./ADVECTOR/kernels/__init__.py
./ADVECTOR/model_core/__init__.py
./ADVECTOR/plotting/__init__.py
./ADVECTOR/plotting/plot_3d_trajectories.py
./ADVECTOR/plotting/plot_advection.py
./tests/__init__.py
./tests/config.py
ADVECTOR.egg-info/PKG-INFO
ADVECTOR.egg-info/SOURCES.txt
ADVECTOR.egg-info/dependency_links.txt
ADVECTOR.egg-info/entry_points.txt
ADVECTOR.egg-info/requires.txt
ADVECTOR.egg-info/top_level.txt
ADVECTOR/examples/helpers/land_mask.nc
ADVECTOR/kernels/kernel_2d.cl
ADVECTOR/kernels/kernel_3d.cl
ADVECTOR/model_core/advection_schemes.cl
ADVECTOR/model_core/advection_schemes.h
ADVECTOR/model_core/buoyancy.cl
ADVECTOR/model_core/buoyancy.h
ADVECTOR/model_core/diffusion.cl
ADVECTOR/model_core/diffusion.h
ADVECTOR/model_core/exit_codes.cl
ADVECTOR/model_core/fields.cl
ADVECTOR/model_core/fields.h
ADVECTOR/model_core/geography.cl
ADVECTOR/model_core/geography.h
ADVECTOR/model_core/gradients.cl
ADVECTOR/model_core/gradients.h
ADVECTOR/model_core/particle.cl
ADVECTOR/model_core/particle.h
ADVECTOR/model_core/physical_constants.h
ADVECTOR/model_core/random.cl
ADVECTOR/model_core/random.h
ADVECTOR/model_core/vector.cl
ADVECTOR/model_core/vector.h
ADVECTOR/model_core/vertical_profile.cl
ADVECTOR/model_core/vertical_profile.h
ADVECTOR/model_core/wind_driven_mixing.cl
ADVECTOR/model_core/wind_driven_mixing.h
ADVECTOR/model_core/wind_mixing_and_buoyancy.cl
ADVECTOR/model_core/wind_mixing_and_buoyancy.h
ADVECTOR/model_core/windage.cl
ADVECTOR/model_core/windage.h
INTEGRATOR/seawater_density_profile.nc
tests/src/model_core/test_advection_schemes.cl
tests/src/model_core/test_diffusion.cl
tests/src/model_core/test_fields.cl
tests/src/model_core/test_gradients.cl
tests/src/model_core/test_vector.cl