Fix the deep sea OceanSimulation loading a 2nd copy of the ocean sim data since they both read the same file from disk
- pass in NativeSimData from outside of OceanSimulation instead of reading it inside the constructor
- only dispose NativeSimData once when it's shared
- saves 80MB