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: docs/examples/documentation_indexing.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@
239
239
"\n",
240
240
"Interpolation for Arakawa B-grids is detailed in [Section 2.1.3 of Delandmeter and Van Sebille (2019)](https://www.geosci-model-dev.net/12/3571/2019/gmd-12-3571-2019.html). Again, the dimensions that need to be provided are those of the barycentric cell edges `(i, j, k)`.\n",
241
241
"\n",
242
-
"To load B-grid data, you can use the method `FieldSet.from_b_grid_dataset`, or specifically in the case of POP-model data `FieldSet.from_pop`.\n"
242
+
"To load B-grid data, you can use the method `FieldSet.from_b_grid_dataset`.\n"
"""Initialises FieldSet object from NetCDF files of POP fields.
770
-
It is assumed that the velocities in the POP fields is in cm/s.
771
-
772
-
Parameters
773
-
----------
774
-
filenames :
775
-
Dictionary mapping variables to file(s). The
776
-
filepath may contain wildcards to indicate multiple files,
777
-
or be a list of file.
778
-
filenames can be a list ``[files]``, a dictionary ``{var:[files]}``,
779
-
a dictionary ``{dim:[files]}`` (if lon, lat, depth and/or data not stored in same files as data),
780
-
or a dictionary of dictionaries ``{var:{dim:[files]}}``
781
-
time values are in ``filenames[data]``
782
-
variables : dict
783
-
Dictionary mapping variables to variable names in the netCDF file(s).
784
-
Note that the built-in Advection kernels assume that U and V are in m/s
785
-
dimensions : dict
786
-
Dictionary mapping data dimensions (lon,
787
-
lat, depth, time, data) to dimensions in the netCF file(s).
788
-
Note that dimensions can also be a dictionary of dictionaries if
789
-
dimension names are different for each variable.
790
-
Watch out: POP is discretised on a B-grid:
791
-
U and V velocity nodes are not located as W velocity and T tracer nodes (see http://www2.cesm.ucar.edu/models/cesm1.0/pop2/doc/sci/POPRefManual.pdf ). ::
0 commit comments