Skip to content

microplastics-cluster/fragment-mnp

Repository files navigation

FRAGMENT-MNP

FRAGMENT-MNP is a mechanistic model of Micro and NanoPlastic FRAGMentation in the ENvironmenT.

See the full model documentation here.

Usage

Install the model with pip:

$ pip install fragmentmnp

Then run the model with example data and plot the results:

from fragmentmnp import FragmentMNP
from fragmentmnp.examples import minimal_config, minimal_data

# Create the model, pass it example config and data, then run it
fmnp = FragmentMNP(minimal_config, minimal_data)
output = fmnp.run()
# Plot the mass concentration time series
output.plot()

Developing FRAGMENT-MNP

See the developers documentation.

Acknowledgements

Thanks to the European Chemical Industry Council Long-Range Research Initiative (Cefic-LRI) for providing funding for this work, under project number ECO59.

About

Model of Micro and NanoPlastic FRAGMentation in the ENvironmenT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages