Skip to content

Commit 09e3dbe

Browse files
reint-fischerreint-fischer
authored andcommitted
Merge branch 'MyST-quickstart' of https://github.com/Parcels-code/Parcels into MyST-quickstart
2 parents 10f4b95 + 598565d commit 09e3dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/tutorial_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ds_fields.load() # load the dataset into memory
3232
ds_fields
3333
```
3434

35-
As we can see, the reanalysis dataset contains eastward velocity `uo`, northward velocity `vo`, potential temperature (`thetao`) and salinity (`so`) fields.
35+
As we can see, the reanalysis dataset contains eastward velocity `uo`, northward velocity `vo`, potential temperature (`thetao`) and salinity (`so`) fields.
3636

3737
These hydrodynamic fields need to be stored in a `parcels.FieldSet` object. Parcels provides tooling to parse many types of models or observations into such a `parcels.FieldSet` object. Here, we use `FieldSet.from_copernicusmarine()`, which recognizes the standard names of a velocity field:
3838

0 commit comments

Comments
 (0)