Skip to content

Commit 63ba751

Browse files
authored
Update usage.rst (#311)
Change 'print(ds_llc['S']dims)' to 'print(ds_llc['S'].dims)'
1 parent 17726c9 commit 63ba751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ To download an example llc dataset, run the following shell commands::
281281
And to read it, in python::
282282

283283
ds_llc = open_mdsdataset('./global_oce_llc90/', iters=8, geometry='llc')
284-
print(ds_llc['S']dims)
284+
print(ds_llc['S'].dims)
285285
>>> ('time', 'k', 'face', 'j', 'i')
286286

287287
xmitgcm is not nearly as comprehensive as gcmfaces_. It does not offer

0 commit comments

Comments
 (0)