hainegroup / oceanspy

A Python package to facilitate ocean model data analysis and visualization.
https://oceanspy.readthedocs.io
MIT License
98 stars 32 forks source link

Reduce the number of catalog entries associated with LLC4320 #324

Closed Mikejmnez closed 1 year ago

Mikejmnez commented 1 year ago

Currently, in Sciserver it takes about 2 minutes to execute the following snippet:

od = ospy.open_oceandataset.from_catalog('LLC4320')

I think we can cut some time (maybe 30 seconds?) by having less files and thus less catalog entries.

Mikejmnez commented 1 year ago

I will do this over the weekend as it will take a couple of days and I want to avoid issues when reading the files.

Mikejmnez commented 1 year ago

This is currently underway. See PR #326. It should be done later tonight. For now, velocity data is not available (since that data is being copied into that zarr store). I will close this issue once with a following PR which will remove two entries from the catalog (scalars and forcing) and restore the velocity entry (which will have all field variables). I might have a different name.