bastorer / SPINSpy

Python scripts for analyzing SPINS outputs
MIT License
0 stars 2 forks source link

Lazy load #5

Closed ddeepwell closed 9 years ago

ddeepwell commented 9 years ago

remove the spatial components from spinspy.reader to quickly load full data

ie. rho = spy.reader('rho',10) vs rho = spy.reader('rho', 10, [0,-1], [0,-1], [0,-1])