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
dens_press_filename: the name (including path if not in current directory) of the netCDF file containing the density and pressure anomalies
127
127
128
128
grid_filename: the name (including path if not in current directory) of the netCDF file containing the latitudes ('YC') and grid parameters ('dxC','dyC') needed to compute horizontal derivatives
129
-
130
-
fc_filename: text file containing a Python dictionary specifying the tile/face connections in the ECCO llc90 grid
129
+
130
+
subset: dictionary containing dimension names and index values, e.g., {'k': [0,1,2]}. The index values can be integers, slice objects, or arrays. This object is passed directly to xarray.Dataset.isel as an indexer. If not specified, the entire global domain will be used.
0 commit comments