Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iss324 #328

Merged
merged 4 commits into from
Feb 15, 2023
Merged

Iss324 #328

merged 4 commits into from
Feb 15, 2023

Conversation

Mikejmnez
Copy link
Collaborator

closes #324 and #327

Data (field variables) of the LLC4320 have been copied into a single zarr store that is distributed across filedbs. Now,

path = '/home/idies/workspace/poseidon/data*/llc4320_tests/10dayhourly/velocities'
ds = xr.open_mfdataset(path, parallel=True, engine='zarr')

reads all data variables. The grid remains separate to avoid copies within each store.

There should be an improvement on how fast the od associated with LLC4320 gets created...

@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Merging #328 (e72a7bf) into main (0bef97d) will increase coverage by 0.00%.
The diff coverage is 80.00%.

@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   94.62%   94.62%           
=======================================
  Files           9        9           
  Lines        3942     3944    +2     
  Branches      857      859    +2     
=======================================
+ Hits         3730     3732    +2     
  Misses        135      135           
  Partials       77       77           
Flag Coverage Δ
unittests 94.62% <80.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
oceanspy/llc_rearrange.py 82.67% <ø> (ø)
oceanspy/subsample.py 97.71% <80.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Mikejmnez
Copy link
Collaborator Author

Actually, I am making a small change in the next 1/2 hr. Hold on before merging :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce the number of catalog entries associated with LLC4320
1 participant