You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,14 +222,14 @@ These tutorials lead into domain-focused recipes giving learners an incremental
222
222
from first contact with the data ecosystem to adaptation of full workflows for
223
223
their own science questions.
224
224
225
-
Within this structure, the tutorials include examples of loading model output
226
-
through Intake-based catalogues [@intake] and incorporating Cartopy
227
-
[@cartopy] for map-based visualisation. The recipe collection also includes a
228
-
Lagrangian particle-tracking workflow built with Parcels
229
-
[@Delandmeter-vanSebille-2019], as well as analyses that use xarray [@hoyer2017xarray]
225
+
Within this structure, the tutorials leverage and demonstrate open source tools for scientific analysis of large data. This includes examples of loading model output
226
+
through Intake-based catalogues [@intake], using xarray [@hoyer2017xarray]
230
227
and Dask [@rocklin2015dask; @dask] to process very large multi-dimensional datasets
231
-
in parallel, xgcm [@xgcm] to handle variables defined on staggered finite-volume grids,
232
-
and xESMF [@xesmf] for regridding model output.
228
+
in parallel. The recipe collection includes a
229
+
Lagrangian particle-tracking workflow built with Parcels
230
+
[@Delandmeter-vanSebille-2019], as well as analyses that use xgcm [@xgcm] to handle variables defined on staggered finite-volume grids, and xESMF [@xesmf] for regridding model output.
231
+
Figures are generated using matplotlib[@hunter...] and incorporating Cartopy
232
+
[@cartopy] for map-based visualisation.
233
233
234
234
The Cookbook grew from a practical need inside the COSIMA community: the tools
235
235
used to analyse modern ocean model output are powerful, but the gap between
0 commit comments