ali-ramadhan / lagrangian-microbes

🦐🐟🦈 A framework for simulating millions of interacting Lagrangian particles (or microbes!) in a turbulent ocean.
MIT License
10 stars 0 forks source link

NetCDF support #24

Closed ali-ramadhan closed 5 years ago

ali-ramadhan commented 5 years ago

This PR combines the particle location pickle files from all tiles/times to one NetCDF file.

The interactions simulator module reads from this NetCDF file and ouputs a NetCDF file with all microbe locations and properties.

Resolves #20. Resolves #24.