pyTESEO

pyTESEO is a python package developed by IHCantabria to simplify and facilitate the setup and processing of TESEO simulations (TESEO is a lagrangian numerical model also developed by IHCantabria.) The soruce code of this package is located at https://github.com/IHCantabria/pyteseo.

../_images/pyTESEO_logo.png

Overview

pyTESEO is a python package developed to help users to setup TESEO’s simulations. The package includes a bunch of use case examples in jupyter notebook format under the folder notebooks and a bunch of python functions grouped by submodules under the folder pyteseo. The package uses mainly numpy, pandas, matplotlib and xarray packages to manage and plot data. Based on these functions, the user can read and write all the necessary files to run a TESEO simulation, plot default figures of the results and export results to standard formats as CSV, JSON, netCDF, GeoJSON…


../_images/TESEO_logo.png

TESEO is a lagrangian numerical model developed by IHCantabria. The numerical model calculates trajectories of particles based on metocean conditions like ocean currents, winds and waves. It also includes weathering submodels to evaluate the degradation and physical characteristics of specific substances or elements as floaters, oil, hns substances or marine litter.

Important

Marine litter submodel is currently under development!

Example of representation produced with pyTESEO pyTESEO standard animation

The soruce code of the model is located at https://github.com/IHCantabria/TESEO. More info about pyTESEO is provided at its documentation