diff --git a/src/parcels/_core/fieldset.py b/src/parcels/_core/fieldset.py index 0003993b1..4bb9f78c7 100644 --- a/src/parcels/_core/fieldset.py +++ b/src/parcels/_core/fieldset.py @@ -207,6 +207,10 @@ def from_ugrid_conventions(cls, ds: ux.UxDataset, mesh: str = "spherical"): ------- FieldSet FieldSet object containing the fields from the dataset that can be used for a Parcels simulation. + + Notes + ----- + See https://ugrid-conventions.github.io/ugrid-conventions/ for more information on the UGRID conventions. """ ds_dims = list(ds.dims) if not all(dim in ds_dims for dim in ["time", "zf", "zc"]): @@ -261,7 +265,7 @@ def from_sgrid_conventions( and create appropriate Fields for a Parcels simulation. The dataset should contain a variable with 'cf_role' attribute set to 'grid_topology'. - See https://sgrid.github.io/ for more information on the SGRID conventions. + See https://sgrid.github.io/sgrid/ for more information on the SGRID conventions. """ ds = ds.copy() if mesh is None: