-
Notifications
You must be signed in to change notification settings - Fork 164
Support for CROCO 3D velocities #1641
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
Merged
Merged
Changes from 50 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
5114096
Add RK4 version of CROCO 3D kernel
erikvansebille e7c6d47
Start implementing fieldset.from_croco()
erikvansebille 40b76ac
Using MITgcm-style horizonal interpolation for CROCO
erikvansebille 47e6914
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ab2e876
Cleaning up spaces in parcels.h
erikvansebille b3a5f4c
Fixing CROCO upper layer sampling
erikvansebille 7f72e8e
Setting CROCO vertical interpolation method to linear in JIT
erikvansebille 71d3351
Rewriting CROCO 3D advection kernel to use fieldset.UVW sampling
erikvansebille 0ced1ec
Fix loading of CROCO grid when dimension lengths are 1 larger than va…
erikvansebille 9fefe5b
Adding support for 2D advection in from_croco
erikvansebille b31d69e
Temporarily silencing assert in pop dask chunking test
erikvansebille f66a4b7
Support for sampling depth in m in croco sigma layers
erikvansebille d21f0a8
Merge branch 'JIT_keeping_track_highest_errorcode' into croco_3D_velo…
erikvansebille ccf1034
Creating extra 3DSigma category for sigma vector fields
erikvansebille 651bbdc
Adding non-vectorfield-sampling support for croco in scipy
erikvansebille b51ee68
Simplifying code by not requiring H field as part of VectorField class
erikvansebille a1764e3
Minor fix in field error handling
erikvansebille 95641a0
xfail dask test_pop
VeckoTheGecko 14a6705
Undoing temporary commenting of assert in example_dask_chunking as no…
erikvansebille dd129b8
Using time in fieldset.H interpolation (to possibly allow for time-ev…
erikvansebille 18405f6
Adding CROCO tutorial
erikvansebille 9da5f25
Updating CROCO tutorial
erikvansebille edcc19a
Minor change to CROCO 3D algorithm
erikvansebille d7e8e3c
Merge branch 'JIT_keeping_track_highest_errorcode' into croco_3D_velo…
erikvansebille eb5e65e
Fixing bug in codegenerator error-code handling
erikvansebille 4321b41
Merge branch 'master' into croco_3D_velocities
erikvansebille c51a735
Update algorithm description in croco 3D tutorial
erikvansebille 8255585
Adding nbsphinx-thumbnail tag to first plot of croco notebook, to sho…
erikvansebille 2a35e36
Expanding docstring of fieldset.from_croco
erikvansebille ef2929a
Merge branch 'master' into croco_3D_velocities
erikvansebille b9f0827
Merge commit '7c8bbc76c0c2d9936b52867a9998fccf220f9042' into croco-merge
VeckoTheGecko 0731ffe
Merge branch 'master' into croco_3D_velocities
erikvansebille 31b806e
Merge branch 'master' into croco_3D_velocities
erikvansebille e146ff3
Merge branch 'master' into croco_3D_velocities
erikvansebille bc30596
Merge branch 'master' into croco_3D_velocities
erikvansebille f6448ae
Updating Field init to not check for W interp_method in croco
erikvansebille 76b0b8a
Removing redef of VectorType
erikvansebille 226b79e
Merge branch 'master' into croco_3D_velocities
erikvansebille baa680a
Merge branch 'master' into croco_3D_velocities
erikvansebille b7e668a
Add filter for velocity interpolation warning for CROCO
erikvansebille c229759
Merge branch 'master' into croco_3D_velocities
erikvansebille 74fdf5c
Adding normal field evaluation to CROCO unit test
erikvansebille 5071f7d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b4cf369
Adding support for 'normal' Fields in CROCO
erikvansebille 7d147c3
Always passing H field to particle_loop for CROCO
erikvansebille 391ac9c
Adding H field only if it exists
erikvansebille c9bfb97
Merge branch 'master' into croco_3D_velocities
erikvansebille 9ac4aad
Merge branch 'master' into croco_3D_velocities
erikvansebille 5148f6b
Adding alert box to discuss w versus omega choice in from_croco
erikvansebille 4e30feb
Adding 3DSigma vector_type
erikvansebille c2f2b38
Fixing review comments
erikvansebille c376f0d
Reverting change in review
erikvansebille e73b275
update _FileBuffer signature to avoid kwargs
erikvansebille File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.