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

Save OSCAR fields to disk (under tmp dir?) #29

Closed ali-ramadhan closed 5 years ago

ali-ramadhan commented 5 years ago

Right now it's impractical to run on 20+ cores as each core will download the OSCAR dataset which causes network issues and gets our connections rejected from NASA's servers.

A simple solution would be to just download and save the OSCAR dataset to disk. Then 100+ cores can read it.

This should also resolve #23.