Skip to content

Update migration guide#2742

Draft
erikvansebille wants to merge 3 commits into
Parcels-code:mainfrom
erikvansebille:migration-guide
Draft

Update migration guide#2742
erikvansebille wants to merge 3 commits into
Parcels-code:mainfrom
erikvansebille:migration-guide

Conversation

@erikvansebille

Copy link
Copy Markdown
Member

This PR updates the migration guide in preparation for a v4 release

Checklist

AI Disclosure

None

| 10 | Automatic conversion from depth to sigma grids under the hood has been removed | Explicitly use `convert_z_to_sigma_croco` in sampling kernels (such as the `AdvectionRK4_3D_CROCO` or `SampleOMegaCroco` kernels) when working with [CROCO data](examples/tutorial_croco_3D) |
| 11 | The default advection scheme has been changed from RK4 to RK2 as it is [faster while the accuracy is comparable for most applications](examples/tutorial_dt_integrators) | Use `pset.execute(parcels.AdvectionRK2)` for advection |

## FieldSet

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will also need to add information here on the sgrid conventions and the workflow xr.open_dataset -> convert to Sgrid compliant -> create FieldSet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant