[DOCS] Further reducing data download by shortening the nemo run#2750
Merged
erikvansebille merged 2 commits intoJul 14, 2026
Merged
Conversation
erikvansebille
added a commit
to erikvansebille/Parcels
that referenced
this pull request
Jul 16, 2026
erikvansebille
added a commit
that referenced
this pull request
Jul 16, 2026
* Compute variables that have a mockT dimension * Explicitly loading lon and lat * Adding Backend to fieldset repr To show which fields are WindowedArrays, which are Dask and which are NumPy * Adding unt test for backends * Moving lon/lat loading to to_windowed_arrays * Renaming Backend to Parcels backend Following suggestion by @VeckoTheGecko * Also adding support for zarr backend in describe() * Adding print statements for CI debugging As I can't reproduce the failing unit tests locally * fixing time_interval because of fewer NorthSea files Related to #2750 * Separate depth loading As not all fields have depth coordinate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR further reduces amount of data to download for tutorials - to avoid a timeout on readthedocs
Checklist
mainfor normal development,v3-supportfor v3 support)AI Disclosure
None